diff options
author | Kevin Ngo <ngoke@onid.oregonstate.edu> | 2011-11-12 17:10:21 -0800 |
---|---|---|
committer | Kevin Ngo <ngoke@onid.oregonstate.edu> | 2011-11-12 17:10:21 -0800 |
commit | 208c4b9128d1476a259cb416f4662d2574974233 (patch) | |
tree | be08ab7f9a4484cef3bf969c6b2237b5e3a77ec6 | |
parent | ec574c2c416eb2b2238841d3f12c66603af29b2a (diff) |
added whitespace below soundcloudIE class
-rwxr-xr-x | youtube-dl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl index f717f35ad..2e29bad75 100755 --- a/youtube-dl +++ b/youtube-dl @@ -3581,6 +3581,7 @@ class SoundcloudIE(InfoExtractor): except UnavailableVideoError: self._downloader.trouble(u'\nERROR: unable to download video') + class PostProcessor(object): """Post Processor class. |