mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update ilpost.py
Update regex for IlPostPodcast
This commit is contained in:
parent
3c0f2a64e6
commit
933ff47afa
1 changed files with 1 additions and 1 deletions
|
@ -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>[\-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': {
|
||||||
|
|
Loading…
Reference in a new issue