Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Enable the feeds that you require by removing the underscore from their names.
- # You have to edit the exec line(s) to point to your working directory.
- # For Cinematik you have to copy your RSS link to the url field.
- # For TorrentLeech you have to copy your RSS link from your edit profile page to the url field.
- tasks:
- # Revtt
- revtt:
- disable_urlrewriters: [urlrewrite_redirect]
- rss:
- # Make sure that at the Generates RSS link page you select Web link as the feed type.
- url: https://revolutiontt.me/rss.php?feed=dl&cat=10,11&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- # Force ASCII just to be sure.
- ascii: yes
- accept_all: yes
- manipulate:
- # Create TorrentId field by extracting the id from the URL.
- - TorrentId:
- from: url
- extract: 'https://www\.revolutiontt\.me/details\.php\?id=(\d+).*'
- exec: echo >> "/home/hodor/PTP/WorkingDirectory/announcement/[source=rtt][id=%(TorrentId)s][title=%(title)s]"
- schedules:
- - tasks: _revtt
- interval:
- minutes: 1
Advertisement
Add Comment
Please, Sign In to add comment