Update to ytdl-2021.01.03
This commit is contained in:
6
youtube_dlc/extractor/anvato_token_generator/common.py
Normal file
6
youtube_dlc/extractor/anvato_token_generator/common.py
Normal file
@@ -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