Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I assume that, when I set
playlist-itemsto'1-100', youtube-dl should download first 100 items -if exists of course-. But if there are less items in the playlist than given interval, youtube-dl raisesIndexError. I think, there should be a parameter for 'download max 100 items' orplaylist-itemsshould behave like this.Youtube-dl version: 2017.10.01
Playlist URL: https://www.youtube.com/watch?v=qEkj2c1HCJs&list=PLbIzmw8qvgXRPK9ozTWhHfyzFvG8fN-Qz
Python Code:
Error:
Is there any parameter for this issue? If not so, you can assign this issue to me.