diff --git a/core/scraper.py b/core/scraper.py index 2f992afc..4e0d1f52 100644 --- a/core/scraper.py +++ b/core/scraper.py @@ -224,7 +224,8 @@ def get_nfo(item): return info_nfo else: - return '' + try: return scraper.get_nfo(item) + except : return '' def sort_episode_list(episodelist):