Actualizados

- allcalidad: Cambio de dominio
- animeflv: Correción
- streamcloud
- Actualización interna
This commit is contained in:
Intel1
2019-04-03 10:55:58 -05:00
parent c00e776cae
commit 45cbccbc6b
144 changed files with 78567 additions and 400 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
url_redirect = scrapertools.find_single_match(data, '<iframe src="([^"]+)"')
data = httptools.downloadpage(url_redirect).data
url = scrapertools.get_match(data, '{file:"([^"]+)"')
url = scrapertools.find_single_match(data, '{file:"([^"]+)"')
video_url = "%s|Referer=%s" % (url, url_redirect)
video_urls = [[scrapertools.get_filename_from_url(url)[-4:] + " [youwatch]", video_url]]