Search Criteria
Package Details: yt-dlp-git 2025.03.21.r6.g9d5e6de-1
Package Actions
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)
- python (python37AUR, python311AUR, python310AUR)
- python-certifi
- python-requests
- python-urllib3
- git (git-gitAUR, git-glAUR) (make)
- pandoc (pandoc-sile-gitAUR, pandoc-binAUR, pandoc-static-gitAUR, pandoc-cli) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-pytest (check)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – for using aria2 as external downloader
- atomicparsley (optional) – for embedding thumbnails into m4a files
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR) (optional) – for video post-processing
- phantomjsAUR (phantomjs-gitAUR) (optional) – for extractors with javascript code
- python-brotli (python-brotli-gitAUR) (optional) – brotli content encoding support
- python-brotlicffi (optional) – brotli content encoding support
- python-curl-cffiAUR (optional) – for impersonating browsers
- python-mutagen (python-mutagen-gitAUR) (optional) – for embedding thumbnail in certain formats
- python-pycryptodome (optional) – for decrypting AES-128 HLS streams and various other data
- python-pycryptodomex (optional) – for decrypting AES-128 HLS streams and various other data
- python-pyxattr (optional) – for writing xattr metadata (alternative option)
- python-secretstorage (optional) – For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
- python-websockets (python-websockets-gitAUR) (optional) – for downloading over websocket
- python-xattr (optional) – for writing xattr metadata
- rtmpdump (rtmpdump-gitAUR) (optional) – for rtmp streams support
Required by (151)
- alltube (requires yt-dlp)
- ani-dl (requires yt-dlp)
- archivebox (requires yt-dlp)
- arrowdl (requires yt-dlp)
- audiotube-git (requires yt-dlp)
- auto-editor (requires yt-dlp) (optional)
- bbsi (requires yt-dlp)
- bookmark-dlp (requires yt-dlp)
- bradtunes-git (requires yt-dlp)
- catt (requires yt-dlp)
- catt-git (requires yt-dlp)
- clipdl (requires yt-dlp)
- cwitch (requires yt-dlp)
- dash-player-git (requires yt-dlp)
- doccli (requires yt-dlp)
- exmplayer-git (requires yt-dlp) (optional)
- fastanime (requires yt-dlp)
- fastanime-git (requires yt-dlp)
- feather-music-git (requires yt-dlp)
- gallery-dl (requires yt-dlp) (check)
- Show 131 more...
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/
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »