aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-04-10 19:10:03 +0700
committerSergey M․ <dstftw@gmail.com>2014-04-10 19:10:03 +0700
commit6c30ff756a19d33aa675c3653b64d1bc9d93856a (patch)
treee60a15608fcbcf0d0a03df8e9d5724d58a0970bf
parent62749e470800ddf56674dde332374ebb6fe60c5f (diff)
downloadyoutube-dl-6c30ff756a19d33aa675c3653b64d1bc9d93856a.tar.xz
[mpora] Fix test
-rw-r--r--youtube_dl/extractor/mpora.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/youtube_dl/extractor/mpora.py b/youtube_dl/extractor/mpora.py
index 6a8e2cc44..39d6feb98 100644
--- 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',
},
}