diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-10 19:37:55 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-10 19:37:55 +0700 |
commit | 5c802bac3754da5c64e60464a5660c8f7b48da75 (patch) | |
tree | c2664b5dc0285138476f03f66e8c6a870b4961f5 /youtube_dl/extractor/byutv.py | |
parent | 6c30ff756a19d33aa675c3653b64d1bc9d93856a (diff) |
[byutv] Fix test
Diffstat (limited to 'youtube_dl/extractor/byutv.py')
-rw-r--r-- | youtube_dl/extractor/byutv.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/youtube_dl/extractor/byutv.py b/youtube_dl/extractor/byutv.py index 91c6398f5..cf19b7b0c 100644 --- a/youtube_dl/extractor/byutv.py +++ b/youtube_dl/extractor/byutv.py @@ -4,9 +4,7 @@ import json import re from .common import InfoExtractor -from ..utils import ( - ExtractorError, -) +from ..utils import ExtractorError class BYUtvIE(InfoExtractor): @@ -16,7 +14,7 @@ class BYUtvIE(InfoExtractor): 'info_dict': { 'id': 'granite-flats-talking', 'ext': 'mp4', - 'description': 'md5:1a7ae3e153359b7cc355ef3963441e5f', + 'description': 'md5:4e9a7ce60f209a33eca0ac65b4918e1c', 'title': 'Talking', 'thumbnail': 're:^https?://.*promo.*' }, |