added whitespace below soundcloudIE class
authorKevin Ngo <ngoke@onid.oregonstate.edu>
Sun, 13 Nov 2011 01:10:21 +0000 (17:10 -0800)
committerKevin Ngo <ngoke@onid.oregonstate.edu>
Sun, 13 Nov 2011 01:10:21 +0000 (17:10 -0800)
youtube-dl

index f717f35..2e29bad 100755 (executable)
@@ -3581,6 +3581,7 @@ class SoundcloudIE(InfoExtractor):
                except UnavailableVideoError:
                        self._downloader.trouble(u'\nERROR: unable to download video')
 
+
 class PostProcessor(object):
        """Post Processor class.