projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62749e4
)
[mpora] Fix test
author
Sergey M․
<dstftw@gmail.com>
Thu, 10 Apr 2014 12:10:03 +0000
(19:10 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 10 Apr 2014 12:10:03 +0000
(19:10 +0700)
youtube_dl/extractor/mpora.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mpora.py
b/youtube_dl/extractor/mpora.py
index 6a8e2cc442c25327d9d91acebb47d4e109750731..39d6feb98d171f16b2ae5d69d71cde67b3a21372 100644
(file)
--- a/
youtube_dl/extractor/mpora.py
+++ b/
youtube_dl/extractor/mpora.py
@@
-4,9
+4,7
@@
import json
import re
from .common import InfoExtractor
-from ..utils import (
- int_or_none,
-)
+from ..utils import int_or_none
class MporaIE(InfoExtractor):
@@
-20,7
+18,7
@@
class MporaIE(InfoExtractor):
'info_dict': {
'title': 'Katy Curd - Winter in the Forest',
'duration': 416,
- 'uploader': '
petenewman
',
+ 'uploader': '
Peter Newman Media
',
},
}