Commit Graph

48 Commits (05ee2b6dad065e01ca454502d4516fb6853abad1)

Author SHA1 Message Date
Sergey M․ 69c8fb9e5d [vimeo] Add video duration extraction(Closes )
Jaime Marquínez Ferrándiz 4f3e943080 [vimeo] Some modernization and style fixes
Jaime Marquínez Ferrándiz 7558830fa3 [vimeo] Fix description extraction
Jaime Marquínez Ferrándiz efb7e11988 [vimeo] Add an extractor for the watch later list (closes )
Jaime Marquínez Ferrándiz a980bc4324 [vimeo] Fix logging in python 3.x
The POST data must be a bytes object.
Jaime Marquínez Ferrándiz b1ff87224c [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes )
Philipp Hagemeister 1060425cbb [vimeo] Add a better error message for embed-only videos ()
Sergey M. c0e5d85631 [vimeo] Improve thumbnail extraction
Sergey M. ca7fa3dcb3 [vimeo] Fix thumbs extraction (Closes )
Philipp Hagemeister ad5976b4d9 [vimeo] Modernize test definition
Sergey M. b0268cb6ce [vimeo] Remove superfluous whitespace
Sergey M. 1eac553e7e [vimeo] Add support for subtitles (Closes )
Jaime Marquínez Ferrándiz 59188de113 Properly escape ‘.’ in some _VALID_URL properties
Philipp Hagemeister 3fabeaa1f4 [vimeo] Support protocol-relative URLs
Philipp Hagemeister 0eecc6a417 [vimeo] Add support for passwords for player. URLs
Fixes 
Philipp Hagemeister 48a2034671 [vimeo] Fix playlist URL matching
Philipp Hagemeister fcee8ee784 [vimeo] Use _search_regex
Philipp Hagemeister 9148eb002b [vimeo] Use unicode_literals
Philipp Hagemeister 559e370f44 [vimeo] Proper warning when password is required (Fixes )
In player. URLs, the password warning is different.
Philipp Hagemeister fcea44c6d5 [vimeo] Add support for review pages
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 
Philipp Hagemeister 7115ca84aa [vimeo/generic] Add support for embedded SWF vimeo videos
Philipp Hagemeister bbafbe20c2 [vimeo] Better formatting for regexp
Jaime Marquínez Ferrándiz a0088bdf93 [vimeo] Fix unused argument of the `_real_extract` method
Jaime Marquínez Ferrándiz 48ad51b243 [vimeo] Fix the extraction for some 'player' or 'pro' videos
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
Jaime Marquínez Ferrándiz fb30ec22fd [vimeo] Add an extractor for groups
Jaime Marquínez Ferrándiz 5cc14c2fd7 [vimeo] Add an extractor for albums (closes )
Jaime Marquínez Ferrándiz 4e76179476 [vimeo] Extract views count, likes count and comments count ()
Jaime Marquínez Ferrándiz 55a10eab48 [vimeo] Add an extractor for users (closes )
Jaime Marquínez Ferrándiz 241650c7ff [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos
Jaime Marquínez Ferrándiz a56f9de156 Style fixes for extractors: remove spaces around (,),{ and }
Jaime Marquínez Ferrándiz 9103bbc5cd Add the 'webpage_url' field to info_dict
The url for the video page, it must allow to reproduce the result.
It's automatically set by YoutubeDL if it's missing.
Filippo Valsorda b9a836515f Update the Vimeo test vector md5
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
Philipp Hagemeister 1003d108d5 [vimeo] Support hash in URL (Fixes )
Jaime Marquínez Ferrándiz 93b22c7828 [vimeo] fix the extraction for videos protected with password
Added a test video.
Jaime Marquínez Ferrándiz 55b3e45bba [vimeo] Fix pro videos and player.vimeo.com urls
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.
Philipp Hagemeister 71907db3ba [vimeo] Fix normal videos (Fixes )
Vimeo Pro Videos are still broken
Joshua Elsasser a6387bfd3c [vimeo] Implement the new format selection system (closes PR )
Rebased and deleted some parts to use the new system instead of copying the one from YoutubeIE
Philipp Hagemeister 9d4660cab1 [generic] Support embedded vimeo videos ()
Jaime Marquínez Ferrándiz 387ae5f30b [vimeo] Recognize urls ending in a slash (fixes )
Jaime Marquínez Ferrándiz 9c2ade40de [vimeo] Handle Assertions Error when trying to get the description
In some pages the html tags are not closed, python 2.6 cannot handle it.
Jaime Marquínez Ferrándiz aa32314d09 [vimeo] add support for videos that embed the download url in the player page (fixes )
Jaime Marquínez Ferrándiz a91b954bb4 [vimeo] extract information for Vimeo Pro videos from http://player.vimeo.com/video/{video_id} (fixes )
For some videos https://vimeo.com/{video_id} doesn't work
Jaime Marquínez Ferrándiz caeefc29eb [vimeo] add an extractor for channels
Jaime Marquínez Ferrándiz fc79158de2 VimeoIE: authentication support (closes ) and add a method in the base InfoExtractor to get the login info
Philipp Hagemeister 50587ee8ec [vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Jaime Marquínez Ferrándiz c6c1974672 Add "--video-password" option (related )
Used only for accessing a private video

Restore the error when the account is missing
Philipp Hagemeister b3d14cbfa7 Move Vimeo into its own file