testcases for libsyn and The Daily Show Podcast extractors

This commit is contained in:
felix
2015-03-17 18:54:36 +01:00
parent 2e90dff2c2
commit 9ef4f12b53
2 changed files with 13 additions and 0 deletions

View File

@ -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)