aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/tvigle.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-09-30 19:55:30 +0700
committerSergey M․ <dstftw@gmail.com>2014-09-30 19:55:30 +0700
commita3b6be104d4da99b38942a9569a953cd2dc5a6fa (patch)
tree6364482c839cf3cc85b4f784c1b314730665a257 /youtube_dl/extractor/tvigle.py
parentb7bb0df21e46d980e95295ffdadf3f2a8307b43f (diff)
downloadyoutube-dl-a3b6be104d4da99b38942a9569a953cd2dc5a6fa.tar.xz
[tvigle] Replace 404 test
Diffstat (limited to 'youtube_dl/extractor/tvigle.py')
-rw-r--r--youtube_dl/extractor/tvigle.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/youtube_dl/extractor/tvigle.py b/youtube_dl/extractor/tvigle.py
index dc8697850..e81ade707 100644
--- a/youtube_dl/extractor/tvigle.py
+++ b/youtube_dl/extractor/tvigle.py
@@ -17,16 +17,16 @@ class TvigleIE(InfoExtractor):
_TESTS = [
{
- 'url': 'http://www.tvigle.ru/video/brat-2/',
- 'md5': '72cb7eab33e54314e1790da402d3c9c3',
+ 'url': 'http://www.tvigle.ru/video/brat/',
+ 'md5': 'ff4344a4894b0524441fb6f8218dc716',
'info_dict': {
- 'id': '5119390',
- 'display_id': 'brat-2',
+ 'id': '5118490',
+ 'display_id': 'brat',
'ext': 'mp4',
- 'title': 'Брат 2 ',
- 'description': 'md5:5751f4fe345a58e1692585c361294bd8',
- 'duration': 7356.369,
- 'age_limit': 0,
+ 'title': 'Брат',
+ 'description': 'md5:d16ac7c0b47052ea51fddb92c4e413eb',
+ 'duration': 5722.6,
+ 'age_limit': 16,
},
},
{