YoutubePlaylistIE: break only if there's no entry field in the response
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Jul 2013 18:14:55 +0000 (20:14 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Jul 2013 18:14:55 +0000 (20:14 +0200)
commit771822ebb85641359d4983137720446761d80bc5
treeea076dea04f2e4cdc8ed4877df818c4f1d1fbaa0
parenteb6a41ba0f5dbb836d5b48b9e38f406c3c46c0ec
YoutubePlaylistIE: break only if there's no entry field in the response

Otherwise the Favorite videos playlist cannot be downloaded complete.
Also break if it reach the maximum value of the start-index.
youtube_dl/extractor/youtube.py