Skip to content
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

Closed
4 of 8 tasks
C1eDoDe1 opened this issue Sep 25, 2017 · 1 comment
Closed
4 of 8 tasks

[vk] VK playlist is limited to 30 items #14327

C1eDoDe1 opened this issue Sep 25, 2017 · 1 comment

Comments

@C1eDoDe1
Copy link

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

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.

  • I've verified and I assure that I'm running youtube-dl 2017.09.24

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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:

 $ youtube-dl -u <my_login_here> -p <my_pass_here> -v https://vk.com/videos-120371361?section=album_2
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'-v', u'https://vk.com/videos-120371361?section=album_2']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.09.24
[debug] Python version 2.7.12 - Linux-4.10.0-35-generic-x86_64-with-LinuxMint-18.2-sonya
[debug] exe versions: ffmpeg 2.8.11-0ubuntu0.16.04.1, ffprobe 2.8.11-0ubuntu0.16.04.1
[debug] Proxy map: {}
[vk:uservideos] Downloading login page
[vk:uservideos] Logging in as <my_login_here>
[vk:uservideos] -120371361: Downloading webpage
[download] Downloading playlist: -120371361
[vk:uservideos] playlist -120371361: Collected 30 video ids (downloading 30 of them)
[download] Downloading video 1 of 30
[vk] Downloading login page
[vk] Logging in as <my_login_here>
[vk] -90239289_171316586: Downloading webpage
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on u'https://cs634301.vkuservideo.net/u2518483/videos/24ce9d13ba.720.mp4?extra=03rGKiObHEwJl-zlNryI10HMUcXzeIAxJIYV43J6jjihDVteuMO05J35fNUhiOA6xK5flIwOa4FLRN5Yppy9KZ3V-EH_BWJuipvN7x_eH_rRlhhjUzthn7FEdNOz3QYsjMYabyZbM5c'
[download] Обложка SK-171316586.mp4 has already been downloaded
[download] 100% of 1.39MiB
[download] Downloading video 2 of 30
[vk] -90239289_171316992: Downloading webpage
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on u'https://cs542509.vkuservideo.net/u2518483/videos/aa8c53dc11.480.mp4?extra=ZemS4e9cWMdzDTOAZelNCNqRQ9gr7B9TbY0AzOwG-8NYFPUln0IC96Of9kmNXFQ8SOnPvYhjHTLBzr2nKygAgAc9rPYkY2Lu59vSb0fOZBex4MDiEmgTkGYLMKyUWGXVgfxa3OZ1Mh8'
[download] Resuming download at byte 3649196
[download] Destination: Shaman King 01 A Boy Who Dances with Ghosts rus sub-171316992.mp4
[download]   6.7% of 141.79MiB at  1.39MiB/s ETA 01:34^C
ERROR: Interrupted by user

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!

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
@OguzOzdemir
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants