mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-25 09:54:32 +01:00
[gedi] https regex fix
This commit is contained in:
parent
695d900d0f
commit
9042a7aa7f
@ -108,7 +108,7 @@ class GediDigitalBaseIE(InfoExtractor):
|
||||
|
||||
class GediDigitalIE(GediDigitalBaseIE):
|
||||
IE_NAME = ''
|
||||
_VALID_URL = r'''(?x)https://video\.
|
||||
_VALID_URL = r'''(?x)https?://video\.
|
||||
(?P<iename>
|
||||
(?:espresso\.)?repubblica
|
||||
|lastampa
|
||||
|
Loading…
Reference in New Issue
Block a user