From: Sergey M․ Date: Thu, 10 Apr 2014 12:10:03 +0000 (+0700) Subject: [mpora] Fix test X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=6c30ff756a19d33aa675c3653b64d1bc9d93856a;p=youtube-dl [mpora] Fix test --- 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', }, }