Search Criteria
Package Details: tartube 2.5.197-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: | 25 |
| Popularity: | 0.38 |
| First Submitted: | 2020-05-06 04:54 (UTC) |
| Last Updated: | 2026-01-22 10:22 (UTC) |
Dependencies (21)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- python
- python-gobject
- python-requests
- yt-dlp (yt-dlp-gitAUR, neodlpAUR, yt-dlp-nightly-binAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- aria2 (aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR, aria2-gitAUR) (optional) – external downlader for youtube-dl
- atomicparsley (optional) – support for embedding thumbnails in audio files
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, librempeg-gitAUR, ffmpeg-whisperAUR, ffmpeg-whisper-gitAUR, ffmpeg-cuda-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR) (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 »
su1 commented on 2026-02-19 05:40 (UTC) (edited on 2026-02-19 05:45 (UTC) by su1)
: (1/1) Parsing SRCINFO: tartube -> Failed to install layer, rolling up to next layer.error:error installing repo packages -> error installing repo packages error installing repo packages
Not sure what's wrong here. But manual installation did work.
langfingaz commented on 2023-04-28 16:52 (UTC)
Can you please add
yt-dlpas 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
1 2 Next › Last »