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.
Not working with http://www.securitytube.net/ #1616
Comments
|
Thanks for the report. Support for websites like securitytube has been added in youtube-dl 2013.10.18.1, which is releasing right now. Type |
youtube-dl not working with http://www.securitytube.net/
verbose output is attached
cat urls.txt
http://www.securitytube.net/video/8651
youtube-dl --verbose -a urls.txt -c -f 44/135/35/43/134/43 >& log.txt &
cat log.txt
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-a', 'urls.txt', '-c', '-f', '44/135/35/43/134/43']
[debug] Batch file urls: ['http://www.securitytube.net/video/8651']
[debug] youtube-dl version 2013.10.17
[debug] Python version 2.7.3 - Linux-3.2.0-45-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] 8651: Downloading webpage
[generic] 8651: Extracting information
ERROR: Unsupported URL: http://www.securitytube.net/video/8651; 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 "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 353, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 117, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 173, in _real_extract
raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.securitytube.net/video/8651; 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.