A python CLI to seek torrent and directly stream them with peerflix.
- python3
- BeautifulSoup module
- peerflix
npm install -g peerflix
zflix.py [-h] [-d DESTDIR] [-m] [-p PLAYER] [-no NUMBER_OF_OUTPUT] search
positional arguments: | --------------------------------------------------------- | ------------------------------------------------------------ search |
optional arguments: | Help message. |
---|---|
-h, --help | Show this help message and exit. |
-d DESTDIR, --destdir DESTDIR | Destination of the downloaded torrent. |
-m, --magnet | Use magnet link (no torrent download). |
-p PLAYER, --player PLAYER | Choose the player you want to use to watch your streamed torrent. |
-no NUMBER_OF_OUTPUT, --number_of_output NUMBER_OF_OUTPUT | Number of torrent displayed with your search. |
-s, --subtitle | Make the program download subtitle (or not if the option is already set to "True" in your config file (default)) |
-l LANGUAGE, --language LANGUAGE | Set the language you want to use for the subtitles (see here in ISO 639-2/5 column to find your language). |
python3 zflix.py "Revolution OS"
It would be awesome !! Check out the wiki, you will find some documentation.