Advertisement
Guest User

Untitled

a guest
Mar 9th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. urlrewrite:
  2. newlost:
  3. regexp: 'http://lostfilm.tv/download.php\?(?P<details>.*)'
  4. format: 'http://www.lostfilm.tv/download.php?\g<details>'
  5. regexp:
  6. reject:
  7. - The Complete
  8. - mkv
  9. - mp4
  10. - 720p
  11. - 1080p
  12. manipulate:
  13. - description:
  14. remove: yes
  15. - title:
  16. replace:
  17. regexp: '[^\x00-\x80]+ [A-Z]+'
  18. format: ''
  19. - url:
  20. replace:
  21. regexp: '&amp;'
  22. format: '&'
  23. regexp: '^https'
  24. format: 'http'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement