[tvp:embed] fix _extract_urls

This commit is contained in:
Laura Liberda 2021-02-10 01:05:00 +01:00
parent f2038499ef
commit 07f326f52d

View file

@ -318,7 +318,7 @@ class TVPEmbedIE(InfoExtractor):
m.group('embed')
for m
in re.finditer(
r'<iframe\b[^>]+?\bsrc=(["\'])(?P<embed>%s)\1' % TVPEmbedIE,
r'<iframe[^>]+?src=(["\'])(?P<embed>%s)' % TVPEmbedIE._VALID_URL,
webpage)]
def _real_extract(self, url):