diff --git a/channels/altadefinizione01.py b/channels/altadefinizione01.py index 53ccc27f..3e062c34 100644 --- a/channels/altadefinizione01.py +++ b/channels/altadefinizione01.py @@ -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*]+src="([^"]+)').match + iframe = support.match(data, patron='src="(http[^"]+)" frameborder').match if iframe: item.url = iframe return support.server(item)