showcase.mp4
for dependencies (see below).
This project can be installed on to your device via different mechanisms, these mechanisms are listed below in the order of ease.
pip install flix-cliNote that the media player (mpv) will need to be installed on Windows, not WSL.
When installing the media player on Windows, make sure that it is on the Windows Path. An easy way to ensure this is to download the media player with a package manager (on Windows, not WSL) such as scoop.
First ensure Poetry is installed.
Then run the following command:
git clone https://github.com/demonkingswarn/flix-cli.git \
&& cd flix-cli \
&& poetry build \
&& pip install -e . \
&& cd ..Additional information: You must have Python installed and in PATH to use this project properly. Your Python executable may be py or python or python3. Only Python 3.6 and higher versions are supported by the project.
Install termux (Guide)
pkg up -y
pip install flix-cli
echo '#!/data/data/com.termux/files/usr/bin/sh' > $PREFIX/bin/mpv
echo 'am start --user 0 -a android.intent.action.VIEW -d "$1" -n is.xyz.mpv/.MPVActivity &' >> $PREFIX/bin/mpv
chmod +x $PREFIX/bin/mpvFor it to be able to stream you need to add referrer in mpv by opening mpv (playstore version), going into Settings -> Android -> Edit mpv.conf and adding
referrer="https://flixhq.to"mpv- Video Playeriina- Alternate video player for MacOSffmpeg- Download managerfzf- for selection menu
Usage: flix-cli [ARGS]...
Options:
download Download your favourite movie by query.
play Stream your favourite movie by query.You can contact the developer directly via this email. However, the most recommended way is to head to the discord server.
If you run into issues or want to request a new feature, you are encouraged to make a GitHub issue, won't bite you, trust me.
| Website | Available Qualities | Status / Elapsed Time | Content Extension |
|---|---|---|---|
| flixhq | 720p, 1080p | MP4 |
The disclaimer of the project can be found here.