kch101

Live Streams 3

Mar 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. {
  2. "name":"NBA Streams",
  3. "description":"Watch NBA",
  4. "author":"koukch",
  5. "domain":"nba-stream.com",
  6. "mimeType":"urlresolver",
  7. "icon":"http://www.cioal.com/wp-content/uploads/nba-logo.jpeg",
  8. "confs":{
  9. "home":{
  10. "conf":{
  11. "items":{
  12. "listItem":".match-info",
  13. "data":{
  14. "title":{
  15. "selector":"b"
  16. },
  17. "subtitle":{
  18. "selector":"time",
  19. "attr":"datetime"
  20. },
  21. "link":{
  22. "selector":"a",
  23. "attr":"href"
  24. },
  25. "resolve":{
  26. "convert":"(function (x) {return 'resolve'})"
  27. }
  28. }
  29. }
  30. }
  31. },
  32. "resolve":{
  33. "conf":{
  34. "stream":{
  35. "selector":"#video-player-iframe > iframe",
  36. "attr":"src",
  37. "convert":"(function (x) {return {link:x, resolve:'resolve2'}})"
  38. }
  39. }
  40. },
  41. "resolve2":{
  42. "conf":{
  43. "stream":{
  44. "selector":"#player > div > iframe",
  45. "attr":"src",
  46. "convert":"(function (x) {return {link:x, resolve:'resolve3'}})"
  47. }
  48. }
  49. },
  50. "resolve3":{
  51. "conf":{
  52. "stream":{
  53. "selector":"#player",
  54. "how":"(function($elm){var script=$elm.find('script:nth-child(1)').html();if(script){return{link:'http://bro.adca.st/stream/'+script.match(/id=\"(.*?)\"/)[1]+'.html',resolve:'resolve5'}} return{link:$elm.find('iframe').attr('src'),resolve:'resolve4'}})"
  55. }
  56. }
  57. },
  58. "resolve4":{
  59. "conf":{
  60. "stream":{
  61. "selector":"html",
  62. "how":"html",
  63. "convert":"(function (x) {return {link:x.match(/file:\"(.*?)\"/)[1]}})"
  64. }
  65. }
  66. },
  67. "resolve5":{
  68. "conf":{
  69. "stream":{
  70. "selector":"html",
  71. "how":"(function($elm){return{link:'http://bro.adca.st/chinchan.php',replaceme:$elm.html().match(/tambor\\s?=\\s?\"(.*?)\"/)[1]+'#TOKEN'+'| User-Agent=Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36&Referer=http://bro.adca.st',resolve:'resolve6'}})"
  72. }
  73. }
  74. },
  75. "resolve6":{
  76. "conf":{
  77. "stream":{
  78. "selector":"html",
  79. "how":"(function($elm){return{token:JSON.parse($elm.text()).rumba}})"
  80. }
  81. }
  82. }
  83. },
  84. "conf":{
  85. "url":"http://nba-stream.com/next-games/",
  86. "conf":"home"
  87. }
  88. }
Add Comment
Please, Sign In to add comment