xaicron / p5-www-youtube-download

YouTube video download interface.
http://blog.livedoor.jp/xaicron/
Other
38 stars 28 forks source link

Detect age-gate restriction #28

Open profplump opened 10 years ago

profplump commented 10 years ago

Suggestions for sub _get_args, to provide more useful feedback to the user:

} elsif ($line =~ /age-gate-content/) {
    croak 'Video not available due to age gate restriction';
oalders commented 9 years ago

Would you like to provide a pull request for this?