You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified that I'm running youtube-dl version 2021.01.08
I've searched the bugtracker for similar site feature requests including closed ones
Description
On Anime-on-Demand, some animes have a large number of episodes (100 or even over 200 episodes). This results in a very long extraction time for the page (sometimes up to 1-2 hours). This is particularly unfavorable if you only want to download some episodes or even just one.
Another problem is that the extracted links expire after a certain time and so only a small part of the episodes can be downloaded, after this long extraction time, until the links have expired.
One possibility to implement this feature would be to use the episode_number in the extractor and the existing parameters --playlist-start, --playlist-end and --playlist-items to decide which episodes have to be extracted.