-
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
[BitChutePlaylist] Add new extractor #26725
base: master
Are you sure you want to change the base?
Conversation
Your PR seems to need a fix to eliminate duplicate entries. With this playlist https://www.bitchute.com/playlist/9UsDwfa6PzoQ/, 22 videos are extracted, whereas it actually contains 19 videos.
|
I'm not seeing any duplicates in my tests. I piped kikuyan's command to |
I tried again with 2021.06.06 plus this PR, git master plus this PR, and got the same results as before. Strange. |
* commit 'add5e7dced00484343692dc04d568bc6b46ceeb3': [BitChute] Extract `channel_url` * resolves ytdl-org#28500 [BitChute] Handle NSFW in listings and single videos * listing: include NSFW if --age-limit 18 (or higher) * single video: extract 'age_limit': 18 if NSFW Resolves ytdl-org#24419 [BitChute] Added BitChutePlaylistIE * closes ytdl-org#26725 [BitChute] Back-port from yt-dlp and upgrade BitChute * extract timestamp instead of upload date * improve title and description extraction BitChuteChannel * fix listing entries Throughout * relax regexes [HRFernsehen] Back-port new extractor from yt-dlp Closes ytdl-org#26445, where this was originally proposed. [utils] Escape URL while sanitizing Closes ytdl-org#31008, #yt-dlp/263
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 pull request adds the
BitChutePlaylist
extractor, introducing playlist download support for BitChute.