[chirbit] fix profile downloader regex.
This commit is contained in:
parent
365577f567
commit
ddc369f073
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ChirbitIE(InfoExtractor):
|
|||
}
|
||||
|
||||
class ChirbitProfileIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?chirbit.com/(?P<id>[^/]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?chirbit.com/(?P<id>[^/]+)/?$'
|
||||
_TEST = {
|
||||
'url': 'http://chirbit.com/ScarletBeauty',
|
||||
'playlist_count': 3,
|
||||
|
|
Loading…
Reference in a new issue