1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-08 00:50:56 +02:00

Merge branch 'master' of github.com:rg3/youtube-dl

This commit is contained in:
Philipp Hagemeister 2014-02-26 00:07:45 +01:00
commit 13ef5648c4

View File

@ -10,7 +10,7 @@
class MixcloudIE(InfoExtractor):
_VALID_URL = r'^(?:https?://)?(?:www\.)?mixcloud\.com/([\w\d-]+)/([\w\d-]+)'
_VALID_URL = r'^(?:https?://)?(?:www\.)?mixcloud\.com/([^/]+)/([^/]+)'
IE_NAME = 'mixcloud'
_TEST = {