aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vimeo.py
AgeCommit message (Collapse)Author
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp 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 titlePhilipp Hagemeister
2014-10-26Remove unused importsPhilipp 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 extractionPhilipp Hagemeister
2014-09-29[vimeo] Use regexps to find descriptionPhilipp 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
2014-09-28[vimeo:likes] Add new extractor (Fixes #3835)Philipp Hagemeister
2014-08-27[vimeo] Move all testcases to extractors and clean upPhilipp Hagemeister
Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :)
2014-08-27[vimeo] Move test case to where it belongsPhilipp Hagemeister
2014-08-25[vimeo] Always pass in referer (Fixes #3582)Philipp Hagemeister
2014-08-04[vimeo] Ignore video 'base' thumbnail (Closes #3438)Dobrosław Żybort
2014-08-04[vimeo] Use original URL when for standard vimeo.com links (Closes #3428)Sergey M․
Some videos that are freely accessible without password via the original URL (e.g. http://vimeo.com/channels/keypeele/75629013) ask for password when accessed via http://vimeo.com/<video_id>.
2014-07-21[vimeo] Update test descriptionPhilipp Hagemeister
2014-05-10[vimeo] Add video duration extraction(Closes #2876)Sergey M․
2014-05-04[vimeo] Some modernization and style fixesJaime Marquínez Ferrándiz
2014-05-04[vimeo] Fix description extractionJaime Marquínez Ferrándiz
2014-04-24[vimeo] Add an extractor for the watch later list (closes #2787)Jaime Marquínez Ferrándiz
2014-04-24[vimeo] Fix logging in python 3.xJaime Marquínez Ferrándiz
The POST data must be a bytes object.
2014-03-12[vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵Jaime Marquínez Ferrándiz
#2552)
2014-03-08[vimeo] Add a better error message for embed-only videos (#2527)Philipp Hagemeister
2014-02-28[vimeo] Improve thumbnail extractionSergey M.
2014-02-28[vimeo] Fix thumbs extraction (Closes #2480)Sergey M.
2014-02-17[vimeo] Modernize test definitionPhilipp Hagemeister
2014-02-03[vimeo] Remove superfluous whitespaceSergey M.
2014-02-03[vimeo] Add support for subtitles (Closes #2239)Sergey M.
2014-01-25Properly escape ‘.’ in some _VALID_URL propertiesJaime Marquínez Ferrándiz
2014-01-08[vimeo] Support protocol-relative URLsPhilipp Hagemeister
2014-01-07[vimeo] Add support for passwords for player. URLsPhilipp Hagemeister
Fixes #2053
2014-01-07[vimeo] Fix playlist URL matchingPhilipp Hagemeister
2014-01-07[vimeo] Use _search_regexPhilipp Hagemeister
2014-01-06[vimeo] Use unicode_literalsPhilipp Hagemeister
2014-01-06[vimeo] Proper warning when password is required (Fixes #2053)Philipp Hagemeister
In player. URLs, the password warning is different.
2014-01-06[vimeo] Add support for review pagesPhilipp Hagemeister
Since the regexp is already overboarding and review pages have a distinct URL format (with non-trivial stuff after the ID), use a dedicated IE. Fixes #2106
2013-12-22[vimeo/generic] Add support for embedded SWF vimeo videosPhilipp Hagemeister
2013-12-22[vimeo] Better formatting for regexpPhilipp Hagemeister
2013-12-10[vimeo] Fix unused argument of the `_real_extract` methodJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix the extraction for some 'player' or 'pro' videosJaime Marquínez Ferrándiz
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
2013-12-06[vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz
2013-12-06[vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz
2013-12-06[vimeo] Extract views count, likes count and comments count (#1895)Jaime Marquínez Ferrándiz
2013-12-01[vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz
2013-11-22[vimeo] Fix the extraction of vimeo pro and player.vimeo.com videosJaime Marquínez Ferrándiz
2013-11-03Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz
2013-11-03Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz
The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing.
2013-10-29Update the Vimeo test vector md5Filippo Valsorda
confirmed that this is indeed the first 10241 (we went off by one with byte range 0-10240) of the full, playing mp4, so they probably reencoded or something
2013-10-28[vimeo] Support hash in URL (Fixes #1669)Philipp Hagemeister
2013-10-23[vimeo] fix the extraction for videos protected with passwordJaime Marquínez Ferrándiz
Added a test video.