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

Downloading JSON metadata ERROR #23356

Closed
6 tasks done
Ruslang opened this issue Dec 9, 2019 · 0 comments
Closed
6 tasks done

Downloading JSON metadata ERROR #23356

Ruslang opened this issue Dec 9, 2019 · 0 comments
Assignees

Comments

@Ruslang
Copy link

Ruslang commented Dec 9, 2019

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2019.11.28
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

youtube-dl -v https://vk.com/videos-767561
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://vk.com/videos-767561']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.11.28
[debug] Python version 3.6.8 (CPython) - Darwin-19.0.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.1.4, ffprobe 4.1.4, rtmpdump 2.4
[debug] Proxy map: {}
[vk:uservideos] -767561: Downloading JSON metadata
Traceback (most recent call last):
  File "/Users/ruslan.go/.pyenv/versions/ex/bin/youtube-dl", line 8, in <module>
    sys.exit(main())
  File "/Users/ruslan.go/.pyenv/versions/3.6.8/envs/ex/lib/python3.6/site-packages/youtube_dl/__init__.py", line 474, in main
    _real_main(argv)
  File "/Users/ruslan.go/.pyenv/versions/3.6.8/envs/ex/lib/python3.6/site-packages/youtube_dl/__init__.py", line 464, in _real_main
    retcode = ydl.download(all_urls)
  File "/Users/ruslan.go/.pyenv/versions/3.6.8/envs/ex/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2018, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/Users/ruslan.go/.pyenv/versions/3.6.8/envs/ex/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/Users/ruslan.go/.pyenv/versions/3.6.8/envs/ex/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/Users/ruslan.go/.pyenv/versions/3.6.8/envs/ex/lib/python3.6/site-packages/youtube_dl/extractor/vk.py", line 514, in _real_extract
    v = self._VIDEO._make(video)
  File "<string>", line 21, in _make
TypeError: Expected 14 arguments, got 15

Description

Usually this command downloads last 30 videos, but now error occurs. Please fix it if you can. 🙏

@remitamine remitamine self-assigned this Dec 9, 2019
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

No branches or pull requests

2 participants