Move MixcloudIE to __init__.py
This commit is contained in:
parent
b158a1d946
commit
849edab8ec
2 changed files with 125 additions and 1 deletions
|
@ -3637,7 +3637,7 @@ class MixcloudIE(InfoExtractor):
|
|||
url_list = jsonData[fmt]
|
||||
|
||||
return url_list
|
||||
|
||||
|
||||
def check_urls(self, url_list):
|
||||
"""Returns 1st active url from list"""
|
||||
for url in url_list:
|
||||
|
@ -3729,6 +3729,8 @@ class MixcloudIE(InfoExtractor):
|
|||
except UnavailableVideoError, err:
|
||||
self._downloader.trouble(u'ERROR: unable to download file')
|
||||
|
||||
|
||||
|
||||
class PostProcessor(object):
|
||||
"""Post Processor class.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue