aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vimeo.py
AgeCommit message (Collapse)Author
2019-03-11Start moving to ytdl-orgSergey M․
2019-03-10[vimeo:review] improve config url extraction and extract original ↵Remita Amine
format(closes #20305)
2019-03-01[vimeo] add support for Vimeo Pro portfolio protected videos(closes #20070)Remita Amine
2019-01-20[vimeo] Fix video password verification for videos protected by Referer HTTP ↵Sergey M․
header
2019-01-17[vimeo] fix extraction for password protected player URLs(closes #18889)Remita Amine
2018-11-28[vimeo] extract VHX subtitlesRemita Amine
2018-11-28[vimeo] Add support for VHX(Vimeo OTT)(#14835)Remita Amine
2018-10-01[vimeo] Add another config regex (closes #17690)Sergey M․
2018-09-15[vimeo] redirect to feature url only in the case of a trailer(closes #14591)Remita Amine
2018-09-15[vimeo] Extract channel meta fieldsSergey M․
2018-07-19[vimeo] Add another config regex (closes #17013)Sergey M․
2018-05-26remove unnecessary assignment parenthesisRemita Amine
2018-05-17[vimeo:likes] Relax _VALID_URL and fix single page likes extraction (closes ↵Sergey M․
#16475)
2018-04-28[vimeo] Extract JSON LD (closes #16295)Sergey M․
2018-03-05[vimeo] Modernize login code and improve error messagingSergey M․
2018-02-20[vimeo] Update testWandang
2017-12-30[vimeo] Improve password protected videos extraction (closes #15114)Sergey M․
2017-10-27[vimeo] Restrict iframe embed regex (closes #14600)Sergey M․
2017-06-20[vimeo] Add fallback mp4 extension for original formatSergey M․
2017-05-24[vimeo] Fix formats' sorting (closes #13189)Sergey M․
2017-02-01[vimeo] PEP 8Sergey M․
2017-02-01[vimeo] Extract upload timestampSergey M․
2017-02-01[vimeo] Extract license (closes #11880)Sergey M․
2017-01-31[vimeo] extract both mixed and separated dash formatsRemita Amine
2017-01-24[vimeo:review] Fix config URL extraction (closes #11821)Sergey M․
2017-01-21[vimeo:channel] Extract videos' titles for playlist entriesha shao
2017-01-19untiejames mike dupont
2017-01-11[vimeo] Fix testsSergey M․
2017-01-11[vimeo:ondemand] Fix test (closes #11651)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-12-20[vimeo] fix extraction for hls formats and add support for dash ↵Remita Amine
formats(closes #11490)
2016-10-23[vimeo] Delegate ondemand redirects to ondemand extractor (closes #10994)Sergey M․
2016-10-12[vimeo:review] Fix extraction (#10900)Yen Chi Hsuan
Now Vimeo Review videos uses React. Thanks @davekaro for analyzing the problem!
2016-10-07[vimeo] PEP 8Sergey M․
[ci skip]
2016-10-06[generic] Add support for multiple vimeo embeds (Closes #10862)Sergey M․
2016-10-03Unify coding cookieDéstin Reed
2016-09-12[vimeo:ondemand] Pass Referer along with embed URL (#10624)Sergey M․
2016-07-09[vimeo] Recognize non-standard embeds (#1638)Yen Chi Hsuan
2016-06-24[vimeo:review] Fix extraction for password-protected videosYen Chi Hsuan
Closes #9853
2016-06-23[vimeo:album] Add paged example URLSergey M․
2016-06-23[vimeo:album] Impove _VALID_URLSergey M․
2016-06-23[vimeo:channel] Improve playlist extractionSergey M․
2016-06-23[vimeo:channel] Add video id to url_resultPurdea Andrei
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.
2016-06-23[vimeo] Override original URL only when necessarySergey M․
2016-06-19[vimeo] Fix rented videos (Closes #9830)Sergey M․
2016-06-11[vimeo] Fix extraction for VimeoReview videosYen Chi Hsuan
2016-04-22[vimeo] Pass Referer for check-password requestSergey M․
2016-04-18[vimeo] Improve _VALID_URL (Closes #9229)Sergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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
2016-03-10[vimeo:ondemand] Clarify IE_NAMESergey M․