mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-14 04:05:16 +00:00
Update ilpost.py
Update regex for IlPostPodcast
This commit is contained in:
@@ -63,7 +63,7 @@ class IlPostIE(InfoExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class IlPostPodcastIE(InfoExtractor):
|
class IlPostPodcastIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?P<id>[\-a-zA-Z0-9]+)'
|
_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': {
|
||||||
|
|||||||
Reference in New Issue
Block a user