Browse Source

[videott] Mark broken

master
Sergey M․ 9 years ago
parent
commit
b924bfad68
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/videott.py

1
youtube_dl/extractor/videott.py

@ -11,6 +11,7 @@ from ..utils import (
class VideoTtIE(InfoExtractor): class VideoTtIE(InfoExtractor):
_WORKING = False
ID_NAME = 'video.tt' ID_NAME = 'video.tt'
IE_DESC = 'video.tt - Your True Tube' IE_DESC = 'video.tt - Your True Tube'
_VALID_URL = r'http://(?:www\.)?video\.tt/(?:(?:video|embed)/|watch_video\.php\?v=)(?P<id>[\da-zA-Z]{9})' _VALID_URL = r'http://(?:www\.)?video\.tt/(?:(?:video|embed)/|watch_video\.php\?v=)(?P<id>[\da-zA-Z]{9})'

Loading…
Cancel
Save