The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.
It's as simple as downloading and installing the latest client:
After installing, navigate through the menu: Edit > Preferences > Privacy:
- Check enable blocklist
- Paste in: https://raw.githubusercontent.com/Naunter/BT_BlockLists/master/bt_blocklists.gz (peep the curls) (github)
- Check Enable automatic updates
- Click Update
- Close
@5p0ng3b0b: Tried your script out but got this error:
Update:
OK, easy fix.
sed
on Mac doesn't support-z
, so install GNUsed
instead:and replace all 7 occurrences of
sed
in the script withgsed
. Working perfectly.