Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vimeo] Move all testcases to extractors and clean up | Philipp Hagemeister | 2014-08-27 | 1 | -18/+36 |
| | | | | | Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :) | ||||
* | [vimeo] Move test case to where it belongs | Philipp Hagemeister | 2014-08-27 | 1 | -16/+15 |
| | |||||
* | [vimeo] Always pass in referer (Fixes #3582) | Philipp Hagemeister | 2014-08-25 | 1 | -0/+15 |
| | |||||
* | [vimeo] Ignore video 'base' thumbnail (Closes #3438) | Dobrosław Żybort | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | [vimeo] Use original URL when for standard vimeo.com links (Closes #3428) | Sergey M․ | 2014-08-04 | 1 | -2/+15 |
| | | | | | Some videos that are freely accessible without password via the original URL (e.g. http://vimeo.com/channels/keypeele/75629013) ask for password when accessed via http://vimeo.com/<video_id>. | ||||
* | [vimeo] Update test description | Philipp Hagemeister | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | [vimeo] Add video duration extraction(Closes #2876) | Sergey M․ | 2014-05-10 | 1 | -0/+10 |
| | |||||
* | [vimeo] Some modernization and style fixes | Jaime Marquínez Ferrándiz | 2014-05-04 | 1 | -11/+16 |
| | |||||
* | [vimeo] Fix description extraction | Jaime Marquínez Ferrándiz | 2014-05-04 | 1 | -2/+3 |
| | |||||
* | [vimeo] Add an extractor for the watch later list (closes #2787) | Jaime Marquínez Ferrándiz | 2014-04-24 | 1 | -22/+50 |
| | |||||
* | [vimeo] Fix logging in python 3.x | Jaime Marquínez Ferrándiz | 2014-04-24 | 1 | -6/+8 |
| | | | | The POST data must be a bytes object. | ||||
* | [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵ | Jaime Marquínez Ferrándiz | 2014-03-12 | 1 | -1/+10 |
| | | | | #2552) | ||||
* | [vimeo] Add a better error message for embed-only videos (#2527) | Philipp Hagemeister | 2014-03-08 | 1 | -1/+13 |
| | |||||
* | [vimeo] Improve thumbnail extraction | Sergey M. | 2014-02-28 | 1 | -2/+4 |
| | |||||
* | [vimeo] Fix thumbs extraction (Closes #2480) | Sergey M. | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | [vimeo] Modernize test definition | Philipp Hagemeister | 2014-02-17 | 1 | -5/+6 |
| | |||||
* | [vimeo] Remove superfluous whitespace | Sergey M. | 2014-02-03 | 1 | -6/+5 |
| | |||||
* | [vimeo] Add support for subtitles (Closes #2239) | Sergey M. | 2014-02-03 | 1 | -1/+28 |
| | |||||
* | Properly escape ‘.’ in some _VALID_URL properties | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -5/+5 |
| | |||||
* | [vimeo] Support protocol-relative URLs | Philipp Hagemeister | 2014-01-08 | 1 | -4/+1 |
| | |||||
* | [vimeo] Add support for passwords for player. URLs | Philipp Hagemeister | 2014-01-07 | 1 | -2/+14 |
| | | | | Fixes #2053 | ||||
* | [vimeo] Fix playlist URL matching | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | [vimeo] Use _search_regex | Philipp Hagemeister | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | [vimeo] Use unicode_literals | Philipp Hagemeister | 2014-01-06 | 1 | -57/+60 |
| | |||||
* | [vimeo] Proper warning when password is required (Fixes #2053) | Philipp Hagemeister | 2014-01-06 | 1 | -0/+4 |
| | | | | In player. URLs, the password warning is different. | ||||
* | [vimeo] Add support for review pages | Philipp Hagemeister | 2014-01-06 | 1 | -2/+23 |
| | | | | | Since the regexp is already overboarding and review pages have a distinct URL format (with non-trivial stuff after the ID), use a dedicated IE. Fixes #2106 | ||||
* | [vimeo/generic] Add support for embedded SWF vimeo videos | Philipp Hagemeister | 2013-12-22 | 1 | -2/+2 |
| | |||||
* | [vimeo] Better formatting for regexp | Philipp Hagemeister | 2013-12-22 | 1 | -1/+10 |
| | |||||
* | [vimeo] Fix unused argument of the `_real_extract` method | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | [vimeo] Fix the extraction for some 'player' or 'pro' videos | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -2/+8 |
| | | | | The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c | ||||
* | [vimeo] Add an extractor for groups | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -5/+19 |
| | |||||
* | [vimeo] Add an extractor for albums (closes #1911) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -3/+20 |
| | |||||
* | [vimeo] Extract views count, likes count and comments count (#1895) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -0/+13 |
| | |||||
* | [vimeo] Add an extractor for users (closes #1871) | Jaime Marquínez Ferrándiz | 2013-12-01 | 1 | -10/+31 |
| | |||||
* | [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos | Jaime Marquínez Ferrándiz | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | Style fixes for extractors: remove spaces around (,),{ and } | Jaime Marquínez Ferrándiz | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Add the 'webpage_url' field to info_dict | Jaime Marquínez Ferrándiz | 2013-11-03 | 1 | -7/+6 |
| | | | | | The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing. | ||||
* | 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 |