Commit Graph

165 Commits (c99d6890cb46626870474e5c1092d9772096c4b6)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 93b22c7828 [vimeo] fix the extraction for videos protected with password
Added a test video.
Jaime Marquínez Ferrándiz 55b3e45bba [vimeo] Fix pro videos and player.vimeo.com urls
The old process can still be used for those videos.
Added RegexNotFoundError, which is raised by _search_regex if it can't extract the info.
Philipp Hagemeister 71907db3ba [vimeo] Fix normal videos (Fixes )
Vimeo Pro Videos are still broken
Joshua Elsasser a6387bfd3c [vimeo] Implement the new format selection system (closes PR )
Rebased and deleted some parts to use the new system instead of copying the one from YoutubeIE
Philipp Hagemeister 9d4660cab1 [generic] Support embedded vimeo videos ()
Jaime Marquínez Ferrándiz 387ae5f30b [vimeo] Recognize urls ending in a slash (fixes )
Jaime Marquínez Ferrándiz 9c2ade40de [vimeo] Handle Assertions Error when trying to get the description
In some pages the html tags are not closed, python 2.6 cannot handle it.
Jaime Marquínez Ferrándiz aa32314d09 [vimeo] add support for videos that embed the download url in the player page (fixes )
Jaime Marquínez Ferrándiz a91b954bb4 [vimeo] extract information for Vimeo Pro videos from http://player.vimeo.com/video/{video_id} (fixes )
For some videos https://vimeo.com/{video_id} doesn't work
Jaime Marquínez Ferrándiz caeefc29eb [vimeo] add an extractor for channels
Jaime Marquínez Ferrándiz fc79158de2 VimeoIE: authentication support (closes ) and add a method in the base InfoExtractor to get the login info
Philipp Hagemeister 50587ee8ec [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Jaime Marquínez Ferrándiz c6c1974672 Add "--video-password" option (related )
Used only for accessing a private video

Restore the error when the account is missing
Philipp Hagemeister b3d14cbfa7 Move Vimeo into its own file