1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

added whitespace below soundcloudIE class

This commit is contained in:
Kevin Ngo 2011-11-12 17:10:21 -08:00
parent ec574c2c41
commit 208c4b9128

View file

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