1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[extractor/vimeo] Add VimeoProIE (#5596)

* Add support for VimeoPro URLs not containing a Vimeo video ID
* Add support for password-protected VimeoPro pages
Closes #5594
Authored by: bashonly, pukkandan
This commit is contained in:
bashonly
2022-11-21 00:55:57 +00:00
committed by GitHub
parent 3b021eacef
commit 7ff2fafe47
2 changed files with 90 additions and 43 deletions

View File

@@ -2096,6 +2096,7 @@ from .vimeo import (
VimeoGroupsIE,
VimeoLikesIE,
VimeoOndemandIE,
VimeoProIE,
VimeoReviewIE,
VimeoUserIE,
VimeoWatchLaterIE,