[anvato] Disable NFLTokenGenerator(closes #27449)

This commit is contained in:
Remita Amine
2020-12-16 21:47:50 +01:00
parent 455951985b
commit 164a4a5756
2 changed files with 3 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ class NFLBaseIE(InfoExtractor):
)/
'''
_VIDEO_CONFIG_REGEX = r'<script[^>]+id="[^"]*video-config-[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}[^"]*"[^>]*>\s*({.+})'
_WORKING = False
def _parse_video_config(self, video_config, display_id):
video_config = self._parse_json(video_config, display_id)