Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Some video cannot be downloaded. #21489
Comments
|
I'm having the same problem on this video: https://www.youtube.com/watch?v=dN3GbF9Bx6E |
|
Same problem on this video: https://www.youtube.com/watch?v=xEmMabF_IKI |
I've had the same issue as you but updating just fixed it, and it's as simple as "sudo youtube-dl -U" |
|
I just found the latest version is 2019.06.21 yesterday. |
|
This is correct. Using command |
Checklist
Verbose log
Description
First of all, the video is available. I can see it through the browser. It seems like the Youtube downloader can't extract the information of the video correctly.
I try to call the extract_info to debug the information of the video. It returns null.
with YoutubeDL(self.ydl_opts) as ydl: try: self.logger.info('start downloading, url - %s' % (self.url)) info_dict = ydl.extract_info(self.url, download=False) print(json.dumps(info_dict, indent=4))