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

Not working with http://www.securitytube.net/ #1616

Closed
anish-mp opened this issue Oct 18, 2013 · 1 comment
Closed

Not working with http://www.securitytube.net/ #1616

anish-mp opened this issue Oct 18, 2013 · 1 comment

Comments

@anish-mp
Copy link

@anish-mp anish-mp commented Oct 18, 2013

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.

@phihag phihag closed this in 53c1d3e Oct 18, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Oct 18, 2013

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 sudo youtube-dl -U to update.

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.