mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-22 18:05:46 -05:00
Update ilpost.py
Add missing newlines
This commit is contained in:
parent
a487aa9379
commit
54aec0ce21
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
PODCAST_API = 'https://api-prod.ilpost.it/podcast/v1/podcast/%s?hits=20'
|
PODCAST_API = 'https://api-prod.ilpost.it/podcast/v1/podcast/%s?hits=20'
|
||||||
|
|
||||||
|
|
||||||
class IlPostIE(InfoExtractor):
|
class IlPostIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?:.*?)/(?P<id>[^/?#]+)'
|
_VALID_URL = r'https?://(?:www\.)?ilpost\.it/podcasts/(?:.*?)/(?P<id>[^/?#]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
|
@ -60,6 +61,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>[^/?#]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
|
|
Loading…
Reference in a new issue