Not directly calling soundcloud extractor anymore

pull/8/head
xavier 2014-10-24 21:11:46 -05:00
rodzic fdfefa1b9c
commit d36cae46d8
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -52,8 +52,7 @@ class AudiomackIE(InfoExtractor):
#Audiomack wraps a lot of soundcloud tracks in their branded wrapper
# - if so, pass the work off to the soundcloud extractor
if SoundcloudIE.suitable(realurl):
sc = SoundcloudIE(downloader=self._downloader)
return sc._real_extract(realurl)
return {'_type': 'url', 'url': realurl, 'ie_key': 'Soundcloud'}
else:
#Pull out metadata
page = self._download_webpage(url, id)