removed unused modules and methods

This commit is contained in:
alfa_addon_10
2017-10-27 19:10:12 +02:00
parent f5a7f6383c
commit a56513b5df
8 changed files with 75 additions and 863 deletions
-1
View File
@@ -1251,7 +1251,6 @@ class Tmdb(object):
buscando = "id_Tmdb: " + str(self.result["id"]) + " temporada: " + str(numtemporada) + "\nURL: " + url
logger.info("[Tmdb.py] Buscando " + buscando)
try:
# self.temporada[numtemporada] = jsontools.load(scrapertools.downloadpageWithoutCookies(url))
self.temporada[numtemporada] = self.get_json(url)
except: