We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run `mpv [link] and I get the error unable to extract uploader ID and fail to recognize file format
yt-dlp -vU <your command line>
'verbose': True
YoutubeDL
[debug] Command-line config
[cplayer] Command line options: '-v' 'https://www.youtube.com/watch?v=egvFSx-J3b8' [cplayer] mpv 0.34.1 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects [cplayer] built on UNKNOWN [cplayer] FFmpeg library versions: [cplayer] libavutil 56.70.100 [cplayer] libavcodec 58.134.100 [cplayer] libavformat 58.76.100 [cplayer] libswscale 5.9.100 [cplayer] libavfilter 7.110.100 [cplayer] libswresample 3.9.100 [cplayer] FFmpeg version: 4.4.2-0ubuntu0.22.04.1 [cplayer] [cplayer] Configuration: ./waf configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --confdir=/etc/mpv --zshdir=/usr/share/zsh/vendor-completions --enable-cdda --enable-dvdnav --enable-libmpv-shared --enable-sdl2 --disable-build-date --enable-dvbin [cplayer] List of enabled features: alsa asm caca cdda cplayer cplugins cuda-hwaccel cuda-interop debug-build drm dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffmpeg-aviocontext-bytes-read ffnvcodec gbm gbm.h gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo librt linux-fstatfs linux-input-event-codes lua lua52 memfd_create optimize plain-gl posix posix-or-mingw pthreads pulse rubberband sdl2 sdl2-audio sdl2-gamepad sdl2-video sixel spirv-cross spirv-cross-shared stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-vulkan vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vector vt.h vulkan wayland wayland-protocols x11 xv zimg zlib [cplayer] Reading config file /etc/mpv/encoding-profiles.conf [cplayer] Applying profile 'default'... [cplayer] Reading config file /etc/mpv/mpv.conf [cplayer] Applying profile 'default'... [cplayer] Setting option 'hwdec' = 'vaapi' (flags = 4) [cplayer] Reading config file /home/zomen/.config/mpv/mpv.conf [cplayer] Applying profile 'default'... [cplayer] Setting option 'script-opts' = 'ytdl_hook-ytdl_path=/usr/bin/yt-dlp' (flags = 4) [cplayer] Setting option 'v' = '' (flags = 8) [cplayer] Waiting for scripts... [osd/libass] libass API version: 0x1502000 [osd/libass] libass source: tarball: 0.15.2 [osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX) [osd/libass] Setting up fonts... [osd/libass] Using font provider fontconfig [osd/libass] Done. [cplayer] Set property: shared-script-properties -> 1 [cplayer] Set property: shared-script-properties -> 1 [cplayer] Done loading scripts. [cplayer] Running hook: ytdl_hook/on_load [ytdl_hook] ytdl:// hook [ytdl_hook] not a ytdl:// url [ffmpeg] Opening https://www.youtube.com/watch?v=egvFSx-J3b8 [cplayer] Set property: shared-script-properties -> 1 [cplayer] Set property: shared-script-properties -> 1 [osd/libass] libass API version: 0x1502000 [osd/libass] libass source: tarball: 0.15.2 [osd/libass] Shaper: FriBidi 1.0.8 (SIMPLE) HarfBuzz-ng 2.7.4 (COMPLEX) [osd/libass] Setting up fonts... [osd/libass] Using font provider fontconfig [osd/libass] Done. [ffmpeg] Mime-type: 'text/html; charset=utf-8' [demux] Trying demuxers for level=normal. [lavf] No format found, try lowering probescore or forcing the format. [demux] Trying demuxers for level=unsafe. [lavf] No format found, try lowering probescore or forcing the format. [cplayer] Opening failed or was aborted: https://www.youtube.com/watch?v=egvFSx-J3b8 [cplayer] Running hook: ytdl_hook/on_load_fail [ytdl_hook] full hook [ytdl_hook] Found youtube-dl at: /usr/bin/yt-dlp [ytdl_hook] ERROR: [youtube] egvFSx-J3b8: Unable to extract uploader id; 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 [ytdl_hook] youtube-dl failed: unexpected error occurred [cplayer] finished playback, unrecognized file format (reason 4) [cplayer] Failed to recognize file format.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Checklist
Please make sure the question is worded well enough to be understood
I run `mpv [link] and I get the error unable to extract uploader ID and fail to recognize file format
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
The text was updated successfully, but these errors were encountered: