X-Git-Url: http://git.jankratochvil.net/?p=youtube-dl.git;a=blobdiff_plain;f=youtube-dl;h=2e29bad75faec16868684e592ce957eb310aa600;hp=f717f35ada03d8a95d42bc89ca800e5a399ecfe9;hb=208c4b9128d1476a259cb416f4662d2574974233;hpb=ec574c2c416eb2b2238841d3f12c66603af29b2a diff --git a/youtube-dl b/youtube-dl index f717f35..2e29bad 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.