diff --git a/resources/site-packages/xbmctorrent/scrapers/yify.py b/resources/site-packages/xbmctorrent/scrapers/yify.py index 671b675..f1d9696 100644 --- a/resources/site-packages/xbmctorrent/scrapers/yify.py +++ b/resources/site-packages/xbmctorrent/scrapers/yify.py @@ -92,7 +92,7 @@ def yify_show_data(callback): search_result = url_get_json("%s/api/list.json" % BASE_URL, params=args, headers=HEADERS) except: plugin.notify("Unable to connect to %s." % BASE_URL) - return + raise movies = search_result.get("MovieList") or [] if not movies: