CoFix

Untitled

Jun 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # Enable the feeds that you require by removing the underscore from their names.
  2. # You have to edit the exec line(s) to point to your working directory.
  3. # For Cinematik you have to copy your RSS link to the url field.
  4. # For TorrentLeech you have to copy your RSS link from your edit profile page to the url field.
  5.  
  6. tasks:
  7. # Revtt
  8. revtt:
  9. disable_urlrewriters: [urlrewrite_redirect]
  10. rss:
  11. # Make sure that at the Generates RSS link page you select Web link as the feed type.
  12. url: https://revolutiontt.me/rss.php?feed=dl&cat=10,11&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  13. # Force ASCII just to be sure.
  14. ascii: yes
  15. accept_all: yes
  16. manipulate:
  17. # Create TorrentId field by extracting the id from the URL.
  18. - TorrentId:
  19. from: url
  20. extract: 'https://www\.revolutiontt\.me/details\.php\?id=(\d+).*'
  21. exec: echo >> "/home/hodor/PTP/WorkingDirectory/announcement/[source=rtt][id=%(TorrentId)s][title=%(title)s]"
  22.  
  23.  
  24. schedules:
  25. - tasks: _revtt
  26. interval:
  27. minutes: 1
Advertisement
Add Comment
Please, Sign In to add comment