Also split the help string in different lines to make editing easier.
With the game name as title.
Also move method report_age_confirmation to the base IE class.
A lot of IEs had implemented the method in the same way.
Except the ones in youtube subtypes (user, channels ..) all calls to _downloader.to_screen has been changed. The calls not prefixed with the IE name hasn't been touched.
Instead, return the urls of the videos.
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
- urls with query parameters now match - fixes regex for identifying videos - fixes pagination
Although cool, that seems to break a lot of youtube videos. This reverts commit a60b854d90.
a60b854d90
Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given
It makes it available for all the InfoExtractors
Now it gets a video info and directly downloads it, the it pass to the next video founded.
Closes #276