Search Criteria
Package Details: yt-dlp-drop-in 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yt-dlp-drop-in.git (read-only, click to copy) |
---|---|
Package Base: | yt-dlp-drop-in |
Description: | Emulate youtube-dl executables with yt-dlp (youtube-dlp) |
Upstream URL: | None |
Licenses: | MIT |
Conflicts: | youtube-dl |
Provides: | youtube-dl |
Submitter: | Minmo |
Maintainer: | Minmo (Sematre) |
Last Packager: | Sematre |
Votes: | 42 |
Popularity: | 1.77 |
First Submitted: | 2021-07-26 19:32 (UTC) |
Last Updated: | 2021-10-28 09:03 (UTC) |
Dependencies (1)
Required by (152)
- album_splitter-git (requires youtube-dl)
- alltube (requires youtube-dl)
- animewatch-pyqt5 (requires youtube-dl)
- animewatch-pyqt5-git (requires youtube-dl)
- archivebox (requires youtube-dl)
- archivebox-git (requires youtube-dl)
- auto-ytdl-git (requires youtube-dl)
- baka-mplayer-git (requires youtube-dl) (optional)
- bomi-git (requires youtube-dl) (optional)
- celluloid-git (requires youtube-dl) (optional)
- clipcommander (requires youtube-dl)
- copypastegrab-git (requires youtube-dl)
- dmscripts-git (requires youtube-dl)
- downline-bin (requires youtube-dl)
- edx-dl (requires youtube-dl)
- edx-downloader-git (requires youtube-dl)
- exmplayer-git (requires youtube-dl) (optional)
- fediplay-git (requires youtube-dl)
- forklift-git (requires youtube-dl)
- gallery-dl (requires youtube-dl) (optional)
- Show 132 more...
Latest Comments
1 2 Next › Last »
exponential commented on 2023-08-21 21:26 (UTC)
the lib path differences are due to the fact that arch is a rolling release and debian an LTS release.
Freso commented on 2023-08-20 11:00 (UTC)
I merged in the changes from exponential’s MPR package and then tweaked it a bit.
import youtube_dl
works now at least, but I haven’t tested it thoroughly so there might still be some oddities, but I’ll be using this for the time being at least. :) (exponential, you might also want to see if the changes in https://gitlab.archlinux.org/freso/AUR-yt-dlp-drop-in/-/commit/f2c694a4434cad229437061b10035c2886919f21 are some you’d want to cherry-pick to your MPR package.)https://gitlab.archlinux.org/freso/AUR-yt-dlp-drop-in/-/tree/yt-dlp-drop-in
exponential commented on 2023-08-01 19:18 (UTC) (edited on 2023-08-01 19:24 (UTC) by exponential)
i'm a Debian user, i can't maintain any packages here. The mpr is like the AUR but for deb packages. Convert this for Arch. https://mpr.makedeb.org/packages/yt-dlp-drop-in
I think it ~~only~~ needs this "arch=('all')" changed to "arch=('any')" and "python3" changed to "python".
That version tries harder to pretend that it's youtube-dl. It might still not work though.
dreieck commented on 2023-07-31 22:16 (UTC)
Also, here it is not drop-in.
Building
python-pafy-git
fails:dreieck commented on 2023-05-13 06:35 (UTC)
Does not provide a full drop-in packaging wise, since versioned dependencies are not met:
regards!
qubidt commented on 2023-04-01 15:19 (UTC)
the call in the script should be
exec /usr/bin/yt-dlp
to avoid the fork.henkm commented on 2021-12-01 02:40 (UTC)
Referring to @Freso's comment on 2021-10-22, is it possible to get the python imports working? I have tried for pafy but can't get it to work.
Minmo commented on 2021-10-27 17:15 (UTC)
@Sematre I made you a co-maintainer if you want to implement those changes
Sematre commented on 2021-10-27 16:52 (UTC) (edited on 2021-10-27 16:53 (UTC) by Sematre)
This would be an awesome package if it were a real drop-in replacement. It would be better if this package provided an script at
/usr/bin/youtube-dl
that calls yt-dlp but with an additional parameter:--compat-options youtube-dl
.The script could look something like this (just an quick-and-dirty example):
A simple symlink just isn't a good replacement.
Freso commented on 2021-10-22 08:48 (UTC)
@Hekuran … If you want to have both installed, you could just, say, not use this package?
@Minmo Have you considered also making a symlink for the Python package? I wanted to make a package similar to this, but I also wanted to make sure any Python
import
s would continue to work. Not sure if there’s a decent way to automate this symlinking though.1 2 Next › Last »