removed weird indent
[youtube-dl.git] / youtube-dl
index f717f35..f85aa8e 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.
 
@@ -3977,7 +3978,7 @@ def gen_extractors():
                EscapistIE(),
                CollegeHumorIE(),
                XVideosIE(),
-        SoundcloudIE(),
+               SoundcloudIE(),
 
                GenericIE()
        ]