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

The "is_live" flag isn't working properly with Facebook Live Streams #4981

Open
9 tasks done
RicRamos02 opened this issue Sep 20, 2022 · 0 comments
Open
9 tasks done
Labels
site-bug Issue with a specific website

Comments

@RicRamos02
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I remove or skip any mandatory* field

Checklist

  • I'm reporting a bug unrelated to a specific site
  • I've verified that I'm running yt-dlp version 2022.09.01 (update instructions) or later (specify commit)
  • I've checked that all provided URLs are playable in a browser with the same IP and same login details
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
  • I've read the guidelines for opening an issue

Provide a description that is worded well enough to be understood

When using the flag: --match-filter "is_live" for Facebook Live Streams the output does not reflet the live status of the stream.

Current behavior:

fb-live-stream-is-live-example

Another example:

example-2-not-working

When using a stream from Youtube or Twitch this does not happen.

Examples:

twitch-example

yt-example

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['https://www.facebook.com/ABCNewsLive/videos/5344999658929396', '--match-filter', 'is_live', '-g', '-vU']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.07.18 [135f05e] (win32_exe)
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.19042-SP0
[debug] Checking exe version: ffmpeg -bsfs
[debug] Checking exe version: ffprobe -bsfs
[debug] Checking exe version: avprobe -bsfs
[debug] exe versions: ffmpeg 4.3.1
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
[debug] Proxy map: {}
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: 2022.09.01, Current version: 2022.07.18
[debug] Downloading _update_spec from https://github.com/yt-dlp/yt-dlp/releases/download/2022.09.01/_update_spec
Current Build Hash a1aaaa4e7131993348fbf28a001feddf5b0335e31ee6e254e6c4bbaabdae1a1e
Updating to version 2022.09.01 ...
[debug] Downloading yt-dlp.exe from https://github.com/yt-dlp/yt-dlp/releases/download/2022.09.01/yt-dlp.exe
[debug] Downloading SHA2-256SUMS from https://github.com/yt-dlp/yt-dlp/releases/download/2022.09.01/SHA2-256SUMS
Updated yt-dlp to version 2022.09.01
[debug] Restarting: "C:\work\5007\stage\x64\Debug\bin\yt-dlp\yt-dlp.exe" "https://www.facebook.com/ABCNewsLive/videos/5344999658929396" --match-filter is_live -g -vU
[debug] Command-line config: ['https://www.facebook.com/ABCNewsLive/videos/5344999658929396', '--match-filter', 'is_live', '-g', '-vU']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.09.01 [5d7c7d6] (win32_exe)
[debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.19042-SP0
[debug] Checking exe version: ffmpeg -bsfs
[debug] Checking exe version: ffprobe -bsfs
[debug] exe versions: ffmpeg 4.3.1
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
[debug] Proxy map: {}
[debug] Loaded 1670 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: 2022.09.01, Current version: 2022.09.01
yt-dlp is up to date (2022.09.01)
[debug] [facebook] Extracting URL: https://www.facebook.com/ABCNewsLive/videos/5344999658929396
[facebook] 5344999658929396: Downloading webpage
[facebook] 5344999658929396: Downloading MPD manifest
[facebook] 5344999658929396: Downloading MPD manifest
[facebook] 5344999658929396: Downloading MPD manifest
[debug] Sort order given by extractor: res, quality
[debug] Formats sorted by: hasvid, ie_pref, res, quality, lang, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, filesize, fs_approx, tbr, vbr, abr, asr, proto, vext, aext, hasaud, source, id
[download] Hurricane Fiona updates: Category 3 storm moves north after wreaking havoc in Puerto Rico does not pass filter (is_live), skipping ..
@RicRamos02 RicRamos02 added bug Bug that is not site-specific triage Untriaged issue labels Sep 20, 2022
@pukkandan pukkandan added site-bug Issue with a specific website and removed bug Bug that is not site-specific triage Untriaged issue labels Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website
Projects
Status: facebook
Development

No branches or pull requests

2 participants