mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
[tagesschau] Look at the right place for download links
This commit is contained in:
parent
47d7c64274
commit
6591fdf51f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class TagesschauIE(InfoExtractor):
|
|||
webpage, 'download links')
|
||||
links = re.finditer(
|
||||
r'<div class="button" title="(?P<title>[^"]*)"><a href="(?P<url>[^"]+)">(?P<name>.+?)</a></div>',
|
||||
webpage)
|
||||
download_text)
|
||||
formats = []
|
||||
for l in links:
|
||||
format_id = self._search_regex(
|
||||
|
|
Loading…
Reference in a new issue