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 URL format not working #19306

Closed
TaktakTaktouk opened this issue Feb 22, 2019 · 0 comments
Closed

Facebook URL format not working #19306

TaktakTaktouk opened this issue Feb 22, 2019 · 0 comments

Comments

@TaktakTaktouk
Copy link

@TaktakTaktouk TaktakTaktouk commented Feb 22, 2019

Some Facebook URLs catch an error when I try to download the video. Here is an example:

youtube-dl "https://www.facebook.com/1831808440169801/posts/2576285869055384/?sfnsn=mo" -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://www.facebook.com/1831808440169801/posts/2576285869055384/?sfnsn=mo', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.02.08
[debug] Python version 2.7.10 (CPython) - Darwin-17.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.1, ffprobe 4.1, rtmpdump 2.4
[debug] Proxy map: {}
[facebook] 2576285869055384: Downloading webpage
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 472, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 462, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2006, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 794, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 453, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 340, in _extract_from_url
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 332, in extract_from_jsmods_instances
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/facebook.py", line 317, in extract_video_data
TypeError: 'NoneType' object has no attribute 'getitem'

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.