Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update the Vimeo test vector md5 | Filippo Valsorda | 2013-10-29 | 1 | -1/+1 | |
| | | | | | | confirmed that this is indeed the first 10241 (we went off by one with byte range 0-10240) of the full, playing mp4, so they probably reencoded or something | |||||
* | [vimeo] Support hash in URL (Fixes #1669) | Philipp Hagemeister | 2013-10-28 | 1 | -2/+2 | |
| | ||||||
* | [vimeo] fix the extraction for videos protected with password | Jaime Marquínez Ferrándiz | 2013-10-23 | 1 | -11/+28 | |
| | | | | Added a test video. | |||||
* | [vimeo] Fix pro videos and player.vimeo.com urls | Jaime Marquínez Ferrándiz | 2013-10-23 | 1 | -0/+6 | |
| | | | | | 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. | |||||
* | [vimeo] Fix normal videos (Fixes #1642) | Philipp Hagemeister | 2013-10-23 | 1 | -6/+8 | |
| | | | | Vimeo Pro Videos are still broken | |||||
* | [vimeo] Implement the new format selection system (closes PR #996) | Joshua Elsasser | 2013-10-21 | 1 | -26/+25 | |
| | | | | Rebased and deleted some parts to use the new system instead of copying the one from YoutubeIE | |||||
* | [generic] Support embedded vimeo videos (#1602) | Philipp Hagemeister | 2013-10-15 | 1 | -2/+9 | |
| | ||||||
* | [vimeo] Recognize urls ending in a slash (fixes #1242) | Jaime Marquínez Ferrándiz | 2013-10-06 | 1 | -1/+1 | |
| | ||||||
* | [vimeo] Handle Assertions Error when trying to get the description | Jaime Marquínez Ferrándiz | 2013-09-03 | 1 | -3/+11 | |
| | | | | In some pages the html tags are not closed, python 2.6 cannot handle it. | |||||
* | [vimeo] add support for videos that embed the download url in the player ↵ | Jaime Marquínez Ferrándiz | 2013-09-03 | 1 | -8/+26 | |
| | | | | page (fixes #1364) | |||||
* | [vimeo] extract information for Vimeo Pro videos from ↵ | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -13/+28 | |
| | | | | | | http://player.vimeo.com/video/{video_id} (fixes #1197) For some videos https://vimeo.com/{video_id} doesn't work | |||||
* | [vimeo] add an extractor for channels | Jaime Marquínez Ferrándiz | 2013-07-29 | 1 | -0/+29 | |
| | ||||||
* | VimeoIE: authentication support (closes #885) and add a method in the base ↵ | Jaime Marquínez Ferrándiz | 2013-07-07 | 1 | -0/+23 | |
| | | | | InfoExtractor to get the login info | |||||
* | [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060 | Philipp Hagemeister | 2013-06-29 | 1 | -1/+1 | |
| | ||||||
* | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 1 | -0/+12 | |
| | ||||||
* | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -2/+2 | |
| | | | | | | Used only for accessing a private video Restore the error when the account is missing | |||||
* | Move Vimeo into its own file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+138 | |