diff options
Diffstat (limited to 'hypervideo_dl/extractor/bet.py')
-rw-r--r-- | hypervideo_dl/extractor/bet.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypervideo_dl/extractor/bet.py b/hypervideo_dl/extractor/bet.py index d7ceaa8..2c71442 100644 --- a/hypervideo_dl/extractor/bet.py +++ b/hypervideo_dl/extractor/bet.py @@ -3,6 +3,8 @@ from __future__ import unicode_literals from .mtv import MTVServicesInfoExtractor from ..utils import unified_strdate +# TODO Remove - Reason: Outdated Site + class BetIE(MTVServicesInfoExtractor): _VALID_URL = r'https?://(?:www\.)?bet\.com/(?:[^/]+/)+(?P<id>.+?)\.html' |