Advertisement
v1ral_ITS

torrench config.ini saved in ~/.config/torrench

Jun 3rd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1. [Torrench-Config]
  2.  
  3. ## Torrench - Command-line torrent search program
  4. ## project by @kryptxy
  5. ## github: https://github.com/kryptxy/torrench
  6. ## Configuration file for TPB/KAT/SkyTorrents indexing
  7.  
  8. ## *nix users (Linux, MacOS..): Default config directory is $XDG_CONFIG_HOME/torrench/
  9. ## If not set, fallback to $HOME/.config/torrench/
  10. ## (Create missing directories)
  11. ## Windows: Default directory is:
  12. ## C:\Users\<user>\.config\torrench\
  13.  
  14. ## WARNING: Some of the content hosted on these sites is illegal
  15. ## and downloading those contents can get you into serious troubles.
  16. ## Use it at your own risk.
  17. ## Using this is completely optional.
  18. ## You have been warned.
  19.  
  20. TPB_URL = https://thepiratebay.org  https://proxybay.one
  21. SKY_URL = https://www.skytorrents.in
  22.  
  23. ## KAT Proxy is quite shaky, and might not work at all times
  24. ## I have been unable to find any reliable KAT proxy.
  25. ## If you know of some working proxy, you can edit KAT_URL with that working proxy
  26. ## Simply append the proxy (either in the beginning or at the end)
  27. ## Update me if it works?
  28. ## Alternatively, use TPB/SkyTorrent. They are pretty reliable and work most of the time.
  29.  
  30. KAT_URL = https://kickass.cd/ https://kickass.unblocked.bid/ https://kickass.unlockproj.faith/
  31. NYAA_URL = https://nyaa.si/
  32. XBIT_URL = https://xbit.pw/
  33. RARBG_URL = https://torrentapi.org/pubapi_v2.php?
  34. 1337X_URL = https://1337x.to https://1337x.unblockall.org https://proxyportal.net/1337x-proxy
  35. IDOPE_URL = https://idope.se
  36. LIBGEN_URL = http://libgen.io/
  37. LIMETORRENTS_URL = https://limetorrents.cc https://swaptorrents.com
  38.  
  39. ## To enable TPB indexing,
  40. ## set enable = 1
  41. enable = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement