aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/anvato_token_generator/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/anvato_token_generator/common.py')
-rw-r--r--hypervideo_dl/extractor/anvato_token_generator/common.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/hypervideo_dl/extractor/anvato_token_generator/common.py b/hypervideo_dl/extractor/anvato_token_generator/common.py
new file mode 100644
index 0000000..b959a90
--- /dev/null
+++ b/hypervideo_dl/extractor/anvato_token_generator/common.py
@@ -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')