Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Common issues

Talha Asghar edited this page Feb 24, 2023 · 4 revisions

Common issues

1. Unable to extract video data in Mac OS Monterey

While getting the error message Unable to extract video data in MacOS Monterey try to change the player to mpv instead of mplayer f

  set player mpv

2. Setup mpris on fedora

Install following development packages first:

sudo dnf install "pkgconfig(dbus-1)" glib2.x86_64 python3-devel cairo-devel.x86_64 gobject-introspection-devel cairo-gobject-devel

3. How to update yt-dlp to latest version?

pipx runpip yewtube install -U yt-dlp