-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
youtube-dl doesn't support artist playlist #45
Labels
Comments
Open to anyone willing to implement an InfoExtractor for this (I'm currently not interested). |
Implemented by imrehg. |
Merged
Closed
tsukumijima
pushed a commit
to tsukumijima/youtube-dl
that referenced
this issue
Dec 2, 2020
[xtube] fix extractor (ytdl-org#17)
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example of a artist playlist: http://www.youtube.com/artist?a=GxdCwVVULXeca7q5-_o80IkZ-Dp-BF5s
It's probably very similar to a videos playlist, looks like it's the parameter "playnext=x" that determines what video to play rather than "index=x". It would be nice to get this feature.
Thanks
The text was updated successfully, but these errors were encountered: