diff options
Diffstat (limited to 'youtube_dlc/extractor/vh1.py')
-rw-r--r-- | youtube_dlc/extractor/vh1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/vh1.py b/youtube_dlc/extractor/vh1.py index dff94a2b8..ea576dc6b 100644 --- a/youtube_dlc/extractor/vh1.py +++ b/youtube_dlc/extractor/vh1.py @@ -3,6 +3,8 @@ from __future__ import unicode_literals from .mtv import MTVServicesInfoExtractor +# TODO Remove - Reason: Outdated Site + class VH1IE(MTVServicesInfoExtractor): IE_NAME = 'vh1.com' |