1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 15:41:18 +02:00

[chirbit] fix profile downloader regex.

This commit is contained in:
Leslie P. Polzer 2015-02-23 12:00:43 +01:00
parent 365577f567
commit ddc369f073

View File

@ -37,7 +37,7 @@ def _real_extract(self, url):
}
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,