diff options
author | Remita Amine <remitamine@gmail.com> | 2020-12-16 21:47:50 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2020-12-16 21:47:50 +0100 |
commit | 164a4a5756f5a29b928dc1351522c094c0026266 (patch) | |
tree | 39a2bcf8287787b322f1aab3a8b423d8f55f6764 /youtube_dl/extractor/nfl.py | |
parent | 455951985b97bccff1cb347e496ce2ab06f1f46d (diff) |
[anvato] Disable NFLTokenGenerator(closes #27449)
Diffstat (limited to 'youtube_dl/extractor/nfl.py')
-rw-r--r-- | youtube_dl/extractor/nfl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/nfl.py b/youtube_dl/extractor/nfl.py index e234fad38..871923e4c 100644 --- a/youtube_dl/extractor/nfl.py +++ b/youtube_dl/extractor/nfl.py @@ -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) |