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.
Depositfiles download error - Unable to extract download URL from #1255
Comments
|
It would be good if we could use a video that is not clearly uploaded without the author permission (that's what I deduce from the title). |
|
Seeing as download requires a CAPTCHA on depositfiles, and I can't find a single uncopyrighted video with a quick google search, I'm removing depositfiles support. |
./youtube-dl "http://depositfiles.com/en/files/k3j00wkr7" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://depositfiles.com/en/files/k3j00wkr7', '--verbose']
[debug] youtube-dl version 2013.08.15
[debug] Python version 2.7.3 - Linux-2.6.32-042stab078.28-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[DepositFiles] k3j00wkr7: Downloading webpage
ERROR: Unable to extract download URL from: http://depositfiles.com/en/files/k3j00wkr7; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 96, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/depositfiles.py", line 45, in _real_extract
raise ExtractorError(u'Unable to extract download URL from: %s' % url)
ExtractorError: Unable to extract download URL from: http://depositfiles.com/en/files/k3j00wkr7; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.