diff --git a/sickbeard/providers/torrentleech.py b/sickbeard/providers/torrentleech.py index eb555c02..a9ac032e 100644 --- a/sickbeard/providers/torrentleech.py +++ b/sickbeard/providers/torrentleech.py @@ -36,6 +36,7 @@ from lib import requests from lib.requests import exceptions from bs4 import BeautifulSoup from lib.unidecode import unidecode +from sickbeard.helpers import sanitizeSceneName class TorrentLeechProvider(generic.TorrentProvider):