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

Error with private FB video #5751

Closed
ghost opened this issue May 19, 2015 · 3 comments
Closed

Error with private FB video #5751

ghost opened this issue May 19, 2015 · 3 comments

Comments

@ghost
Copy link

@ghost ghost commented May 19, 2015

youtube-dl 'https://www.facebook.com/username/videos/123456789012345' -u user@user.com -p password --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://www.facebook.com/username/videos/1234567890123456', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.05.10
[debug] Python version 2.7.2 - Darwin-12.6.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.5, ffprobe 2.5
[debug] Proxy map: {}
[facebook] Downloading login page
[facebook] Logging in
ERROR: Unable to extract h; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 650, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 272, in extract
self.initialize()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 266, in initialize
self._real_initialize()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 117, in _real_initialize
self._login()
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 103, in _login
r'name="h"\s+(?:\w+="[^"]+"\s+)*?value="([^"]+)"', login_results, 'h'),
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 555, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract h; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 19, 2015

Duplicate of #4902.

@jaimeMF jaimeMF closed this May 19, 2015
@ghost
Copy link
Author

@ghost ghost commented May 19, 2015

But was it solved?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 19, 2015

It's still open, so it isn't solved.

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