Commit Graph
24 Commits
Author SHA1 Message Date
garret1317 b0de307079 fix actlist formatting when there is no role
a += o.join(",").replace(/【undefined】/g, "")
:)
2025-03-23 15:03:25 +00:00
garret1317 3291fe02a9 [ie/NHKRadiru] update tests 2025-03-23 07:13:51 +00:00
garret1317 010cee8c65 [ie/NHKRadiru] rework extended metadata to use new API
NHK came up with a new API and rearranged all the information to make things more complicated
Then they wrote lots of javascript to un-rearrange it back to the way it was before for display on the site
most of this commit is replicating that I'm afraid, ie bashing strings together

there is some new metadata though which is nice
2025-03-23 07:13:51 +00:00
garret1317 159dbb37e1 [ie/NHKRadiruLive] rework to use new API 2025-03-23 07:13:51 +00:00
garret1317andGitHub b8e2a5e0e1 [ie/NHKRadiru] Fix extractor (#10106)
Closes #10105
Authored by: garret1317
2024-06-13 23:08:40 +00:00
seproandGitHub add96eb9f8 [cleanup] Add more ruff rules (#10149)
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
bashonlyandGitHub 4af9d5c2f6 [ie/nhk] Fix NHK World extractors (#9623)
Closes #9513
Authored by: bashonly
2024-04-07 16:59:38 +00:00
garretandGitHub 4392447d94 [ie/NhkRadiru] Extract extended description (#9162)
Authored by: garret1317
2024-02-19 00:32:44 +00:00
garretandGitHub 5af1f19787 [ie/NhkRadiruLive] Make metadata extraction non-fatal (#8956)
Authored by: garret1317
2024-01-08 17:59:44 +00:00
garretandGitHub 54579be436 [ie/nhk] Improve metadata extraction (#8388)
Authored by: garret1317
2023-11-11 19:59:01 +00:00
garretandGitHub 4de94b9e16 [ie/nhk] Fix Japanese-language VOD extraction (#8309)
Closes #8303
Authored by: garret1317
2023-10-09 18:00:26 +00:00
garretandGitHub e831c80e8b [ie/nhk] Fix VOD extraction (#8249)
Closes #8242
Authored by: garret1317
2023-10-06 23:05:48 +00:00
garretandGitHub 81c8b9bdd9 [extractor/nhk] NhkRadiruLive: Add extractor (#7332)
Authored by: garret1317
2023-06-19 13:25:27 +00:00
f41b949a2e [extractor/nhk] Fix API extraction (#7180)
Closes #6992
Authored by: sjthespian, menschel

Co-authored-by: Patrick Menschel <menschel.p@posteo.de>
2023-06-01 21:52:03 +00:00
garretandGitHub 8f0be90ecb [extractor/nhk] Add NhkRadiru extractor (#6819)
* Add `NhkRadioNewsPage` extractor

Authored by: garret1317
2023-04-19 04:21:24 +00:00
pukkandan 9f14daf22b [extractor] Deprecate _sort_formats 2022-11-17 11:40:17 +05:30
pukkandan 62b8dac490 [extractor] Improve _generic_title 2022-10-31 17:41:48 +05:30
pukkandan 6d1b34896e Update to ytdl-commit-8a158a9
[NHK] Use new API URL
https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a

Closes #2337, Closes #4063
2022-06-20 11:44:57 +05:30
pukkandan 86e5f3ed2e [cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-04-12 05:32:51 +05:30
pukkandan 04f3fd2c89 [cleanup] Use _html_extract_title 2022-04-04 15:13:30 +05:30
Lesmiscore (Naoya Ozaki)andGitHub 77cc7c6e60 [nhk] Add support for NHK for School (#2850)
Authored by: Lesmiscore
2022-02-23 01:15:08 +09:00
pukkandan df6c409d1f [piksel] Fix sorting 2021-11-05 20:39:16 +05:30
pukkandan 5ad28e7ffd [extractor] Common function _match_valid_url 2021-08-23 00:50:40 +05:30
Pccode66GitHubPccode66pukkandan
7a5c1cfe93 Completely change project name to yt-dlp (#85)
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account

Co-authored-by: Pccode66
Co-authored-by: pukkandan
2021-02-25 00:15:56 +05:30