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

Youtube-dl crashes when trying to download from vk.com #22681

Closed
mitsukuri opened this issue Oct 11, 2019 · 1 comment
Closed

Youtube-dl crashes when trying to download from vk.com #22681

mitsukuri opened this issue Oct 11, 2019 · 1 comment
Labels

Comments

@mitsukuri
Copy link

@mitsukuri mitsukuri commented Oct 11, 2019

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.09.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 issues including closed ones

Verbose log

> youtube-dl https://vk.com/video6765541_456239200 --verbose                                        
[debug] System config: []                                                                           
[debug] User config: ['-o', '%(title)s.%(ext)s', '-f', 'bestvideo+bestaudio']                       
[debug] Custom config: []                                                                           
[debug] Command-line args: ['https://vk.com/video6765541_456239200', '--verbose']                   
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252                                   
[debug] youtube-dl version 2019.09.28                                                               
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1                                     
[debug] exe versions: ffmpeg N-91024-g293a6e8332, ffprobe N-91024-g293a6e8332                       
[debug] Proxy map: {}                                                                               
[vk] 6765541_456239200: Downloading webpage                                                         
Traceback (most recent call last):                                                                  
  File "__main__.py", line 19, in <module>                                                          
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\
__init__.py", line 474, in main                                                                     
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\
__init__.py", line 464, in _real_main                                                               
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\
YoutubeDL.py", line 2018, in download                                                               
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\
YoutubeDL.py", line 796, in extract_info                                                            
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\
extractor\common.py", line 530, in extract                                                          
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\
extractor\vk.py", line 416, in _real_extract                                                        
TypeError: string indices must be integers                                                          

Description

Youtube-dl crashes when trying to download the following video:
https://vk.com/video6765541_456239200

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 11, 2019

Access denied

@dstftw dstftw closed this Oct 11, 2019
@dstftw dstftw added the invalid label Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.