Update 2022-12-19 youtube-get3 v1.5.4, fixed bug when the video ID (after https://www.youtube.com/watch?v=
) starts with a dash "-" e.g. https://www.youtube.com/watch?v=-meEe-jTFlk
that downloading failed.
(see also viewtopic.php?p=76065#p76065)
Update 2021-11-05 youtube-get3 v1.5.3, now using yt-dlp, requires python3, see also discussion, starting here: viewtopic.php?p=40379#p40379
Update 2021-09-15 youtube-get3 v1.5.2, some fixes, see here: viewtopic.php?p=36993#p36993
Update 2021-02-13 youtube-get3 v1.5.1, now using youtube-dl, see also here: viewtopic.php?p=17492#p17492 [edited 2021-02-13]
Attachment pet package (EDIT: v1.5.1 now, see info: viewtopic.php?p=17532#p17532):
----------------------------------------------------------------------------------
Here's a GUI frontend for youtube-dlc, package youtube-get3-1.4.0_noarch.pet:
EDIT, updated to v1.4.0, see changes info here: viewtopic.php?p=12360#p12360
https://github.com/doglinux/busterdog/r ... noarch.pet
Required to have installed: yad (for the GUI dialogs), python2 or python3 (for youtube-dlc), wget, curl. (and for v1.0.4 ffmpeg) [edited]
EDIT: Download yad v0.40 pet packages, see here: viewtopic.php?p=9063#p9063
youtube-dlc is included in the pet (in usr/local/bin/)
NOTE: On very new systems, e.g. FossaPup, python will probably be installed, but /usr/bin/python may not exist (only /usr/bin/python3)
Then youtube-dlc won't work because it looks for /usr/bin/python, to fix, make a symlink python to python3:
Code: Select all
cd /usr/bin; ln -s python3 python
youtube-dlc is a fork of the well known youtube-dl (that has been taken down recently) and youtube-dlc is actively developed.
Github repository: https://github.com/blackjack4494/yt-dlc
It supports a different search method than youtube-dl does (youtube-dl search (ytsearch) seems very unreliable), see also here: viewtopic.php?p=8868#p8868
EDIT: Forgot to mention that there are only some quality choices, Low 240p, Medium 360p, High 720p (no HD and DASH etc... supported).
EDIT 2020-12-14: v1.0.4 has support now for merging Audio/Video, required is to have ffmpeg installed
Fred