aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vimeo.py
AgeCommit message (Collapse)Author
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․
2015-11-11[vimeo] Simplify set cookieSergey M․
2015-11-11[vimeo] Append cookies instead of overridingSergey M․
2015-11-11[vimeo] Fix password protected videos (Closes #7451)Sergey M․
2015-11-04[vimeo] Remove unused importJaime Marquínez Ferrándiz
2015-11-03[vimeo] Fix non-ASCII album passwordsSergey M․
2015-11-03[vimeo] Fix non-ASCII loginSergey M․
2015-11-03[vimeo] Fix non-ASCII video passwords (2)Sergey M․
2015-11-03[vimeo] Fix non-ASCII video passwords (Closes #7352)Sergey M․
2015-10-20[vimeo] New test, fixed one older testLukáš Lalinský
2015-10-20[vimeo] Fix error parsingLukáš Lalinský
2015-10-17[vimeo] Clarify new react+flux website fallbackSergey M․
2015-10-17[vimeo] Extract config URL from (new?) React-based Vimeo's pageLukáš Lalinský
2015-10-14[vimeo] Fix extraction of password protected videos (fixes #7169)Jaime Marquínez Ferrándiz
2015-10-12[vimeo] Fix m3u8 formatsYen Chi Hsuan
Reported at https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584
2015-10-11[vimeo] Do not fail when no hls formatsSergey M․
2015-10-11[vimeo] Fix password protected videosSergey M․
2015-10-11[vimeo] Update testsSergey M․
2015-10-10[vimeo] always convert width, height and bitrate to intremitamine