Skip to content

Commit

Permalink
fix :ytfav
Browse files Browse the repository at this point in the history
  • Loading branch information
pukkandan committed Nov 20, 2020
1 parent 880d03d commit 33dc60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dlc/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@ def _real_extract(self, url):

class YoutubeFavouritesIE(YoutubeFeedsInfoExtractor):
IE_DESC = 'YouTube.com liked videos, ":ytfav" or "LL" for short (requires authentication)'
_VALID_URL = r':ytfav(?:ou?rites)'
_VALID_URL = r':ytfav(?:ou?rites)?'
_FEED_NAME = 'favourites'

_TESTS = [{
Expand Down

0 comments on commit 33dc60a

Please sign in to comment.