GranTorrent y MejorTorrent: mejoras internas

This commit is contained in:
Kingbox
2018-07-04 14:41:27 +02:00
parent 500b111851
commit dcc4b3d1d4
2 changed files with 17 additions and 0 deletions

View File

@@ -680,6 +680,8 @@ def episodios(item):
del item_local.update_last
if item_local.update_next:
del item_local.update_next
if item_local.channel_host:
del item_local.channel_host
#Verificamos el idioma por si encontramos algo
if not item_local.language:

View File

@@ -828,6 +828,21 @@ def episodios(item):
item_local.action = "findvideos"
item_local.contentType = "episode"
item_local.extra = "episodios"
if item_local.library_playcounts:
del item_local.library_playcounts
if item_local.library_urls:
del item_local.library_urls
if item_local.path:
del item_local.path
if item_local.update_last:
del item_local.update_last
if item_local.update_next:
del item_local.update_next
if item_local.channel_host:
del item_local.channel_host
item_local.title = ''
item_local.context = "['buscar_trailer']"
item_local.url = urlparse.urljoin(host, scrapedurl)