aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ngo <ngoke@onid.oregonstate.edu>2011-11-12 17:10:21 -0800
committerKevin Ngo <ngoke@onid.oregonstate.edu>2011-11-12 17:10:21 -0800
commit208c4b9128d1476a259cb416f4662d2574974233 (patch)
treebe08ab7f9a4484cef3bf969c6b2237b5e3a77ec6
parentec574c2c416eb2b2238841d3f12c66603af29b2a (diff)
downloadyoutube-dl-208c4b9128d1476a259cb416f4662d2574974233.tar.xz
added whitespace below soundcloudIE class
-rwxr-xr-xyoutube-dl1
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.