1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[nextmovie] Add new extractor

This commit is contained in:
remitamine
2015-12-31 22:47:18 +01:00
parent 59f197aec1
commit e565cf6048
3 changed files with 32 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class NickIE(MTVServicesInfoExtractor):
def _get_feed_query(self, uri):
return compat_urllib_parse.urlencode({
'feed': 'nick_arc_player_prime',
'mgid': uri
'mgid': uri,
})
def _extract_mgid(self, webpage):