Fix Altadefinizione01
This commit is contained in:
@@ -144,7 +144,7 @@ def newest(categoria):
|
|||||||
def findvideos(item):
|
def findvideos(item):
|
||||||
support.info('findvideos', item)
|
support.info('findvideos', item)
|
||||||
data = httptools.downloadpage(item.url).data
|
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:
|
if iframe:
|
||||||
item.url = iframe
|
item.url = iframe
|
||||||
return support.server(item)
|
return support.server(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user