diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-10 19:10:03 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-10 19:10:03 +0700 |
commit | 6c30ff756a19d33aa675c3653b64d1bc9d93856a (patch) | |
tree | e60a15608fcbcf0d0a03df8e9d5724d58a0970bf /youtube_dl | |
parent | 62749e470800ddf56674dde332374ebb6fe60c5f (diff) |
[mpora] Fix test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/mpora.py | 6 |
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', }, } |