summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vimeo.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | [vimeo] Prevent infinite loops if video password verification failsPhilipp Hagemeister2015-02-181-1/+5
|/ | | | | | We're seeing this in the tests¹ right now, which do not terminate. ¹ https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858
* [vimeo:album] Add support for album passwords (Fixes #4917)Philipp Hagemeister2015-02-101-7/+52
|
* [vimeo] Modernize test definitionPhilipp Hagemeister2015-02-011-1/+2
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-1/+3
| | | | | | | 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 .
* [vimeo:review] Fix test titlePhilipp Hagemeister2014-10-271-1/+1
|
* Remove unused importsPhilipp Hagemeister2014-10-261-2/+0
|
* [vimeo] Improve regex for the config js dict (fixes #3955, fixes #3974)Jaime Marquínez Ferrándiz2014-10-171-1/+13
| | | | The javascript code contains assignments of empty dicts with the same variable name
* [vimeo] Make the protocol mandatory in the url (fixes #3926)Jaime Marquínez Ferrándiz2014-10-111-1/+1
| | | | If it's missing, it will be correctly handled by the generic IE.
* [vimeo] Fix description extractionPhilipp Hagemeister2014-09-291-2/+20
|
* [vimeo] Use regexps to find descriptionPhilipp Hagemeister2014-09-291-12/+3
| | | | This fixes descriptions on 2.6 and makes the code simpler.
* [vimeo:likes] Support large like lists (Fixes #3847)Philipp Hagemeister2014-09-291-21/+45
|
* [vimeo:likes] Add new extractor (Fixes #3835)Philipp Hagemeister2014-09-281-0/+33
|
* [vimeo] Move all testcases to extractors and clean upPhilipp Hagemeister2014-08-271-18/+36
| | | | | Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :)
* [vimeo] Move test case to where it belongsPhilipp Hagemeister2014-08-271-16/+15
|
* [vimeo] Always pass in referer (Fixes #3582)Philipp Hagemeister2014-08-251-0/+15
|
* [vimeo] Ignore video 'base' thumbnail (Closes #3438)Dobrosław Żybort2014-08-041-1/+1
|
* [vimeo] Use original URL when for standard vimeo.com links (Closes #3428)Sergey M․2014-08-041-2/+15
| | | | | 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>.
* [vimeo] Update test descriptionPhilipp Hagemeister2014-07-211-1/+1
|
* [vimeo] Add video duration extraction(Closes #2876)Sergey M․2014-05-101-0/+10
|
* [vimeo] Some modernization and style fixesJaime Marquínez Ferrándiz2014-05-041-11/+16
|
* [vimeo] Fix description extractionJaime Marquínez Ferrándiz2014-05-041-2/+3
|
* [vimeo] Add an extractor for the watch later list (closes #2787)Jaime Marquínez Ferrándiz2014-04-241-22/+50
|
* [vimeo] Fix logging in python 3.xJaime Marquínez Ferrándiz2014-04-241-6/+8
| | | | The POST data must be a bytes object.
* [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵Jaime Marquínez Ferrándiz2014-03-121-1/+10
| | | | #2552)
* [vimeo] Add a better error message for embed-only videos (#2527)Philipp Hagemeister2014-03-081-1/+13
|
* [vimeo] Improve thumbnail extractionSergey M.2014-02-281-2/+4
|
* [vimeo] Fix thumbs extraction (Closes #2480)Sergey M.2014-02-281-1/+1
|
* [vimeo] Modernize test definitionPhilipp Hagemeister2014-02-171-5/+6
|
* [vimeo] Remove superfluous whitespaceSergey M.2014-02-031-6/+5
|
* [vimeo] Add support for subtitles (Closes #2239)Sergey M.2014-02-031-1/+28
|
* Properly escape ‘.’ in some _VALID_URL propertiesJaime Marquínez Ferrándiz2014-01-251-5/+5
|
* [vimeo] Support protocol-relative URLsPhilipp Hagemeister2014-01-081-4/+1
|
* [vimeo] Add support for passwords for player. URLsPhilipp Hagemeister2014-01-071-2/+14
| | | | Fixes #2053
* [vimeo] Fix playlist URL matchingPhilipp Hagemeister2014-01-071-1/+1
|
* [vimeo] Use _search_regexPhilipp Hagemeister2014-01-071-2/+2
|
* [vimeo] Use unicode_literalsPhilipp Hagemeister2014-01-061-57/+60
|
* [vimeo] Proper warning when password is required (Fixes #2053)Philipp Hagemeister2014-01-061-0/+4
| | | | In player. URLs, the password warning is different.
* [vimeo] Add support for review pagesPhilipp Hagemeister2014-01-061-2/+23
| | | | | 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
* [vimeo/generic] Add support for embedded SWF vimeo videosPhilipp Hagemeister2013-12-221-2/+2
|
* [vimeo] Better formatting for regexpPhilipp Hagemeister2013-12-221-1/+10
|
* [vimeo] Fix unused argument of the `_real_extract` methodJaime Marquínez Ferrándiz2013-12-101-1/+1
|
* [vimeo] Fix the extraction for some 'player' or 'pro' videosJaime Marquínez Ferrándiz2013-12-101-2/+8
| | | | The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
* [vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz2013-12-061-5/+19
|
* [vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz2013-12-061-3/+20
|
* [vimeo] Extract views count, likes count and comments count (#1895)Jaime Marquínez Ferrándiz2013-12-061-0/+13
|
* [vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz2013-12-011-10/+31
|
* [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videosJaime Marquínez Ferrándiz2013-11-221-1/+1
|
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-1/+1
|
* Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz2013-11-031-7/+6
| | | | | The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing.