summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vimeo.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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.
* Update the Vimeo test vector md5Filippo Valsorda2013-10-291-1/+1
| | | | | | 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
* [vimeo] Support hash in URL (Fixes #1669)Philipp Hagemeister2013-10-281-2/+2
|
* [vimeo] fix the extraction for videos protected with passwordJaime Marquínez Ferrándiz2013-10-231-11/+28
| | | | Added a test video.
* [vimeo] Fix pro videos and player.vimeo.com urlsJaime Marquínez Ferrándiz2013-10-231-0/+6
| | | | | The old process can still be used for those videos. Added RegexNotFoundError, which is raised by _search_regex if it can't extract the info.
* [vimeo] Fix normal videos (Fixes #1642)Philipp Hagemeister2013-10-231-6/+8
| | | | Vimeo Pro Videos are still broken
* [vimeo] Implement the new format selection system (closes PR #996)Joshua Elsasser2013-10-211-26/+25
| | | | Rebased and deleted some parts to use the new system instead of copying the one from YoutubeIE
* [generic] Support embedded vimeo videos (#1602)Philipp Hagemeister2013-10-151-2/+9
|
* [vimeo] Recognize urls ending in a slash (fixes #1242)Jaime Marquínez Ferrándiz2013-10-061-1/+1
|
* [vimeo] Handle Assertions Error when trying to get the descriptionJaime Marquínez Ferrándiz2013-09-031-3/+11
| | | | In some pages the html tags are not closed, python 2.6 cannot handle it.
* [vimeo] add support for videos that embed the download url in the player ↵Jaime Marquínez Ferrándiz2013-09-031-8/+26
| | | | page (fixes #1364)
* [vimeo] extract information for Vimeo Pro videos from ↵Jaime Marquínez Ferrándiz2013-08-211-13/+28
| | | | | | http://player.vimeo.com/video/{video_id} (fixes #1197) For some videos https://vimeo.com/{video_id} doesn't work
* [vimeo] add an extractor for channelsJaime Marquínez Ferrándiz2013-07-291-0/+29
|
* VimeoIE: authentication support (closes #885) and add a method in the base ↵Jaime Marquínez Ferrándiz2013-07-071-0/+23
| | | | InfoExtractor to get the login info
* [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060Philipp Hagemeister2013-06-291-1/+1
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+12
|
* Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz2013-06-251-2/+2
| | | | | | Used only for accessing a private video Restore the error when the account is missing
* Move Vimeo into its own filePhilipp Hagemeister2013-06-231-0/+138