mirror of https://github.com/yt-dlp/yt-dlp.git
[gedi] fixed Gedi regex
This commit is contained in:
parent
595188ec71
commit
8924ddc3ee
|
@ -129,7 +129,7 @@ class GediIE(GediBaseIE):
|
|||
|corrierealpi
|
||||
|lasentinella
|
||||
)
|
||||
(?:\.gelocal)?\.it/.+?/(?P<id>[\d/]+)(?:\?|\&|$)'''
|
||||
(?:\.gelocal)?\.it/(?!embed/).+?/(?P<id>[\d/]+)(?:\?|\&|$)'''
|
||||
_TESTS = [{
|
||||
'url': 'https://video.lastampa.it/politica/il-paradosso-delle-regionali-la-lega-vince-ma-sembra-aver-perso/121559/121683',
|
||||
'md5': '84658d7fb9e55a6e57ecc77b73137494',
|
||||
|
|
Loading…
Reference in New Issue