Browse Source

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

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
13ef5648c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/mixcloud.py

+ 1
- 1
youtube_dl/extractor/mixcloud.py View File

@ -10,7 +10,7 @@ from ..utils import (
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 = {


Loading…
Cancel
Save