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

Unable to download WACC's recorded Vimeo videos. #7013

Open
antdude opened this issue Sep 28, 2015 · 9 comments
Open

Unable to download WACC's recorded Vimeo videos. #7013

antdude opened this issue Sep 28, 2015 · 9 comments

Comments

@antdude
Copy link

@antdude antdude commented Sep 28, 2015

Hello.

Is there a way to download these hidden Vimeo videos with youtube-dl like this example?
$ youtube-dl -v http://wacc.aspireonemedia.com/601/5803/23116
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://wacc.aspireonemedia.com/601/5803/23116']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.09.28
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.9
[debug] exe versions: avconv 1.2.12, avprobe 1.2.12, ffmpeg 1.2.12, ffprobe 1.2.12, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 23116: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 23116: Downloading webpage
[generic] 23116: Extracting information
ERROR: Unsupported URL: http://wacc.aspireonemedia.com/601/5803/23116
Traceback (most recent call last):
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1240, in _real_extract
doc = parse_xml(webpage)
File "/home/ant/bin/youtube-dl/youtube_dl/utils.py", line 1656, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1301, in XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 6, column 568
Traceback (most recent call last):
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 288, in extract
return self._real_extract(url)
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1838, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: http://wacc.aspireonemedia.com/601/5803/23116

I cannot seem to find its location to properly download it. :( Thank you in advance. :)

@antdude
Copy link
Author

@antdude antdude commented Sep 29, 2015

RingoTheDog: How did you get that URL? From youtube-dl?

@Xonshiz
Copy link

@Xonshiz Xonshiz commented Sep 29, 2015

It's easy antdude. When the page is loaded, just open "developer console" (press F12 if using chrome, ctrl+shift+q if using mozilla). And navigate in the console to find the link.

Or there's one more way, the easy way. when the page is loading, open developer console and navigate to "Network" tab and in the filter tab, write "media". You'll see the links, copy paste them in a new tab and you'll get the video.

@antdude
Copy link
Author

@antdude antdude commented Sep 29, 2015

Xonshiz: Hmm, I use SeaMonkey that is based on Gecko's engine and don't seem to have that option. The closest I got as a media was https://f.vimeocdn.com/p/flash/moogaloop/6.2.2/moogaloop.swf?clip_id=140693865&z=1443496053308 ...

@Xonshiz
Copy link

@Xonshiz Xonshiz commented Sep 29, 2015

https://addons.mozilla.org/en-us/seamonkey/addon/web-developer/

try this... install this addon.. it should be fine...

@antdude
Copy link
Author

@antdude antdude commented Sep 29, 2015

Xonshiz: I have it installed after downloading and restarting my web browser. I assume it is "Web Developer Extension", but I couldn't seem to find this "Developer Console". So many options. :/

@Xonshiz
Copy link

@Xonshiz Xonshiz commented Sep 29, 2015

I don't use the browser you are using.. So, can't really help you there. I'd recommend installing mozilla too... Side by side, you know.. Mozilla is best when it comes to things like this.

@antdude
Copy link
Author

@antdude antdude commented Sep 29, 2015

It is based on Mozilla's Gecko engine. ;) It would be nice if YouTube-dl could find this URL to download the video.

@Xonshiz
Copy link

@Xonshiz Xonshiz commented Sep 29, 2015

You could request the website to be added in that case.. that would be a better solution to your problem.. :)

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
3 participants
You can’t perform that action at this time.