-
Notifications
You must be signed in to change notification settings - Fork 10k
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.utils.ExtractorError: Cannot parse data for Facebook video #26958
Comments
this link - https://www.facebook.com/alice.offley/videos/10164224184305084/ |
Video was playing at time of error. I'll check again.
…On 21/10/2020 21:28, october262 wrote:
this link -
https://www.facebook.com/alice.offley/videos/10164224184305084/
says content not available right now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMCATU2TIFBDY36NQ5LZGTSL477BANCNFSM4S2E57TQ>.
|
For me, video is playable through FB, but error persists.
…On 21/10/2020 21:28, october262 wrote:
this link -
https://www.facebook.com/alice.offley/videos/10164224184305084/
says content not available right now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMCATU2TIFBDY36NQ5LZGTSL477BANCNFSM4S2E57TQ>.
|
still not playable for me. is the video a private video ?? |
There's a "Copy link" (Firefox of Ubuntu) which gives:
https://www.facebook.com/510785083/videos/10164224184305084/
it's not private AFAIK, but I am friends with the person who posted it.
I tried youtube_dl with the URL above, still the same error.
…On 22/10/2020 00:06, october262 wrote:
still not playable for me. is the video a private video ??
if you can play the video click the 3 dots ... in the upper right hand
corner of the video and see if there's an option to download/copy the
URL of the video.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMCATW5UQSWLIFWIVT3IDLSL5SRHANCNFSM4S2E57TQ>.
|
try youtube-dl --force-generic-extractor URL |
Wow, interestingly the generic extractor works just fine! Used |
eric@eric-Latitude-E5510:~/tmp$ youtube-dl --recode-video mkv -k
https://www.facebook.com/510785083/videos/10164224184305084/
--force-generic-extractor
[generic] 10164224184305084: Requesting header
WARNING: Forcing on generic information extractor.
[generic] 10164224184305084: Downloading webpage
[generic] 10164224184305084: Extracting information
[redirect] Following redirect to
https://www.facebook.com/510785083/videos/10164224184305084/?_fb_noscript=1
[facebook] 10164224184305084: Downloading webpage
[facebook] 10164224184305084: Downloading webpage
[facebook] 10164224184305084: 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.
…On 22/10/2020 01:29, october262 wrote:
try youtube-dl --force-generic-extractor URL
or youtube-dl --username (your user name) --password (your password) URL
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMCATSRSECBBR7BI5BUSNDSL54GVANCNFSM4S2E57TQ>.
|
Is there a way of specifying the username/password securely? I've tried
that before and had to reset the ID on several devices afterwards....
…On 22/10/2020 01:29, october262 wrote:
try youtube-dl --force-generic-extractor URL
or youtube-dl --username (your user name) --password (your password) URL
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMCATSRSECBBR7BI5BUSNDSL54GVANCNFSM4S2E57TQ>.
|
Thanks - what file do you specify with that option?
…On 22/10/2020 08:58, Mattwmaster58 wrote:
Wow, interestingly the generic extractor works just fine! Used
|--cookies| to download a private video successfully.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMCATXSYXPNTOIMTIPH74LSL7QZZANCNFSM4S2E57TQ>.
|
@GoMeister I suspect the generic extractor won't work with Interestingly, using |
I have another video that isn't working. I tried it with and without credentials and with the --force-generic-extractor and everything failed with the "cannot parse data" error I tried --force-default-extractor but it says "error: no such option" Another example: |
closes ytdl-org#18974 closes ytdl-org#25411 closes ytdl-org#26958 closes ytdl-org#27329
Checklist
Verbose log
eric@eric-Latitude-E5510:~/tmp$ youtube-dl --recode-video mkv -k https://www.facebook.com/alice.offley/videos/10164224184305084/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--recode-video', 'mkv', '-k', 'https://www.facebook.com/alice.offley/videos/10164224184305084/', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.09.20
[debug] Python version 3.8.5 (CPython) - Linux-5.4.0-52-generic-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4, rtmpdump 2.4
[debug] Proxy map: {}
[facebook] 10164224184305084: Downloading webpage
[facebook] 10164224184305084: Downloading webpage
[facebook] 10164224184305084: 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 482, in _real_extract
_, info_dict = self._extract_from_url(
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 380, in _extract_from_url
raise ExtractorError('Cannot parse data')
youtube_dl.utils.ExtractorError: 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.
Description
WRITE DESCRIPTION HERE
youtube_dl.utils.ExtractorError: Cannot parse data for Facebook video, url in log above.
The text was updated successfully, but these errors were encountered: