Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
Description
youtube-dl when directed at a channel fails to list any videos marked NSFW. Use the --dump-json and URL given in the verbose dump and notice that episode 142 (the one marked NSFW) does not appear in the output.
According to Firefox's developer console, and confirmed with some local modding, it is possible to list all videos including NSFW if you add ?showall=1 to the end of the url. I can confirm adding it to the end of channel_url at line 107 in youtube_dl/extractor/bitchute.py enables listing NSFW videos.