Search Criteria
Package Details: tartube 2.5.040-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tartube.git (read-only, click to copy) |
---|---|
Package Base: | tartube |
Description: | A GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders |
Upstream URL: | https://github.com/axcore/tartube |
Keywords: | youtube youtube-dl yt-dlp |
Licenses: | LGPL-2.1-or-later |
Submitter: | ragouel |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 17 |
Popularity: | 0.77 |
First Submitted: | 2020-05-06 04:54 (UTC) |
Last Updated: | 2024-09-04 09:52 (UTC) |
Dependencies (21)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- pango (pango-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject (python-gobject-gitAUR)
- python-requests
- yt-dlp (yt-dlp-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – external downlader for youtube-dl
- atomicparsley (optional) – support for embedding thumbnails in audio files
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – support for various post-processing tasks
- python-feedparser (optional) – support for detecting livestreams
- python-matplotlib (python-matplotlib-gitAUR) (optional) – support for drawing graphs
- python-moviepyAUR (python-moviepy-gitAUR) (optional) – support for detecting length of some videos
- python-playsoundAUR (python-playsound-gitAUR) (optional) – play alarm when a livestream starts
- Show 1 more dependencies...
Latest Comments
1 2 Next › Last »
langfingaz commented on 2023-04-28 16:52 (UTC)
Can you please add
yt-dlp
as dependency? (Or maybe just as optional dependency.) Without it, I was not able to download videos. And the "update yt-dlp" button inside tartube failed.quiquevisuet commented on 2022-02-05 15:36 (UTC)
I use pip install tartube
mosgerila commented on 2022-01-24 12:51 (UTC)
Does not work in Manjaro KDE. tartube ✔ Traceback (most recent call last): File "/usr/bin/tartube", line 40, in <module> import mainapp ModuleNotFoundError: No module named 'mainapp'
crankyfoxinabox commented on 2021-03-27 20:19 (UTC)
This package needs to be updated, it is now two versions behind master! v2.3.110
ragouel commented on 2020-12-03 01:03 (UTC)
Thanks for the tip, I'll update the PKGBUILD.
djmattyg007 commented on 2020-12-03 00:57 (UTC)
A more reliable way to get the correct site-packages directory is with this code:
sitepkgs_dir="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
This will work even if python isn't installed in '/usr/lib/pythonXX'.
jstitch commented on 2020-12-02 22:21 (UTC)
package() breaks since the mv line needs python3.8 to be installed. Currently, Arch's python version is python3.9
DanAE111 commented on 2020-11-11 13:02 (UTC) (edited on 2020-11-11 13:02 (UTC) by DanAE111)
Had some issues getting tartube to run, getting the following error on launch. When python-ffmpeg or python-libffmpeg were installed.
Active issue in upstream repository here
1 2 Next › Last »