diff --git a/channels/altadefinizione01.py b/channels/altadefinizione01.py index c6abd880..24cc40e4 100644 --- a/channels/altadefinizione01.py +++ b/channels/altadefinizione01.py @@ -148,7 +148,7 @@ def findvideos(item): itemlist = support.server(item, itemlist=itemlist, headers=headers) if not itemlist: data = httptools.downloadpage(item.url).data - iframe = support.match(data, patron='src="(http[^"]+)" frameborder').match + iframe = support.match(data, patron='src="(http[^"]+)" frameborder=\"0\" allow=\"accelerometer; autoplay;').match if iframe: item.url = iframe return support.server(item)