Advertisement
Guest User

Audrey-kodi-tester

a guest
Jun 6th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #searches for <img width="300" to find first episode
  2. #{*} ignores until
  3. #src="
  4. #pulls IMAGE (1st)
  5. #ignores til
  6. #<h4> then pulls EPISODE NUMBER (2nd)
  7. #then {*} ignores til <p><a href= where {%} replaces the link
  8.  
  9. {
  10. "sites": [
  11. {
  12. "name": "Audrey Test",
  13. "image": "",
  14. "fanart": "",
  15. "items": {
  16. "Latest": [
  17. {
  18. "site_url": "https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/criminal/",
  19. "global": "<table id=\"pl-video-table\" class=\"pl-video-table\">{%}</table>",
  20. "pattern": "<img width="300"{*}src="{%}"{*}<h4>{%}</h4>{*}<p><a href="{%}",
  21. "image": "{%1}",
  22. "episode": "{%2}",
  23. "link": "{%3}",
  24. }
  25. ]
  26. }
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement