projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec574c2
)
added whitespace below soundcloudIE class
author
Kevin Ngo
<ngoke@onid.oregonstate.edu>
Sun, 13 Nov 2011 01:10:21 +0000
(17:10 -0800)
committer
Kevin Ngo
<ngoke@onid.oregonstate.edu>
Sun, 13 Nov 2011 01:10:21 +0000
(17:10 -0800)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index f717f35ada03d8a95d42bc89ca800e5a399ecfe9..2e29bad75faec16868684e592ce957eb310aa600 100755
(executable)
--- 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.