Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. {
  2. "name":"YTS Movies",
  3. "description":"HD movies at the smallest file size.",
  4. "author":"koukch",
  5. "domain":"yts.am",
  6. "mimeType":"x-torrent",
  7. "template":"CoverList",
  8. "image":{
  9. "uri":"http://cdn.marketplaceimages.windowsphone.com/v8/images/3329e4fc-633d-4b1e-880e-a178f5064d8c"
  10. },
  11. "conf":{
  12. "template":"CoverList",
  13. "url":"https://yts.am/browse-movies",
  14. "conf":"home"
  15. },
  16. "confs":{
  17. "searchUrl":"https://yts.am/browse-movies/#TERM/all/all/0/latest",
  18. "search":"home",
  19. "home":{
  20. "template":"CoverList",
  21. "conf":{
  22. "more":{
  23. "selector":"body > div.main-content > div.browse-content > div > div:nth-child(2) > ul > li:contains('Next') > a",
  24. "attr":"href",
  25. "convert":"(function(x){return x && x.length>0 ? 'https://yts.am'+x : null})"
  26. },
  27. "items":{
  28. "listItem":"div.browse-movie-wrap",
  29. "data":{
  30. "thumb":{
  31. "selector":"img.img-responsive",
  32. "attr":"src"
  33. },
  34. "title":".browse-movie-title",
  35. "year":".browse-movie-year",
  36. "rating":".rating",
  37. "link":{
  38. "selector":"a.browse-movie-title",
  39. "attr":"href"
  40. },
  41. "conf":{
  42. "convert":"(function(x){return 'links'})"
  43. }
  44. }
  45. }
  46. }
  47. },
  48. "links":{
  49. "conf":{
  50. "items":{
  51. "listItem":"#movie-info > p > a",
  52. "data":{
  53. "title":{
  54. "selector":""
  55. },
  56. "link":{
  57. "selector":"",
  58. "attr":"href"
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement