Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. tasks:
  2. lostfilm:
  3. template:
  4. - tvshows
  5. - notifycation
  6. headers:
  7. cookie: '{? lostfilm.cookie_new ?}'
  8. lostfilm: yes
  9. quality:
  10. - 720p
  11. include: private/series_lostfilm.yml
  12. services:
  13. template:
  14. - clean
  15.  
  16. Newstudio:
  17. template:
  18. - tvshows
  19. - notifycation
  20. manipulate:
  21. - title:
  22. replace:
  23. regexp: 'Сезон\s(\d+),\sСерия\s(\d+)'
  24. format: s\1e\2
  25. - title:
  26. replace:
  27. regexp: WEBDL
  28. format: ' 720p'
  29. - url:
  30. replace:
  31. regexp: 'newstud\.io'
  32. format: 'newstudio.tv'
  33. rss: http://newstudio.tv/rss.php?user=xxxxxxxxxxx&pass=********
  34. include: private/newstudio.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement