projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c30ff7
)
[byutv] Fix test
author
Sergey M․
<dstftw@gmail.com>
Thu, 10 Apr 2014 12:37:55 +0000
(19:37 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 10 Apr 2014 12:37:55 +0000
(19:37 +0700)
youtube_dl/extractor/byutv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/byutv.py
b/youtube_dl/extractor/byutv.py
index 91c6398f5eda0f514b38f466300ea2e5eb629f14..cf19b7b0cf952c3b14d9ef5b91f541332d3e5e69 100644
(file)
--- 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.*'
},