You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a description that is worded well enough to be understood
This is an excerpt from #10479 as requested by @bashonly for issues' control.
ERROR: [facebook] <vid-id>: No video formats found!
The problem happens more often for videos located in some profiles, while in others it doesn't happen, apparently. For the same video, sometimes the problem doesn't manifest at all; while for videos in different profiles, success rate can be very low.
Provide verbose output that clearly demonstrates the problem
Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
If using API, add 'verbose': True to YoutubeDL params instead
Copy the WHOLE output (starting with [debug] Command-line config) and insert it below
Complete Verbose Output
Failure:
[debug] Command-line config: ['--list-formats', '-v', '--', 'https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.07.16 from yt-dlp/yt-dlp [89a161e8c] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19044-SP0 (OpenSSL 1.1.1k 25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.07.04, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.35.5, urllib3-2.2.2, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1829 extractors
[facebook] Extracting URL: https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/
[facebook] 1809556876049234: Downloading webpage
ERROR: [facebook] 1809556876049234: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
Traceback (most recent call last):
File "yt_dlp\YoutubeDL.py", line 1626, in wrapper
File "yt_dlp\YoutubeDL.py", line 1782, in __extract_info
File "yt_dlp\YoutubeDL.py", line 1841, in process_ie_result
File "yt_dlp\YoutubeDL.py", line 2847, in process_video_result
File "yt_dlp\YoutubeDL.py", line 1123, in raise_no_formats
yt_dlp.utils.ExtractorError: [facebook] 1809556876049234: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
Success:
[debug] Command-line config: ['--list-formats', '-v', '--', 'https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.07.16 from yt-dlp/yt-dlp [89a161e8c] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19044-SP0 (OpenSSL 1.1.1k 25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.07.04, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.35.5, urllib3-2.2.2, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1829 extractors
[facebook] Extracting URL: https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/
[facebook] 1809556876049234: Downloading webpage
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, source, id
[info] Available formats for 1809556876049234:
ID EXT RESOLUTION ¦ FILESIZE TBR PROTO ¦ VCODEC VBR ACODEC ABR ASR MORE INFO
---------------------------------------------------------------------------------------------------------------------
1826790661010186a m4a audio only ¦ ~231.41KiB 66k https ¦ audio only mp4a.40.5 66k 44k DASH audio, m4a_dash
sd mp4 unknown ¦ https ¦ unknown unknown
hd mp4 unknown ¦ https ¦ unknown unknown
964095082019228v mp4 360x640 ¦ ~954.27KiB 271k https ¦ avc1.4d001e 271k video only DASH video, mp4_dash
971446191025227v mp4 540x960 ¦ ~ 1.90MiB 551k https ¦ avc1.64001f 551k video only DASH video, mp4_dash
1133736587958726v mp4 720x1280 ¦ ~ 3.95MiB 1147k https ¦ avc1.64001f 1147k video only DASH video, mp4_dash
The text was updated successfully, but these errors were encountered:
bashonly
changed the title
[facebook] ERROR: No video formats found!
[facebook] intermittent "ERROR: No video formats found!" (not a reel)
Jul 22, 2024
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Region
Brazil
Provide a description that is worded well enough to be understood
This is an excerpt from #10479 as requested by @bashonly for issues' control.
ERROR: [facebook] <vid-id>: No video formats found!
The problem happens more often for videos located in some profiles, while in others it doesn't happen, apparently. For the same video, sometimes the problem doesn't manifest at all; while for videos in different profiles, success rate can be very low.
Provide verbose output that clearly demonstrates the problem
yt-dlp -vU <your command line>
)'verbose': True
toYoutubeDL
params instead[debug] Command-line config
) and insert it belowComplete Verbose Output
Failure:
Success:
The text was updated successfully, but these errors were encountered: