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 is not working #3757

Closed
umrashrf opened this issue Sep 15, 2014 · 2 comments
Closed

Facebook URL is not working #3757

umrashrf opened this issue Sep 15, 2014 · 2 comments

Comments

@umrashrf
Copy link

@umrashrf umrashrf commented Sep 15, 2014

$  youtube-dl https://www.facebook.com/video.php?v=274175099429670
[facebook] 274175099429670: Downloading webpage
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2014.09.12', 'console_scripts', 'youtube-dl')()
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 427, in main
    _real_main(argv)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 417, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1065, in download
    self.extract_info(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 523, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 178, in extract
    return self._real_extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/facebook.py", line 134, in _real_extract
    if len(video_title) > 80 + 3:
TypeError: object of type 'NoneType' has no len()
@phihag
Copy link
Contributor

@phihag phihag commented Sep 15, 2014

Thank you for the report. This has been fixed in youtube-dl 2014.09.15. It looks like you have installed youtube-dl with pip or a similar package manager, so use that tool to upgrade (with a command like `sudo pip install -U youtube-dl).

@umrashrf
Copy link
Author

@umrashrf umrashrf commented Sep 15, 2014

Yes using pip from source. I will upgrade and test it again.

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.