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