Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | [vimeo] New test, fixed one older test | Lukáš Lalinský | |
2015-10-20 | [vimeo] Fix error parsing | Lukáš Lalinský | |
2015-10-17 | [vimeo] Clarify new react+flux website fallback | Sergey M․ | |
2015-10-17 | [vimeo] Extract config URL from (new?) React-based Vimeo's page | Lukáš Lalinský | |
2015-10-14 | [vimeo] Fix extraction of password protected videos (fixes #7169) | Jaime Marquínez Ferrándiz | |
2015-10-12 | [vimeo] Fix m3u8 formats | Yen Chi Hsuan | |
Reported at https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584 | |||
2015-10-11 | [vimeo] Do not fail when no hls formats | Sergey M․ | |
2015-10-11 | [vimeo] Fix password protected videos | Sergey M․ | |
2015-10-11 | [vimeo] Update tests | Sergey M․ | |
2015-10-10 | [vimeo] always convert width, height and bitrate to int | remitamine | |
2015-10-10 | [vimeo] remove check for empty formats | remitamine | |
2015-10-10 | [vimeo] add parameters to _extract_m3u8_formats and sort formats | remitamine | |
2015-10-10 | [vimeo] extract m3u8 manifest and bitrate | remitamine | |
2015-10-10 | [vimeo] Fix authentication (Closes #7110) | Sergey M․ | |
2015-08-11 | [vimeo:user] Do not match watchlater | Sergey M․ | |
2015-08-10 | [vimeo:watchlater] Fix extraction (Closes #3886) | Sergey M․ | |
2015-08-10 | [vimeo] Fix login (Closes #6488) | Sergey M․ | |
2015-08-09 | [vimeo] Fix password protected videos (Closes #6507) | Sergey M․ | |
2015-07-14 | [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs | Sergey M․ | |
2015-07-10 | [vimeo] Use `_form_hidden_inputs` | Sergey M․ | |
2015-06-21 | [vimeo/generic] Move detection logic from GenericIE to VimeoIE | Yen Chi Hsuan | |
2015-04-28 | [vimeo] Fix password protected videos again (#5082) | Jaime Marquínez Ferrándiz | |
Since they have changed again to the previous format, I've modified the regex to match both formats. | |||
2015-04-28 | [vimeo] Fix redirection | pulpe | |
2015-04-22 | [vimeo] one token overlooked | pulpe | |
2015-04-22 | [vimeo] Fix login token (fixes #5082) | pulpe | |
2015-03-27 | [vimeo] Capture and output error message (#5294) | Sergey M․ | |
2015-03-12 | [vimeo] Use https for all vimeo.com urls | Jaime Marquínez Ferrándiz | |
Unfortunately vimeopro.com doesn't support it yet. | |||
2015-03-12 | [vimeo] Fix login (#3886) | Jaime Marquínez Ferrándiz | |
2015-03-06 | [vimeo] Use https for player.vimeo.com urls (closes #5147) | Jaime Marquínez Ferrándiz | |
2015-03-06 | [vimeo:album] Fix password protected videos | Jaime Marquínez Ferrándiz | |
Since it only uses https now, don't recognize http urls. | |||
2015-03-06 | [vimeo] Fix and use '_verify_video_password' (#5001) | Jaime Marquínez Ferrándiz | |
It only supports verifying the password over https now. Use it instead of manually setting the 'password' cookie because it allows to check if the password is correct. | |||
2015-03-06 | [vimeo] Fix upload date extraction | Jaime Marquínez Ferrándiz | |
2015-02-23 | Merge branch 'subtitles-rework' | Jaime Marquínez Ferrándiz | |
(Closes PR #4964) | |||
2015-02-21 | [vimeo] Encode password before hash calculation | Sergey M․ | |
2015-02-21 | [vimeo] Fix password protected videos (Closes #5001) | Sergey M․ | |
2015-02-18 | [vimeo] Raise the ExtractorError with expected=True when no video password ↵ | Jaime Marquínez Ferrándiz | |
is given | |||
2015-02-18 | [vimeo] Amend playlist tests | Philipp Hagemeister | |
2015-02-18 | [vimeo] Prevent infinite loops if video password verification fails | Philipp Hagemeister | |
We're seeing this in the tests¹ right now, which do not terminate. ¹ https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858 | |||
2015-02-16 | [vimeo] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class | |||
2015-02-10 | [vimeo:album] Add support for album passwords (Fixes #4917) | Philipp Hagemeister | |
2015-02-01 | [vimeo] Modernize test definition | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||
2014-10-27 | [vimeo:review] Fix test title | Philipp Hagemeister | |
2014-10-26 | Remove unused imports | Philipp Hagemeister | |
2014-10-17 | [vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974) | Jaime Marquínez Ferrándiz | |
The javascript code contains assignments of empty dicts with the same variable name | |||
2014-10-11 | [vimeo] Make the protocol mandatory in the url (fixes #3926) | Jaime Marquínez Ferrándiz | |
If it's missing, it will be correctly handled by the generic IE. | |||
2014-09-29 | [vimeo] Fix description extraction | Philipp Hagemeister | |
2014-09-29 | [vimeo] Use regexps to find description | Philipp Hagemeister | |
This fixes descriptions on 2.6 and makes the code simpler. | |||
2014-09-29 | [vimeo:likes] Support large like lists (Fixes #3847) | Philipp Hagemeister | |