projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4cd069
)
Mark SoundCloud IE as nonfunctional for now (#579)
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 6 Dec 2012 23:50:56 +0000
(
00:50
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 6 Dec 2012 23:50:56 +0000
(
00:50
+0100)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index 334eb59d8745ec4ca4a2518b0516f1f86b4cf17b..71b6a136eb13e3d2d0d1d462f08b6ff369009998 100644
(file)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-2799,6
+2799,7
@@
class SoundcloudIE(InfoExtractor):
_VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/([\w\d-]+)'
IE_NAME = u'soundcloud'
+ _WORKING = False
def __init__(self, downloader=None):
InfoExtractor.__init__(self, downloader)