mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-09 14:58:32 +00:00
Update ilpost.py
Correct _VALID_URL regex for IlPostPodcast
This commit is contained in:
parent
54aec0ce21
commit
3c0f2a64e6
@ -63,7 +63,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
|
|
||||||
class IlPostPodcastIE(InfoExtractor):
|
class IlPostPodcastIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?P<id>[^/?#]+)'
|
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?P<id>[\-a-zA-Z0-9]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.ilpost.it/podcasts/morning/',
|
'url': 'https://www.ilpost.it/podcasts/morning/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user