mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-10 07:18:33 +00:00
Update ilpost.py
Add missing newlines
This commit is contained in:
parent
a487aa9379
commit
54aec0ce21
@ -10,6 +10,7 @@
|
||||
|
||||
PODCAST_API = 'https://api-prod.ilpost.it/podcast/v1/podcast/%s?hits=20'
|
||||
|
||||
|
||||
class IlPostIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?:.*?)/(?P<id>[^/?#]+)'
|
||||
_TESTS = [{
|
||||
@ -60,6 +61,7 @@ def _real_extract(self, url):
|
||||
}),
|
||||
}
|
||||
|
||||
|
||||
class IlPostPodcastIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?P<id>[^/?#]+)'
|
||||
_TESTS = [{
|
||||
|
Loading…
Reference in New Issue
Block a user