diff --git a/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/favourites.py b/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/favourites.py index e77af33..4c160ed 100644 --- a/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/favourites.py +++ b/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/favourites.py @@ -141,7 +141,7 @@ def _create_movie_favs(): movie_favs1 = [] for fav in movie_favs: log("(Favourites_movie) %s" % fav) - search = '%s/movie/%s' % ('https://tv-v2.api-fetch.sh', fav['id']) + search = '%s/movie/%s' % ('https://popcorn-ru.tk', fav['id']) req = urllib2.Request(search, headers = {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36", "Accept-Encoding": "none"}) response = urllib2.urlopen(req) movie_fav = json.loads(response.read()) diff --git a/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/providers/api-fetch.py b/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/providers/api-fetch.py index 592220a..af7edd2 100755 --- a/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/providers/api-fetch.py +++ b/plugin.video.kodipopcorntime/resources/lib/kodipopcorntime/providers/api-fetch.py @@ -26,8 +26,8 @@ def _getDomains(): domains = [ - # Currently working and has all 3 categories - "https://tv-v2.api-fetch.sh" + # Currently working, doesn't support anime yet + "https://popcorn-ru.tk" ] # User domains have highest priority