logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git

common.py (187B)


  1. from __future__ import unicode_literals
  2. class TokenGenerator:
  3. def generate(self, anvack, mcp_id):
  4. raise NotImplementedError('This method must be implemented by subclasses')