projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fca93a
)
going home and need to upload what little i did
author
Kevin Ngo
<kevin.ngo@oregonstate.edu>
Tue, 8 Nov 2011 02:02:10 +0000
(18:02 -0800)
committer
Kevin Ngo
<kevin.ngo@oregonstate.edu>
Tue, 8 Nov 2011 02:02:10 +0000
(18:02 -0800)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 30a02e5cd1c5a0de92a217289765e4b8786157d3..cb31d13c96a75a08373a850df8928c9c750e45f3 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-3481,6
+3481,13
@@
class XVideosIE(InfoExtractor):
self._downloader.trouble(u'\nERROR: unable to download ' + video_id)
+class SoundcloudIE(InformationExtractor):
+ """Information extractor for soundcloud.com"""
+
+ _VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/(\w\d-]+)'
+ IE_NAME = u'soundcloud'
+
+
class PostProcessor(object):
"""Post Processor class.