mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update yt_dlp/extractor/azmedien.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
3958f9d79c
commit
c5f5f3dcc4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class AZMedienIE(InfoExtractor):
|
||||||
)/
|
)/
|
||||||
[^/?#]+/
|
[^/?#]+/
|
||||||
(?P<id>
|
(?P<id>
|
||||||
[^/]+-\d+
|
[^/?#]+-\d+
|
||||||
)
|
)
|
||||||
(?:
|
(?:
|
||||||
\#video=
|
\#video=
|
||||||
|
|
Loading…
Reference in a new issue