Ant00000ny
Ant00000ny
We need it on every appstore
I installed yt-dlp from brew and it works fine with https proxy until the `brew upgrade` yesterday :( got the same error message ```plaintext # yt-dlp -f 'bestaudio' --cookies-from-browser chrome...
@bashonly ```plaintext # yt-dlp -v -f 'bestaudio' --cookies-from-browser chrome https://www.youtube.com/watch\?v\=xxxxx [debug] Command-line config: ['-v', '-f', 'bestaudio', '--cookies-from-browser', 'chrome', 'https://www.youtube.com/watch?v=xxxxx'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error...
@bashonly it still fails ```plaintext ╭─ ~/Desktop ···························································································································· ✔ 22:10:28 ╰─ brew deps yt-dlp ca-certificates certifi mpdecimal openssl@3 [email protected] readline sqlite xz ╭─ ...
@bashonly same error 👀 ```plaintext ╭─ ~ ···································································································································· ✔ 22:36:10 ╰─ brew uninstall python-requests Uninstalling /opt/homebrew/Cellar/python-requests/2.31.0... (58 files, 457.3KB) ╭─ ~ ····································································································································...
Tried youtube-dl and it works fine for me ```plaintext ╭─ ~/Desktop ························································································································ INT ✘ 22:43:53 ╰─ youtube-dl https://www.youtube.com/watch\?v\=AnqUoAEg6f4 [youtube] AnqUoAEg6f4: Downloading webpage WARNING: unable to...
@bashonly It works after I follows `brew doctor`'s suggest to uninstall deprecated casks and build link. ```shell brew uninstall wkhtmltopdf brew uninstall python-mutagen brew uninstall dog brew link docker brew...