Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-02 | [vevo] Restore SMIL support (#3656) | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-12-01 | [myspace] Redirect to other extractors | Tithen-Firion | |
There are many songs just linked from Vevo/YouTube to MySpace. Vevo example: https://myspace.com/threedaysgrace/music/song/animal-i-have-become-28400208-28218041 YouTube example: https://myspace.com/starset2/music/song/first-light-95799905-106964426 | |||
2014-09-28 | Remove unused imports | Philipp Hagemeister | |
2014-09-24 | [hlsnative] Support test parameter | Philipp Hagemeister | |
2014-09-24 | [vevo] Skip SMIL download | Philipp Hagemeister | |
2014-09-24 | [vevo] Support 1080p videos (Fixes #3656) | Philipp Hagemeister | |
2014-07-30 | [vevo] Sort formats (Fixes #3399) | Philipp Hagemeister | |
2014-05-31 | [vevo] The title in the url is optional (fixes #3020) | Jaime Marquínez Ferrándiz | |
2014-05-10 | [vevo] Add friendly error output (#2874) | Sergey M․ | |
2014-03-16 | [vevo] Mark all test timestamps as approximate | Philipp Hagemeister | |
2014-03-13 | [vevo] Adapt test to constantly changing timestamp | Philipp Hagemeister | |
2014-03-13 | Rename upload_timestamp to timestamp | Philipp Hagemeister | |
2014-03-13 | [vevo] Centralize timestamp handling | Philipp Hagemeister | |
2014-03-10 | [vevo] Correct test value | Philipp Hagemeister | |
The date is now interpreted as UTC for consistency. | |||
2014-03-10 | [vevo] Interpret date as UTC instead of local time | Philipp Hagemeister | |
2014-02-25 | [vevo] Add age_limit support | Philipp Hagemeister | |
2014-02-25 | [vevo] Add suppot for v3 SMIL URLs (Fixes #2409) | Philipp Hagemeister | |
2014-02-02 | Remove unused imports and simplify | Philipp Hagemeister | |
2014-01-31 | [vevo] Simplify and use unicode_literals | Jaime Marquínez Ferrándiz | |
2013-12-16 | [vevo] Add suppor for videoplayer. URLs (#1957) | Philipp Hagemeister | |
2013-12-16 | Add support for embedded vevo player (Fixes #1957) | Philipp Hagemeister | |
2013-12-06 | [vevo] Update test video's duration | Jaime Marquínez Ferrándiz | |
2013-12-05 | [vevo] Support '/watch/{id}' urls | Jaime Marquínez Ferrándiz | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-11-16 | Add automatic generation of format note based on bitrate and codecs | Philipp Hagemeister | |
2013-10-30 | [vevo] Readd support for SMIL (Fixes #1683) | Philipp Hagemeister | |
2013-10-29 | [vevo] Add more format details | Philipp Hagemeister | |
2013-10-29 | [vevo] Fix timestamp handling | Philipp Hagemeister | |
( / 1000 is implicit float division ) | |||
2013-10-08 | [vevo] Some improvements (fixes #1580) | Jaime Marquínez Ferrándiz | |
Extract the info from http://videoplayer.vevo.com/VideoService/AuthenticateVideo?isrc={id} Some videos don't have an smil manifest, extract the video urls directly from the json and use the last version of the video. Extract all the available formats and set the 'formats' field of the result | |||
2013-08-21 | [vevo] Fix urls with a query (#1258) | Jaime Marquínez Ferrándiz | |
2013-08-11 | [vevo] fix testcase | Philipp Hagemeister | |
2013-07-29 | Modified m_urls regex and video_url | pishposhmcgee | |
Some videos have a leading slash, some do not | |||
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-26 | [vevo] remove unused import | Philipp Hagemeister | |
2013-06-24 | MTVIE: add support for Vevo videos (related #913) | Jaime Marquínez Ferrándiz | |
2013-06-24 | Add VevoIE | Jaime Marquínez Ferrándiz | |