ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.83k stars 10k forks source link

sites must specify an age limit for them #6500

Closed remitamine closed 9 years ago

remitamine commented 9 years ago

even if i set the age-limit to 0 they appear in the list of the extractors (and may be there are others in the list that i didn't notice)

youtube-dl -v --list-extractors 
[debug] System config: []
[debug] User config: ['--external-downloader', 'aria2c', '--external-downloader-args', '-x 16 --check-certificate=false', '-f', '[height<=?720]', '--sub-lang', 'ar,en', '--write-sub', '--age-limit', '0']
[debug] Command-line args: ['-v', '--list-extractors']
...
91porn
...
SexyKarma
...
dstftw commented 9 years ago

This is due to invalid tests with missing age_limit.

dstftw commented 9 years ago

Will be fixed in the next version.