1
0
Fork 0
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:
Nino Burini 2025-02-04 23:07:46 +01:00 committed by GitHub
parent 3c0f2a64e6
commit 933ff47afa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ def _real_extract(self, url):
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 = [{
'url': 'https://www.ilpost.it/podcasts/morning/',
'info_dict': {