mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-14 19:17:49 +01:00
[gedidigital] improve asset id matching
This commit is contained in:
parent
7422a2194f
commit
d81421af4b
@ -32,7 +32,7 @@ class GediDigitalIE(InfoExtractor):
|
||||
|corrierealpi
|
||||
|lasentinella
|
||||
)\.gelocal
|
||||
)\.it(?:/[^/]+){2,3}/(?P<id>\d+)'''
|
||||
)\.it(?:/[^/]+){2,3}?/(?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
Block a user