{ "name": "Pastebin", "plugin": "plugin.video.vstream", "priority": 100, "is_resolvable": "true", "assert": { "play_movie": ["tmdb", "title"], "play_episode": ["tmdb", "showname", "season", "episode"], "search_movie": ["title"], "search_episode": ["showname"] }, "play_movie": [ "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}", { "dialog": "auto" } ], "play_episode": [ "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}", { "dialog": "select" } ], "search_movie": [ "plugin://plugin.video.vstream/?site=cHome&function=showSearchText&title=Films&sCat=1&sThumb={poster_url}&sFav={title_url}", { "keyboard": "{title}" }, { "dialog": "true" } ], "search_episode": [ "plugin://plugin.video.vstream/?site=cHome&function=showSearchText&title=Séries&sCat=2&sThumb={poster_url}&sFav={showname}", { "keyboard": "{showname}" }, { "dialog": "true" } ], "make_playlist": "true", "fallback": { "play_movie": "Pastebin.json search_movie", "play_episode": "Pastebin.json search_episode" } }