mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-30 01:05:26 +00:00
[anvato] update ANVACK table and add experimental token generator for NFL
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class TokenGenerator:
|
||||
def generate(self, anvack, mcp_id):
|
||||
raise NotImplementedError('This method must be implemented by subclasses')
|
||||
Reference in New Issue
Block a user