]> asedeno.scripts.mit.edu Git - youtube-dl.git/commitdiff
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 f717f35ada03d8a95d42bc89ca800e5a399ecfe9..2e29bad75faec16868684e592ce957eb310aa600 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.