Pastebin

JSON Détecté wanda 5 Vues Taille : 1.49 KB Date : Jan 12, 26 @ 6:16 AM
  1. 1{
  2. 2 "name": "Pastebin",
  3. 3 "plugin": "plugin.video.vstream",
  4. 4 "priority": 100,
  5. 5 "is_resolvable": "true",
  6. 6
  7. 7 "assert": {
  8. 8 "play_movie": ["tmdb", "title"],
  9. 9 "play_episode": ["tmdb", "showname", "season", "episode"],
  10. 10 "search_movie": ["title"],
  11. 11 "search_episode": ["showname"]
  12. 12
  13. 13 },
  14. 14
  15. 15 "play_movie": [
  16. 16 "plugin://plugin.video.vstream/?sTmdbId={tmdb}&site=pastebin&function=showHosters&sMovieTitle={title_url}&sCat=1&sThumb={poster_url}&siteUrl=pastebin%26sMedia%3dfilm%26idTMDB%3d{tmdb}%26sTitle%3d{title_url}",
  17. 17 { "dialog": "auto" }
  18. 18 ],
  19. 19
  20. 20 "play_episode": [
  21. 21 "plugin://plugin.video.vstream/?sTmdbId={tmdb}&sSeason={season}&sEpisode={episode}&site=pastebin&function=showHosters&sMovieTitle={showname}&sCat=8&sThumb={thumbnail_url}&siteUrl=pastebin%26sMedia%3dserie%26idTMDB%3d{tmdb}%26sTitle%3d{showname}%26sSaison%3d{season}%26sEpisode%3d{episode}",
  22. 22 { "dialog": "select" }
  23. 23 ],
  24. 24
  25. 25 "search_movie": [
  26. 26 "plugin://plugin.video.vstream/?site=cHome&function=showSearchText&title=Films&sCat=1&sThumb={poster_url}&sFav={title_url}",
  27. 27 { "keyboard": "{title}" },
  28. 28 { "dialog": "true" }
  29. 29 ],
  30. 30
  31. 31 "search_episode": [
  32. 32 "plugin://plugin.video.vstream/?site=cHome&function=showSearchText&title=Séries&sCat=2&sThumb={poster_url}&sFav={showname}",
  33. 33 { "keyboard": "{showname}" },
  34. 34 { "dialog": "true" }
  35. 35 ],
  36. 36
  37. 37 "make_playlist": "true",
  38. 38
  39. 39 "fallback": {
  40. 40 "play_movie": "Pastebin.json search_movie",
  41. 41 "play_episode": "Pastebin.json search_episode"
  42. 42 }
  43. 43}