@gamezelda: /usr/bin/youtube-dl-gui has no DOS/Windows line feeds. You could try a clean reinstall of the package.
Search Criteria
Package Details: yt-dlg-git 1.2.0.r242.g3ec93dc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yt-dlg-git.git (read-only, click to copy) |
---|---|
Package Base: | yt-dlg-git |
Description: | A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui) |
Upstream URL: | https://github.com/oleksis/youtube-dl-gui |
Licenses: | custom:UNLICENSE |
Conflicts: | youtube-dl-gui, yt-dlg |
Provides: | yt-dlg |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 94 |
Popularity: | 0.021904 |
First Submitted: | 2021-07-02 20:12 (UTC) |
Last Updated: | 2022-03-06 18:27 (UTC) |
Dependencies (11)
- python-pypubsub
- python-wxpython (python-wxpython-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-polib (make)
- python-setuptools (make)
- python-wheel (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR) (optional) – convert video files to audio-only files
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – alternative to the youtube-dl program downloaded by yt-dlg
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
willemw commented on 2017-04-07 15:08 (UTC)
gamezelda commented on 2017-04-06 20:56 (UTC)
Seems like the repo has been commited using Windows line feeds:
[zealcharm@PC ~]$ youtube-dl-gui
/usr/bin/env: ‘python2\r’: No such file or directory
As a fix, use dos2unix to fix the script. Only required once:
[zealcharm@PC ~]# sudo dos2unix /usr/bin/youtube-dl-gui
dos2unix: converting file /usr/bin/youtube-dl-gui to Unix format...
B4SH-B00STER commented on 2017-01-02 16:10 (UTC)
@willemw
PKGBUILD can be named anything
This patch will only patch it for archlinux systems
till it is fixed upstream :)
willemw commented on 2017-01-02 15:14 (UTC)
@B4SH-B00STER: Thanks. Note: your PKGBUILD has another package name.
I can include the "license install" part the PKGBUILD file.
I'm not sure I should include the "youtube-dl-gui.patch" file. This should be "fixed" upstream, I think, so it will work on any Linux distro and maybe on other operating systems.
B4SH-B00STER commented on 2017-01-02 14:08 (UTC) (edited on 2017-01-02 14:08 (UTC) by B4SH-B00STER)
re-done PKGBUILD and patched the source to use youtube-dl from Community repo
https://github.com/B4SHB00ST3R/PKGBUILD/tree/master/stable/youtube-dl-gui
willemw commented on 2016-04-08 19:44 (UTC)
@swyter: Should be fixed now.
swyter commented on 2016-04-08 13:22 (UTC) (edited on 2016-04-08 14:12 (UTC) by swyter)
Can you use `Icon=youtube-dl-gui` as the icon so that it picks the better variant? The 48px version for everything makes it look needlessly ugly in things like Gnome.
Here's a patch against the current PKGBUILD: https://gist.github.com/Swyter/7cf9efdea62f84e38312018880f9bf9f
willemw commented on 2014-07-22 07:51 (UTC)
@parafa45: Fixed (added a fallback application icon as a more stable patch). Created an upstream issue https://github.com/MrS0m30n3/youtube-dl-gui/issues/14
parafa45 commented on 2014-07-22 06:30 (UTC)
==> Starting prepare()...
sed: can't read youtube_dl_gui/YoutubeDLGUI.py: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
==> ERROR: Makepkg was unable to build youtube-dl-gui-git.
==> Restart building youtube-dl-gui-git ? [y/N]
Pinned Comments
willemw commented on 2021-07-03 09:24 (UTC)
Switched to oleksis' fork (Python 3).
@Gr3q: Thanks. The app seems to work fine now.
The app is now called yt-dlg. (Could change that back to the old name youtube-dl-gui). Updated the .desktop file to run yt-dlg.
The app also now includes translations (thanks for @jose1711 for pointed that out in his PKGBUILD file).
(In the PKGBUILD file there is second version of the PKGBUILD in comments. That version follows the upstream build and run steps (pip install).)