mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-16 04:07:47 +00:00
[nextmovie] Add new extractor
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user