Browse Source

Merge pull request #4771 from irfancharania/videott

[videott] improve extraction
totalwebcasting
Sergey M. 10 years ago
parent
commit
27de5625d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/videott.py

+ 1
- 1
youtube_dl/extractor/videott.py View File

@ -13,7 +13,7 @@ from ..utils import (
class VideoTtIE(InfoExtractor): class VideoTtIE(InfoExtractor):
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/|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})'
_TEST = { _TEST = {
'url': 'http://www.video.tt/watch_video.php?v=amd5YujV8', 'url': 'http://www.video.tt/watch_video.php?v=amd5YujV8',


Loading…
Cancel
Save