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

youtube-dl Facebook Download doesn't work with Login #16655

Closed
Django1987 opened this issue Jun 6, 2018 · 3 comments
Closed

youtube-dl Facebook Download doesn't work with Login #16655

Django1987 opened this issue Jun 6, 2018 · 3 comments

Comments

@Django1987
Copy link

@Django1987 Django1987 commented Jun 6, 2018

Download doesn't work with username and password. Without username and password it works.

C:\Program Files\youtube-dl>youtube-dl https://www.facebook.com/leonardo.skay.9/videos/195483897920447/ --username 'privat' --password 'privat'
[facebook] Downloading login page
[facebook] Logging in
[facebook] 195483897920447: Downloading webpage
[facebook] 195483897920447: Downloading webpage
[facebook] 195483897920447: Downloading webpage
ERROR: Cannot parse data; 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.

@adampetrovic
Copy link

@adampetrovic adampetrovic commented Jun 6, 2018

Also seeing this

@EnginePod
Copy link

@EnginePod EnginePod commented Jun 7, 2018

Can confirm an issue with this as well (although I get an error saying that the credentials are wrong when they aren't).

@Twilight0
Copy link

@Twilight0 Twilight0 commented Jun 9, 2018

I can also confirm it.

youtube-dl.exe --verbose https://www.facebook.com/prokolgotki/videos/1037266369756603/ --username *private* --password *private*
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://www.facebook.com/prokolgotki/videos/1037266369756603/', u'--username', u'PRIVATE', u'--password', u'PRIVATE']
[debug] Encodings: locale cp1253, fs mbcs, out cp737, pref cp1253
[debug] youtube-dl version 2018.06.04
[debug] Python version 2.7.15 (CPython) - Windows-10-10.0.17134
[debug] exe versions: ffmpeg 3.2.4, ffprobe 3.2.4
[debug] Proxy map: {}
[facebook] Downloading login page
[facebook] Logging in
[facebook] 1037266369756603: Downloading webpage
[facebook] 1037266369756603: Downloading webpage
[facebook] 1037266369756603: Downloading webpage
ERROR: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "p:\programs\python 2\lib\site-packages\youtube_dl\YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
File "p:\programs\python 2\lib\site-packages\youtube_dl\extractor\common.py", line 500, in extract
ie_result = self._real_extract(url)
File "p:\programs\python 2\lib\site-packages\youtube_dl\extractor\facebook.py", line 462, in _real_extract
video_id, fatal_if_no_video=True)
File "p:\programs\python 2\lib\site-packages\youtube_dl\extractor\facebook.py", line 376, in _extract_from_url
raise ExtractorError('Cannot parse data')
ExtractorError: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@ytdl-org ytdl-org locked and limited conversation to collaborators Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.