Skip to content

looph0le/torflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

torflix

Stream movies and TV shows in MPV or VLC, links fetched from tor website.

Youtube Demonstration Video

Requirements:

  • tor: Tor is a connection-oriented anonymizing communication service.
  • torsocks: torsocks is a wrapper between the torsocks library and the application in order to make every Internet communication go through the Tor network.
  • webtorrent-cli: download and stream to your favourite media player. (mpv)
  • fzf: fzf is a general-purpose command-line fuzzy finder.

'Make sure to start tor.service on your system.'

sudo pacman -S tor torsocks fzf;sudo npm install -g webtorrent-cli

How to install

  1. Install the requirements mentioned above.
  2. Start tor.service on your system
systemctl enable tor.service
systemctl start tor.service
  1. clone the repo and run the install.sh script.
git clone https://github.com/looph0le/torflix;cd torflix;bash install.sh
  1. The script is installed at $HOME/.local/bin, make sure to export this path.
  2. Enjoy!

About

Stream movies and tv shows from magnet links fetched from tor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages