Fix Altadefinizione01

This commit is contained in:
Alhaziel01
2022-05-27 18:11:54 +02:00
parent ebd3473750
commit 4ac8a7d863

View File

@@ -144,7 +144,7 @@ def newest(categoria):
def findvideos(item):
support.info('findvideos', item)
data = httptools.downloadpage(item.url).data
iframe = support.match(data, patron='player-container[^>]+>\s*<iframe[^>]+src="([^"]+)').match
iframe = support.match(data, patron='src="(http[^"]+)" frameborder').match
if iframe:
item.url = iframe
return support.server(item)