-
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
[vk] VK playlist is limited to 30 items #14327
Comments
pawitp
referenced
this issue
in pawitp/youtube-dl
Oct 14, 2017
Scraping HTML will only get 30 last videos. Use the JSON API to get up to 1000 videos. Fixes #14327
pawitp
referenced
this issue
in pawitp/youtube-dl
Oct 14, 2017
Scraping HTML will only get 30 last videos. Use the JSON API to get up to 1000 videos. Fixes #14327
pawitp
referenced
this issue
in pawitp/youtube-dl
Oct 14, 2017
Scraping HTML will only get 30 last videos. Use the JSON API to get up to 1000 videos. Fixes #14327
pawitp
referenced
this issue
in pawitp/youtube-dl
Aug 25, 2018
Scraping HTML will only get 30 last videos. Use the JSON API to get up to 1000 videos. Fixes #14327
Is anyone interested in this issue ? could you give information ? thank you for attention. |
meunierd
referenced
this issue
in meunierd/youtube-dl
Feb 13, 2020
- fix User Videos extraction(closes #23356) - extract all videos for lists with more than 1000 videos(#23356) - add support for video albums(closes #14327)(closes #14492)
pareronia
referenced
this issue
in pareronia/youtube-dl
Jun 22, 2020
- fix User Videos extraction(closes #23356) - extract all videos for lists with more than 1000 videos(#23356) - add support for video albums(closes #14327)(closes #14492)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2017.09.24. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Description of your issue, suggested solution and other information
VK playlist is limited to 30 items though there are much more videos there (65 in my example).
It seems like when you open vk album (playlist) in the browser it loads only 30 items. And you should scroll down to load more via AJAX. But youtube-dl does not load more, it does not know there is more. I think this should be fixed.
TY!
The text was updated successfully, but these errors were encountered: