mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-12 02:01:00 +01:00
going home and need to upload what little i did
This commit is contained in:
parent
0fca93ac60
commit
ecb3bfe543
@ -3481,6 +3481,13 @@ class XVideosIE(InfoExtractor):
|
|||||||
self._downloader.trouble(u'\nERROR: unable to download ' + video_id)
|
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):
|
class PostProcessor(object):
|
||||||
"""Post Processor class.
|
"""Post Processor class.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user