diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-09 20:05:10 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-09 20:05:10 +0100 | 
| commit | f8bd0194a7723bcb702c34816e8fa522fce4e723 (patch) | |
| tree | a7bf01b7ab13b6624f0d084fe3a85934c5e780f4 | |
| parent | 77526143e789368a15a0e89bfed5dbc52f8db9e5 (diff) | |
Remove superfluous spaces
| -rw-r--r-- | youtube_dl/extractor/brightcove.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index 63577a3cb..b1b7526ca 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -64,7 +64,7 @@ class BrightcoveIE(InfoExtractor):                  u'ext': u'mp4',                  u'title': u'Lost in Motion II',                  u'description': u'md5:363109c02998fee92ec02211bd8000df', -                u'uploader': u'National Ballet of Canada',                 +                u'uploader': u'National Ballet of Canada',              },          },      ]  | 
