aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vimeo.py
AgeCommit message (Collapse)Author
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․
2016-03-10[vimeo:ondemand] Separate ondemand extractor (Closes #8330, closes #8801)Sergey M․
2016-03-06[vimeo] Don't pollute std_headersYen Chi Hsuan
Fixes #8778
2016-03-03[vimeo] Extract uploader_url (Closes #8727)Sergey M․
2016-02-14[refactor] Single quotes consistencySergey M․
2016-02-14[refactor] Do not specify redundant None as second argument in dict.get()Sergey M․
2016-02-12[vimeo] Fix authentication (Closes #8520)Sergey M․
2016-01-21[vimeo] 'ext' must be a string, not a tuple (fixes #8288)Jaime Marquínez Ferrándiz
There was an ',' at the end of the line.
2016-01-09[vimeo] Add test for #8187Sergey M․
2016-01-09[vimeo] Check source file URL (Closes #8187)Sergey M․
2016-01-08[vimeo] Automatically pickup full movie when rented (Closes #8171)Sergey M․
2015-12-29Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․
Now all _extract_*_formats routines return a list
2015-12-16[vimeo] add test for original formatremitamine
2015-12-16[vimeo] prefer original formatremitamine
2015-12-16[vimeo] extract source file(closes #1072)remitamine
2015-11-23Rename compat_urllib_request_Request to sanitized_Request and move to utilsSergey M․
2015-11-23[vimeo] Use compat_urllib_request_RequestSergey M․
2015-11-19[vimeo] Add test for #7552Sergey M․
2015-11-19[vimeo:group] Improve _VALID_URL (Closes #7552)Sergey M․
2015-11-19[vimeo] Improve playlists extractionSergey M․
2015-11-12[vimeo] Fix extraction (Closes #7460)Sergey M․