[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):