Package Details: yt-dlp-git 2025.03.21.r6.g9d5e6de-1

Git Clone URL: https://aur.archlinux.org/yt-dlp-git.git (read-only, click to copy)
Package Base: yt-dlp-git
Description: A youtube-dl fork with additional features and fixes (git)
Upstream URL: https://github.com/yt-dlp/yt-dlp
Licenses: Unlicense
Conflicts: yt-dlp
Provides: yt-dlp
Submitter: katt
Maintainer: katt
Last Packager: katt
Votes: 47
Popularity: 1.53
First Submitted: 2021-08-08 15:20 (UTC)
Last Updated: 2025-03-24 15:45 (UTC)

Dependencies (25)

Required by (151)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

theoldfellow commented on 2022-08-29 09:28 (UTC)

I get this error: ==> Entering fakeroot environment... ==> Starting package()... usage: python -m installer [-h] [--destdir path] [--compile-bytecode level] [--no-compile-bytecode] wheel python -m installer: error: unrecognized arguments: dist/yt_dlp-2022.8.19.1-py2.py3-none-any.whl ==> ERROR: A failure occurred in package(). Aborting...

katt commented on 2022-08-28 19:00 (UTC)

@Flat Done, also sorry for the delay, I forgot about it until now (works fine in chroot either way).

Flat commented on 2022-08-26 13:38 (UTC)

@katt pytest -v -m "not download" -k "not test_escaping" the -m deselection won't work because the only marker setup in yt-dlp is download and the strict flag is set in setup.cfg.

katt commented on 2022-08-23 18:40 (UTC)

@Flat If you or anyone can figure out how to make pytest behave, then sure. According to my searching, pytest -v -m "not download and not test_escaping" should work, but doesn't.

Flat commented on 2022-08-23 17:44 (UTC)

There is an issue with FFmpeg 5.1 that causes TestConvertThumbnail::test_escaping to fail, and therefore this will not package unless checks are removed. yt-dlp maintainers seem to suggest bypassing this test failure for now while seeing if this is a bug in ffmpeg or intended behavior in 5.1 https://github.com/yt-dlp/yt-dlp/issues/4745#issuecomment-1224435707

katt commented on 2022-08-22 20:21 (UTC)

@Twiki Yes

Twiki commented on 2022-08-22 19:28 (UTC)

The "Conflicts:" line doesn't mention "youtube-dl", so can this be installed and used side-by-side with youtube-dl?

GeneArch commented on 2022-06-22 14:32 (UTC)

Well strangely i am now getting a warning now too - can't explain what changed in my packaging tools config that may have changed -sorry about that.

katt commented on 2022-06-22 13:32 (UTC)

I do get the deprecation warning, but that's it. Given that no one else seems to have an issue (not a single trace of it on their github) I'm reluctant to start missing with it.

I think you should make a github issue about this, so it can be resolved for everyone and not just downstream (AUR), if it really is an issue.

GeneArch commented on 2022-06-22 11:26 (UTC)

@katt Hi - I just know I got a fail that [wheel] was deprecated and should be replaced by [bdist_wheel] - this is consistent with the documentation [1] for "universal" python 2 and 3 and no C support (which should be dropped anyway as python 2 is dead). Perhaps you get warnings and I get fails?

[1] https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/