allcalidad: actualizado findvideos

This commit is contained in:
Intel1
2018-03-06 08:58:45 -05:00
committed by GitHub
parent cfecf41d04
commit 2e4f6deb2e

View File

@@ -134,7 +134,7 @@ def findvideos(item):
url = httptools.downloadpage(url, follow_redirects=False, only_headers=True).headers.get("location", "")
if "youtube" in url:
titulo = "[COLOR = yellow]Ver trailer: %s[/COLOR]"
if "ad.js" in url or "script" in url:
if "ad.js" in url or "script" in url or "jstags.js" in url:
continue
elif "vimeo" in url:
url += "|" + "http://www.allcalidad.com"