1
0
Fork 0

[mtvn] update mtv network related extractors

This commit is contained in:
Unknown 2020-10-09 07:50:22 +02:00
commit cf7cb94287
7 changed files with 36 additions and 17 deletions

View file

@ -48,7 +48,7 @@ class ComedyCentralFullEpisodesIE(MTVServicesInfoExtractor):
def _real_extract(self, url):
playlist_id = self._match_id(url)
webpage = self._download_webpage(url, playlist_id)
mgid = self._extract_triforce_mgid(webpage, data_zone='t2_lc_promo1')
mgid = self._extract_mgid(webpage, url, data_zone='t2_lc_promo1')
videos_info = self._get_videos_info(mgid)
return videos_info