Advertisement
dmitrius

Untitled

Feb 3rd, 2017
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. schedules:
  2. - tasks: '*'
  3. interval:
  4. minutes: 20
  5. templates:
  6. global:
  7. make_rss:
  8. file: /home/torrents/flexget.rss
  9. days: -1
  10. items: 200
  11. deluge: yes
  12. manipulate:
  13. - url:
  14. replace:
  15. regexp: '&amp'
  16. format: '&'
  17. thetvdb_lookup: yes
  18. metainfo_series: yes
  19. tvshows:
  20. set:
  21. path: '/home/SHARE/LostFilm/{{series_name}}/Season {{series_season}}'
  22. content_size: {max: 4300}
  23. tasks:
  24. Lostfilm:
  25. verify_ssl_certificates: no
  26. template:
  27. - tvshows
  28. headers:
  29. cookie: uid=313131; pass=31313131; usess=31313131;
  30. rss: http://old.lostfilm.tv/rssdd.xml
  31. manipulate:
  32. - title:
  33. replace:
  34. regexp: \)\.\s\(
  35. format: ') [webdl 720p]. ('
  36. - title:
  37. replace:
  38. regexp: '[0-9]\.\s\('
  39. format: ') [webdl 720p]. ('
  40. urlrewrite:
  41. lostfilm:
  42. regexp: 'https://www.lostfilm.tv/download.php\?(?P<details>.*)'
  43. format: 'http://old.lostfilm.tv/download.php?\g<details>'
  44. include: lostfilm.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement