aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vimeo.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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