1
0
Fork 0

[extractor] Document netrc machines

Closes #3169
This commit is contained in:
pukkandan 2022-05-09 10:02:17 +05:30
commit 8dcce6a89c
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
7 changed files with 223 additions and 228 deletions

View file

@ -1333,7 +1333,7 @@ class VimeoReviewIE(VimeoBaseInfoExtractor):
class VimeoWatchLaterIE(VimeoChannelIE):
IE_NAME = 'vimeo:watchlater'
IE_DESC = 'Vimeo watch later list, "vimeowatchlater" keyword (requires authentication)'
IE_DESC = 'Vimeo watch later list, ":vimeowatchlater" keyword (requires authentication)'
_VALID_URL = r'https://vimeo\.com/(?:home/)?watchlater|:vimeowatchlater'
_TITLE = 'Watch Later'
_LOGIN_REQUIRED = True