Improve some _VALID_URLs
[youtube-dl] / youtube_dl / extractor / chirbit.py
index b435186523454e0873a8adedda2f80c1a8a6ecbe..61aed016753b28ceac34974c76aca0f9e1639f35 100644 (file)
@@ -65,7 +65,7 @@ class ChirbitIE(InfoExtractor):
 
 class ChirbitProfileIE(InfoExtractor):
     IE_NAME = 'chirbit:profile'
-    _VALID_URL = r'https?://(?:www\.)?chirbit.com/(?:rss/)?(?P<id>[^/]+)'
+    _VALID_URL = r'https?://(?:www\.)?chirbit\.com/(?:rss/)?(?P<id>[^/]+)'
     _TEST = {
         'url': 'http://chirbit.com/ScarletBeauty',
         'info_dict': {