Commit Graph

207 Commits (4194d253c0b922addf0439228066cb4fb487bac3)

Author SHA1 Message Date
james mike dupont cccd70a275 untie 7 years ago
Sergey M․ 365d136b7c
[vimeo] Fix tests 7 years ago
Sergey M․ 1fd0fc42bd
[vimeo:ondemand] Fix test (closes #11651) 7 years ago
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 7 years ago
Remita Amine d8c507c9e2 [vimeo] fix extraction for hls formats and add support for dash formats(closes #11490) 8 years ago
Sergey M․ f16f8505b1
[vimeo] Delegate ondemand redirects to ondemand extractor (closes #10994) 8 years ago
Yen Chi Hsuan a093cfc78b
[vimeo:review] Fix extraction (#10900)
Now Vimeo Review videos uses React. Thanks @davekaro for analyzing the
problem!
8 years ago
Sergey M․ f475e88121
[vimeo] PEP 8
[ci skip]
8 years ago
Sergey M․ 09b9c45e24
[generic] Add support for multiple vimeo embeds (Closes #10862) 8 years ago
Déstin Reed dcdb292fdd
Unify coding cookie 8 years ago
Sergey M․ d002e91986
[vimeo:ondemand] Pass Referer along with embed URL (#10624) 8 years ago
Yen Chi Hsuan 0ece114b7b
[vimeo] Recognize non-standard embeds (#1638) 8 years ago
Yen Chi Hsuan c1ff6e1ad0
[vimeo:review] Fix extraction for password-protected videos
Closes #9853
8 years ago
Sergey M․ 089657ed1f
[vimeo:album] Add paged example URL 8 years ago
Sergey M․ b5eab86c24
[vimeo:album] Impove _VALID_URL 8 years ago
Sergey M․ c8e3e0974b
[vimeo:channel] Improve playlist extraction 8 years ago
Purdea Andrei dfc8f46e1c
[vimeo:channel] Add video id to url_result
This will allow us to decide much faster that we don't want an already archived video,
and will allow having to download webpages for each video that has already been downloaded,
thus significantly speeding up the archival of channels that have no new content.
8 years ago
Sergey M․ c143ddce5d
[vimeo] Override original URL only when necessary 8 years ago
Sergey M․ 6a55bb66ee
[vimeo] Fix rented videos (Closes #9830) 8 years ago
Yen Chi Hsuan 531a74968c
[vimeo] Fix extraction for VimeoReview videos 8 years ago
Sergey M․ bdbb8530c7
[vimeo] Pass Referer for check-password request 8 years ago
Sergey M․ 241a318f27
[vimeo] Improve _VALID_URL (Closes #9229) 8 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode

Closes #8974
8 years ago
Sergey M․ 1e501364d5 [vimeo:ondemand] Clarify IE_NAME 8 years ago
Sergey M․ 74278def2e [vimeo:ondemand] Separate ondemand extractor (Closes #8330, closes #8801) 8 years ago
Yen Chi Hsuan 0f56a4b443 [vimeo] Don't pollute std_headers
Fixes #8778
8 years ago
Sergey M․ a2d7797cee [vimeo] Extract uploader_url (Closes #8727) 8 years ago
Sergey M․ 611c1dd96e [refactor] Single quotes consistency 8 years ago
Sergey M․ d800609c62 [refactor] Do not specify redundant None as second argument in dict.get() 8 years ago
Sergey M․ b826035dd5 [vimeo] Fix authentication (Closes #8520) 8 years ago
Jaime Marquínez Ferrándiz 4519c1f43c [vimeo] 'ext' must be a string, not a tuple (fixes #8288)
There was an ',' at the end of the line.
8 years ago
Sergey M․ 16f1131a4d [vimeo] Add test for #8187 8 years ago
Sergey M․ d5f071afb5 [vimeo] Check source file URL (Closes #8187) 8 years ago
Sergey M․ 5dbe81a1d3 [vimeo] Automatically pickup full movie when rented (Closes #8171) 8 years ago
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
9 years ago
remitamine 323f82a7e0 [vimeo] add test for original format 9 years ago
remitamine 8534bf1f00 [vimeo] prefer original format 9 years ago
remitamine eb4f27405b [vimeo] extract source file(closes #1072) 9 years ago
Sergey M․ 67dda51722 Rename compat_urllib_request_Request to sanitized_Request and move to utils 9 years ago
Sergey M․ e4c4bcf36f [vimeo] Use compat_urllib_request_Request 9 years ago
Sergey M․ 6b7ceee1b9 [vimeo] Add test for #7552 9 years ago
Sergey M․ fdb20a27a3 [vimeo:group] Improve _VALID_URL (Closes #7552) 9 years ago
Sergey M․ 2c94198eb6 [vimeo] Improve playlists extraction 9 years ago
Sergey M․ fcd817a326 [vimeo] Fix extraction (Closes #7460) 9 years ago
Sergey M․ 9eab37dca0 [vimeo] Simplify set cookie 9 years ago
Sergey M․ 9a8a12b7d8 [vimeo] Append cookies instead of overriding 9 years ago
Sergey M․ 3d9c4bf09a [vimeo] Fix password protected videos (Closes #7451) 9 years ago
Jaime Marquínez Ferrándiz cb5a470635 [vimeo] Remove unused import 9 years ago
Sergey M․ bfdf891fd3 [vimeo] Fix non-ASCII album passwords 9 years ago
Sergey M․ 3fa3ff1bc3 [vimeo] Fix non-ASCII login 9 years ago
Sergey M․ 0a0110fc6b [vimeo] Fix non-ASCII video passwords (2) 9 years ago
Sergey M․ 852fad922f [vimeo] Fix non-ASCII video passwords (Closes #7352) 9 years ago
Lukáš Lalinský 8bea039b83 [vimeo] New test, fixed one older test 9 years ago
Lukáš Lalinský b6aa99aff8 [vimeo] Fix error parsing 9 years ago
Sergey M․ dd8417526b [vimeo] Clarify new react+flux website fallback 9 years ago
Lukáš Lalinský 41a7b00f18 [vimeo] Extract config URL from (new?) React-based Vimeo's page 9 years ago
Jaime Marquínez Ferrándiz 1f36085df9 [vimeo] Fix extraction of password protected videos (fixes #7169) 9 years ago
Yen Chi Hsuan 73e732eb6b [vimeo] Fix m3u8 formats
Reported at
https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584
9 years ago
Sergey M․ da4daed5ef [vimeo] Do not fail when no hls formats 9 years ago
Sergey M․ 7c84562945 [vimeo] Fix password protected videos 9 years ago
Sergey M․ 68f3b61f0e [vimeo] Update tests 9 years ago
remitamine 35a3ff1d33 [vimeo] always convert width, height and bitrate to int 9 years ago
remitamine fff496c689 [vimeo] remove check for empty formats 9 years ago
remitamine e5c209a1bc [vimeo] add parameters to _extract_m3u8_formats and sort formats 9 years ago
remitamine f4076bb736 [vimeo] extract m3u8 manifest and bitrate 9 years ago
Sergey M․ 47c165c3a9 [vimeo] Fix authentication (Closes #7110) 9 years ago
Sergey M․ b29440aee6 [vimeo:user] Do not match watchlater 9 years ago
Sergey M․ 844587669e [vimeo:watchlater] Fix extraction (Closes #3886) 9 years ago
Sergey M․ f6c3664d71 [vimeo] Fix login (Closes #6488) 9 years ago
Sergey M․ 12bb392a0f [vimeo] Fix password protected videos (Closes #6507) 9 years ago
Sergey M․ f8da79f828 [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs 9 years ago
Sergey M․ de195c23a6 [vimeo] Use `_form_hidden_inputs` 9 years ago
Yen Chi Hsuan b407e173e4 [vimeo/generic] Move detection logic from GenericIE to VimeoIE 9 years ago
Jaime Marquínez Ferrándiz 2edce52584 [vimeo] Fix password protected videos again (#5082)
Since they have changed again to the previous format, I've modified the regex to match both formats.
9 years ago
pulpe 10831b5ec9 [vimeo] Fix redirection 9 years ago
pulpe 14a2d6789f [vimeo] one token overlooked 9 years ago
pulpe 7513f298b0 [vimeo] Fix login token (fixes #5082) 9 years ago
Sergey M․ 998e6cdba0 [vimeo] Capture and output error message (#5294) 9 years ago
Jaime Marquínez Ferrándiz 3946864c8a [vimeo] Use https for all vimeo.com urls
Unfortunately vimeopro.com doesn't support it yet.
9 years ago
Jaime Marquínez Ferrándiz b84037013e [vimeo] Fix login (#3886) 9 years ago
Jaime Marquínez Ferrándiz 61e00a9775 [vimeo] Use https for player.vimeo.com urls (closes #5147) 9 years ago
Jaime Marquínez Ferrándiz d1508cd68d [vimeo:album] Fix password protected videos
Since it only uses https now, don't recognize http urls.
9 years ago
Jaime Marquínez Ferrándiz 9c85b5376d [vimeo] Fix and use '_verify_video_password' (#5001)
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.
9 years ago
Jaime Marquínez Ferrándiz 3c6f245083 [vimeo] Fix upload date extraction 9 years ago
Jaime Marquínez Ferrándiz bfc993cc91 Merge branch 'subtitles-rework'
(Closes PR #4964)
9 years ago
Sergey M․ 62b013df0d [vimeo] Encode password before hash calculation 9 years ago
Sergey M․ fad6768bd1 [vimeo] Fix password protected videos (Closes #5001) 9 years ago
Jaime Marquínez Ferrándiz 93a16ba238 [vimeo] Raise the ExtractorError with expected=True when no video password is given 9 years ago
Philipp Hagemeister a3fa5da496 [vimeo] Amend playlist tests 9 years ago
Philipp Hagemeister 30965ac66a [vimeo] Prevent infinite loops if video password verification fails
We're seeing this in the tests¹ right now, which do not terminate.

¹  https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858
9 years ago
Jaime Marquínez Ferrándiz 65469a7f8b [vimeo] Convert to new subtitles system
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class
9 years ago
Philipp Hagemeister bf8f082a90 [vimeo:album] Add support for album passwords (Fixes #4917) 9 years ago
Philipp Hagemeister fc09240e24 [vimeo] Modernize test definition 9 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
Philipp Hagemeister 9dec99303d [vimeo:review] Fix test title 10 years ago
Philipp Hagemeister c9f08154a3 Remove unused imports 10 years ago
Jaime Marquínez Ferrándiz 4698f0d858 [vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974)
The javascript code contains assignments of empty dicts with the same variable name
10 years ago
Jaime Marquínez Ferrándiz 3357110a4c [vimeo] Make the protocol mandatory in the url (fixes #3926)
If it's missing, it will be correctly handled by the generic IE.
10 years ago
Philipp Hagemeister 58ea7ec81e [vimeo] Fix description extraction 10 years ago