[soundcloud] Do not match sets (Fixes #1930)
This commit is contained in:
parent
caefb1de87
commit
4ff50ef846
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,8 @@ class SoundcloudIE(InfoExtractor):
|
|||
|
||||
_VALID_URL = r'''^(?:https?://)?
|
||||
(?:(?:(?:www\.)?soundcloud\.com/
|
||||
(?P<uploader>[\w\d-]+)/(?P<title>[\w\d-]+)/?
|
||||
(?P<uploader>[\w\d-]+)/
|
||||
(?!sets/)(?P<title>[\w\d-]+)/?
|
||||
(?P<token>[^?]+?)?(?:[?].*)?$)
|
||||
|(?:api\.soundcloud\.com/tracks/(?P<track_id>\d+))
|
||||
|(?P<widget>w\.soundcloud\.com/player/?.*?url=.*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue