going home and need to upload what little i did
authorKevin Ngo <kevin.ngo@oregonstate.edu>
Tue, 8 Nov 2011 02:02:10 +0000 (18:02 -0800)
committerKevin Ngo <kevin.ngo@oregonstate.edu>
Tue, 8 Nov 2011 02:02:10 +0000 (18:02 -0800)
youtube-dl

index 30a02e5..cb31d13 100755 (executable)
@@ -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.