g0 401 B

12345
  1. #youtube_dl/extractor/youtube.py: Signature decryption not NOT invoking js/swf sig parsers
  2. if player_type == 'js':
  3. raise ExtractorError("Youtube's DRM has prevented this software from obtaining the video URL", expected=True)
  4. elif player_type == 'swf':
  5. raise ExtractorError("Youtube's DRM has prevented this software from obtaining the video URL", expected=True)