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

[facebook] broken? #5492

Closed
takosuke opened this issue Apr 21, 2015 · 3 comments
Closed

[facebook] broken? #5492

takosuke opened this issue Apr 21, 2015 · 3 comments

Comments

@takosuke
Copy link

@takosuke takosuke commented Apr 21, 2015

Movies|⇒ youtube-dl -v https://www.facebook.com/ExaTVOficial/videos/793787144024192/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://www.facebook.com/ExaTVOficial/videos/793787144024192/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.04.17
[debug] Python version 2.7.9 - Darwin-13.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 793787144024192: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 793787144024192: Downloading webpage
[generic] 793787144024192: Extracting information
[redirect] Following redirect to /ExaTVOficial/videos/793787144024192/?_fb_noscript=1
WARNING: The url doesn't specify the protocol, trying with http
[generic] ?_fb_noscript=1: Requesting header
WARNING: Could not send HEAD request to http:///ExaTVOficial/videos/793787144024192/?_fb_noscript=1: <urlopen error no host given>
[generic] ?_fb_noscript=1: Downloading webpage
ERROR: Unable to download webpage: <urlopen error no host given> (caused by URLError('no host given',))
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 314, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1678, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
    '_open', req)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 613, in http_open
    req)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1163, in do_open
    raise URLError('no host given')

Tried a few times (always with public videos). This used to work as of last week...
looks like they changed the video urls from
https://www.facebook.com/video.php\?v\=10152665316606444
to
https://www.facebook.com/mavikocaelicomtr/videos/887097661336398
I'll try to find some time to work on it myself later tonight

@takosuke
Copy link
Author

@takosuke takosuke commented Apr 21, 2015

IN BEFORE try updating. I forgot to try to update. Will check back in a minute.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Apr 21, 2015

The new URL format is supported in the latest git commit but not in the latest stable release yet. Please wait patiently for the next version of youtube-dl. See #5476.

@yan12125 yan12125 closed this Apr 21, 2015
@takosuke
Copy link
Author

@takosuke takosuke commented Apr 21, 2015

Thank you!I had a quick scan to find the issue but too sleepy =_=

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.