You'll want to update the dependency for pynzb to python2-pynzb
Search Criteria
Package Details: flexget 3.18.37-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flexget.git (read-only, click to copy) |
|---|---|
| Package Base: | flexget |
| Description: | A program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more. |
| Upstream URL: | https://github.com/Flexget/Flexget |
| Licenses: | MIT |
| Submitter: | jonkristian |
| Maintainer: | evine |
| Last Packager: | evine |
| Votes: | 77 |
| Popularity: | 0.000840 |
| First Submitted: | 2009-09-11 19:38 (UTC) |
| Last Updated: | 2026-01-12 16:14 (UTC) |
Dependencies (93)
- python-aniso8601
- python-apschedulerAUR
- python-attrs (python-attrs-gitAUR)
- python-autocommand
- python-babelfish
- python-beautifulsoup4
- python-blinker
- python-brotli (python-brotli-gitAUR)
- python-certifi
- python-charset-normalizer
- python-cheroot
- python-cherrypy
- python-click
- python-dateutil (python-dateutil-gitAUR)
- python-feedparser
- python-flask
- python-flask-compress
- python-flask-cors
- python-flask-login
- python-flask-restxAUR
- Show 73 more dependencies...
Required by (0)
Sources (6)
<deleted-account> commented on 2011-02-11 10:22 (UTC)
amrhassan commented on 2011-01-20 23:09 (UTC)
Also requires "python2-html5lib python-beautifulsoup python-yaml python-feedparser".
ndowens commented on 2011-01-11 04:01 (UTC)
MarianoC: Now has been fixed, thanks
MarianoC commented on 2011-01-10 23:16 (UTC)
Hi, thanks for the package. I had to install cherrypy python-flask python-progressbar pynzb pyrss2gen and python2-sqlalchemy to get flexget works.
ndowens commented on 2011-01-01 08:30 (UTC)
Updated and Fixed.
thermionix commented on 2010-10-21 03:21 (UTC)
$ sudo pip install flexget
hazaa
thermionix commented on 2010-10-20 22:08 (UTC)
the python3 upgrade has broken this
jonkristian commented on 2010-05-02 12:45 (UTC)
Changed dependecy.
<deleted-account> commented on 2010-05-02 04:49 (UTC)
requires pyyaml-python which is not found on AUR or via pacman
<deleted-account> commented on 2010-04-03 00:29 (UTC)
not really out of date, because its the latest stable release, the other one is unstable
Pinned Comments
evine commented on 2024-10-22 00:36 (UTC) (edited on 2024-10-26 00:26 (UTC) by evine)
@cmm11 I added this file
/usr/lib/systemd/system/flexget.servicewith the intention of reducing the running permissions for users who use flexget-webui. Users using the webui can directly run command within the webui. If you have to run these commands from the command line, traditionalsucannot do it because the shell of theflexgetuser is/usr/bin/nologinand login is prohibited.You can run
sudo -u flexget flexget -c /var/lib/flexget/config.yml execute --task task_nameOr You can use the gosu that I just packaged to implement:
sudo gosu <user>:<group> <command>, for example:sudo gosu flexget:flexget flexget -c /var/lib/flexget/config.yml execute --task task_name.If you are using
/usr/lib/systemd/system/flexget.service, you can add a alias in your shell rc file:alias flexget="sudo -u flexget /usr/bin/flexget -c /var/lib/flexget/config.ymloralias flexget="sudo gosu flexget:flexget /usr/bin/flexget -c /var/lib/flexget/config.yml".evine commented on 2024-10-19 04:50 (UTC) (edited on 2025-04-14 15:19 (UTC) by evine)
After taking over Flexget, I had
flexget-webuiandflexget-webui-v1inoptdepends, you can install and enable webui if you need. When using webui, it is recommended to use/usr/lib/systemd/system/flexget.serviceI have newly added./usr/lib/systemd/system/flexget.serviceto run as a system user, the original methods that run as normal user still exists:/usr/lib/systemd/system/flexget@.serviceand/usr/lib/systemd/user/flexget.service.If upgrade fail, you should remove old
flexgetfirst, and reinstall.