Bugswriter / notflix

Notflix is a shell script to search and stream torrent.
GNU General Public License v3.0
1.9k stars 176 forks source link

Choice to Download or Stream #69

Closed Si-Ki closed 2 years ago

Si-Ki commented 2 years ago

Added choice to download or stream while keeping the originality of the script.

misobarisic commented 2 years ago

I'm definitely adding this to my fork of the script! Nice job

stl3 commented 2 years ago

Nice job - for those not wanting to use transmission-remote you can just change it to [ $choice = Download ] && webtorrent download "$magnet" & notify-send "Starting Download..."

Si-Ki commented 2 years ago

Yeah I was going to mention it as well but then I figured that people can figure out this on their own... also, this pull request just got featured on BugsWriter's channel in his latest video 😀 I'm famous now lol 😂.

Si-Ki commented 2 years ago

Nice job - for those not wanting to use transmission-remote you can just change it to [ $choice = Download ] && webtorrent download "$magnet" & notify-send "Starting Download..."

or anything else like aria2c or you choice of magnet link handler...