YoutubePlaylistIE: get *all* videos
authorAnisse Astier <anisse@astier.eu>
Thu, 13 Jun 2013 21:42:48 +0000 (23:42 +0200)
committerAnisse Astier <anisse@astier.eu>
Thu, 13 Jun 2013 21:45:32 +0000 (23:45 +0200)
commit88cebbd7b8ce5c564adecdfdd6a41ba76193fa26
tree8849ce1c40613863bf25395cd6b0397ba0bf3a03
parentfb8f7280bce30d45009c429f0095a9d15cbc9de2
YoutubePlaylistIE: get *all* videos

For that, we add parameter safeSearch=none that asks youtube not filter
results before sending them to us.

Note: this parameter could be added to YoutubeSearchIE and YoutubeUserIE
as well, but I don't know what would be the impact in term of unwanted
results. Maybe expose that as a parameter? For a playlist it's different
since the user chose what she put in the playlist.
youtube_dl/InfoExtractors.py