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

cannot get duration for some facebook URLs (have some warnings) #21245

Open
xiaose opened this issue May 29, 2019 · 2 comments
Open

cannot get duration for some facebook URLs (have some warnings) #21245

xiaose opened this issue May 29, 2019 · 2 comments

Comments

@xiaose
Copy link

xiaose commented May 29, 2019

  • [x ] I'm reporting a broken site support issue
  • [ x] I've verified that I'm running youtube-dl version 2019.05.20
  • [ x] I've checked that all provided URLs are alive and playable in a browser
  • [ x] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [ x] I've searched the bugtracker for similar bug reports including closed ones
  • [ x] I've read bugs section in FAQ

Verbose log

PS C:\> .\youtube-dl.exe https://www.facebook.com/1159565407414586/videos/341386689906120/ --verbose --get-title --get-duration
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.facebook.com/1159565407414586/videos/341386689906120/', '--verbose', '--get-title', '--get-duration']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2019.05.20
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17763
[debug] exe versions: ffmpeg N-93129-g9e1e521393, ffprobe N-92435-g759589b55e
[debug] Proxy map: {}
WARNING: unable to extract thumbnail URL; 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.
[debug] Default format spec: bestvideo+bestaudio/best
Peak Design have redesigned the tripod from the ground up! ✅ Sleek, ergonomic...

Description

I want to get title and duration from that URL but get an error. Title I have got in last string but no duration.

@cfreds
Copy link

cfreds commented May 29, 2019

Try -F
youtube-dl.exe -F https://www.facebook.com/1159565407414586/videos/341386689906120/ --verbose --get-title --get-duration

@xiaose
Copy link
Author

xiaose commented Jun 3, 2019

the same:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-F', 'https://www.facebook.com/1159565407414586/videos/341386689906120/', '--verbose', '--get-title', '--get-duration']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2019.05.20
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17763
[debug] exe versions: none
[debug] Proxy map: {}
WARNING: unable to extract thumbnail URL; 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants