-
Notifications
You must be signed in to change notification settings - Fork 66
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
Playlist viewing #27
Comments
I would like to implement this and do already have the info for it when I get metadata. It's a bit of a complex problem because i'd need to implement some kind of tabbing system for it on the viewer. I think i'll implement yt shorts first and do tabbing there, then go on to implement this |
This was going to be in the upcoming Yark 1.3 version but I will have to push it back a while sorry. There's some weirdness internally which means this feature is harder to implement and I want to focus on some other issues in the short-term. No ETA as of right now, maybe Yark 1.4 or Yark 1.5 |
Hi there!
I like this project!
Can we get videos grouped or sorted by playlist ?
Sometimes when I need to download the entire channel, I've to get all playlist links from the channel and download it one by one.
yt-dlp --yes-playlist -o "./%(channel)s/%(playlist)s/%(playlist_index)s-%(title)s-%(id)s.%(ext)s" playlist_url
But, when there are too many playlists, it's not that convenient to copy
playlist_url
one by one, and download it withyt-dlp --yes-playlist ...
What You think about it ?
The text was updated successfully, but these errors were encountered: