Lightweight YouTube client for Linux
Hi, I am currently struggling with opening a playlist at a certain page of results. ``` $ youtube-viewer --page=4 "https://www.youtube.com/playlist?list=<*****>" [400 Bad Request] Error occurred on URL: https://www.googleapis.com/youtube/v3/playlistItems?key=[...]&maxResults=20&pageToken=CLwAEAA&part=contentDetails,snippet&playlistId=<*****>&prettyPrint=false [!] Inexistent playlist... ``` 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: ``` > :page=4 :: Jumping to page 4 [400 Bad Request] Error occurred on URL: https://www.googleapis.com/youtube/v3/playlistItems?key=[...]&maxResults=20&part=contentDetails,snippet&playlistId=<*****>&prettyPrint=false&pageToken=CLwAEAA [!] No video results! ``` ``` > :end :: Jumping to page 34 [400 Bad Request] Error occurred on URL: https://www.googleapis.com/youtube/v3/playlistItems?key=[...]&maxResults=20&part=contentDetails,snippet&playlistId=<*****>&prettyPrint=false&pageToken=CJQFEAA [!] No video results! ``` 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: ``` $ youtube-viewer --version YouTube Viewer 3.9.4 ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by JohnnyVim and has received 3 comments.