-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[extractor/ceskatelevize] Back-port extractor from yt-dlp, etc #30713
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* back-port extractor with traverse_obj() shim, removing CeskaTelevizePoradyIE * follow redirect URL * support liveBroadcast and videobonusDetail in __NEXT__ data * id must be compat_str * return single video for singleton playlist * fix/add tests
pukkandan
reviewed
Mar 8, 2022
5 tasks
3 tasks
3 tasks
11 tasks
dirkf
commented
Nov 3, 2022
dirkf
commented
Nov 3, 2022
gaming-hacker
added a commit
to gaming-hacker/youtube-dl
that referenced
this pull request
Nov 4, 2022
* commit 'de39d1281cea499cb1adfce5ff7e0a56f1bad5fe': [extractor/ceskatelevize] Back-port extractor from yt-dlp, etc (ytdl-org#30713) [utils] Backport traverse_obj (etc) from yt-dlp (ytdl-org#31156) [compat] Work around in case folding for narrow Python build [compat] Add test for compat_casefold() [compat] Add test for compat_casefold() [compat] Reformat casefold.py for easier updating [compat] Unify unicode/str compat and move up [compat] Add compat_casefold and compat_re_Match, for traverse_obj() port [compat] Add Python 2 Unicode casefold using a trivial wrapper around icu/CaseFolding.txt [netease] Support urls shared from mobile app (ytdl-org#31304) [netease] Impove error handling (ytdl-org#31303) [Vimeo] Update variable name in hydration JSON pattern # Conflicts: # youtube_dl/extractor/ceskatelevize.py
github-actions bot
added a commit
to hellopony/youtube-dl
that referenced
this pull request
Nov 4, 2022
* https://github.com/ytdl-org/youtube-dl: [extractor/ceskatelevize] Back-port extractor from yt-dlp, etc (ytdl-org#30713)
alxlive
pushed a commit
to alxlive/youtube-dl
that referenced
this pull request
Feb 27, 2023
…org#30713) * back-port extractor, removing CeskaTelevizePoradyIE * follow redirect URL * support liveBroadcast and videobonusDetail in __NEXT__ data * return single video for singleton playlist * fix/add tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please follow the guide below
Before submitting a pull request make sure you have:
In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
Description of your pull request and other information
This PR back-ports the CeskaTelevize yt-dlp extractor, removing CeskaTelevizePoradyIE. An interim
traverse_obj()
shim is used. The existing tests have been fixed and/or new ones added as needed.The following additional changes were made:
liveBroadcast
andvideobonusDetail
in__NEXT__
datacompat_str
Resolves #30151
Resolves #30166
Resolves #30172
Resolves #30406
Resolves #30696
Expected to resolve #29415.