Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--get-title return the description of the video with Facebook #20687
Comments
|
This is expected behavior. |
|
@dstftw The video has a title and a description and I tested this with many Facebook videos and always the same issue. YouTube-dl is no longer able to extract title and description from Facebook. |
youtube-dl --get-title 'https://www.facebook.com/KeepVideo1/videos/268885554046939' -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--get-title', u'https://www.facebook.com/KeepVideo1/videos/268885554046939', u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.07
[debug] Python version 2.7.9 (CPython) - Linux-2.6.32-042stab133.2-x86_64-with-debian-8.11
[debug] exe versions: ffmpeg 3.2.10-1, ffprobe 3.2.10-1
[debug] Proxy map: {}
[debug] Default format spec: bestvideo+bestaudio/best
The eventful life of a little blue car.
youtube-dl --get-description 'https://www.facebook.com/KeepVideo1/videos/268885554046939' -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--get-description', u'https://www.facebook.com/KeepVideo1/videos/268885554046939', u'-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.07
[debug] Python version 2.7.9 (CPython) - Linux-2.6.32-042stab133.2-x86_64-with-debian-8.11
[debug] exe versions: ffmpeg 3.2.10-1, ffprobe 3.2.10-1
[debug] Proxy map: {}
[debug] Default format spec: bestvideo+bestaudio/best
Can you fix this, please?