mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
[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 @@ def _real_extract(self, url):
|
||||||
}
|
}
|
||||||
|
|
||||||
class ChirbitProfileIE(InfoExtractor):
|
class ChirbitProfileIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?chirbit.com/(?P<id>[^/]+)'
|
_VALID_URL = r'https?://(?:www\.)?chirbit.com/(?P<id>[^/]+)/?$'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://chirbit.com/ScarletBeauty',
|
'url': 'http://chirbit.com/ScarletBeauty',
|
||||||
'playlist_count': 3,
|
'playlist_count': 3,
|
||||||
|
|
Loading…
Reference in a new issue