-
-
Notifications
You must be signed in to change notification settings - Fork 87
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 pagination not working as expected #396
Comments
Thanks for reporting the issue. I will have to look into this. A quick workaround would be to save the playlist locally: youtube-viewer --save-playlist <PLAYLIST_ID> and then list the saved playlist with: youtube-viewer -lp <PLAYLIST_ID> which works OK with the options |
The same happen when you use |
I see the --save-playlist is not working at the moment (#405). Here is how I found the workaround.
Then inside that terminal I open the
then I pressed enter as long there was no more new records. Afterwards I closed the terminal and edited out the weeds. Hope this helps in the time being. :) Regards, |
Hi, I am currently struggling with opening a playlist at a certain page of results.
Opening the playlist without
--page
and entering:n
3 times still works. However, when open, directly jumping to a page via:page=4
or:end
also fails:As you can see from the output of the
:end
command, the playlist has 34 pages, so the page 4 I am trying to access is certainly in range.I tried other playlists as well, all leading to the same error. Additionally, I tried doing the same with pipe-viewer. This did not error but opened the results at page 1 when setting
--page=4
which is obviously also not what I wanted.Is this intended to work the way I am trying to use it? Is there anything else I should provide?
I am running Void (Linux). yv is up-to-date:
The text was updated successfully, but these errors were encountered: