[youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was intended to...
[youtube-dl] / youtube_dl / extractor / youtube.py
index 9e2373bd5473c8a23d5177ee6d4450a9fe86bcdb..00e2b320ae3a12a7b27696400846f63063584721 100644 (file)
@@ -1161,7 +1161,7 @@ class YoutubeWatchLaterIE(YoutubeFeedsInfoExtractor):
 class YoutubeFavouritesIE(YoutubeBaseInfoExtractor):
     IE_NAME = u'youtube:favorites'
     IE_DESC = u'YouTube.com favourite videos, "ytfav" keyword (requires authentication)'
-    _VALID_URL = r'https?://www\.youtube\.com/my_favorites|:ytfav(?:o?rites)?'
+    _VALID_URL = r'https?://www\.youtube\.com/my_favorites|:ytfav(?:ou?rites)?'
     _LOGIN_REQUIRED = True
 
     def _real_extract(self, url):