mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-09 02:55:11 +00:00
testcases for libsyn and The Daily Show Podcast extractors
This commit is contained in:
@@ -276,6 +276,10 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor):
|
||||
|
||||
class TheDailyShowPodcastIE(InfoExtractor):
|
||||
_VALID_URL = r'(?P<scheme>https?:)?//thedailyshow\.cc\.com/podcast/(?P<id>[a-z\-]+)'
|
||||
_TESTS = [{
|
||||
"url": "http://thedailyshow.cc.com/podcast/episodetwelve",
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
display_id = self._match_id(url)
|
||||
|
||||
Reference in New Issue
Block a user