-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[zoom] Add new extractor #27002
[zoom] Add new extractor #27002
Conversation
…t throw warning if password field not found
Thanks a lot for this extractor, FWIW it's been working well for me for some time (didn't have the chance to try the password feature though). Are there still things to be done / tested before considering merging this? |
From my side no, It was already merged into yt-dlc and worked for me since april. |
* https://github.com/ytdl-org/youtube-dl: [ard] improve clip id extraction(ytdl-org#22724)(closes ytdl-org#28528) release 2021.03.25 [ChangeLog] Actualize [ci skip] [zoom] Add new extractor(closes ytdl-org#16597, closes ytdl-org#27002, closes ytdl-org#28531) [extractor] escape forgotten dot for hostnames in regular expression (ytdl-org#28530) [bbc] fix BBC IPlayer Episodes/Group extraction(closes ytdl-org#28360) [youtube] Fix default value for youtube_include_dash_manifest (closes ytdl-org#28523)
Yt-Dlp has zoom extraction! |
Please follow the guide below
x
into all the boxes [ ] relevant to your pull request (like that [x])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:
(the main part of the code is by me)
(see [zoom] new extractor blackjack4494/yt-dlc#108 for the change from zoomus to zoom)
What is the purpose of your pull request?
Description of your pull request and other information
Adds the zoom extractor. Original merge request is here: #24751
But I cannot access my repo as it is still DMCA'd, so I add the changes here