aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vevo.py
Commit message (Collapse)AuthorAgeFilesLines
* [vevo] Restore SMIL support (#3656)Philipp Hagemeister2015-02-021-2/+23
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · 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
* [myspace] Redirect to other extractorsTithen-Firion2014-12-011-1/+1
| | | | | | 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
* Remove unused importsPhilipp Hagemeister2014-09-281-1/+0
|
* [hlsnative] Support test parameterPhilipp Hagemeister2014-09-241-2/+2
|
* [vevo] Skip SMIL downloadPhilipp Hagemeister2014-09-241-24/+0
|
* [vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister2014-09-241-1/+39
|
* [vevo] Sort formats (Fixes #3399)Philipp Hagemeister2014-07-301-0/+1
|
* [vevo] The title in the url is optional (fixes #3020)Jaime Marquínez Ferrándiz2014-05-311-1/+1
|
* [vevo] Add friendly error output (#2874)Sergey M․2014-05-101-1/+7
|
* [vevo] Mark all test timestamps as approximatePhilipp Hagemeister2014-03-161-3/+4
|
* [vevo] Adapt test to constantly changing timestampPhilipp Hagemeister2014-03-131-2/+3
|
* Rename upload_timestamp to timestampPhilipp Hagemeister2014-03-131-2/+4
|
* [vevo] Centralize timestamp handlingPhilipp Hagemeister2014-03-131-4/+4
|
* [vevo] Correct test valuePhilipp Hagemeister2014-03-101-1/+1
| | | | The date is now interpreted as UTC for consistency.
* [vevo] Interpret date as UTC instead of local timePhilipp Hagemeister2014-03-101-1/+1
|
* [vevo] Add age_limit supportPhilipp Hagemeister2014-02-251-0/+24
|
* [vevo] Add suppot for v3 SMIL URLs (Fixes #2409)Philipp Hagemeister2014-02-251-3/+30
|
* Remove unused imports and simplifyPhilipp Hagemeister2014-02-021-1/+0
|
* [vevo] Simplify and use unicode_literalsJaime Marquínez Ferrándiz2014-01-311-20/+19
|
* [vevo] Add suppor for videoplayer. URLs (#1957)Philipp Hagemeister2013-12-161-0/+1
|
* Add support for embedded vevo player (Fixes #1957)Philipp Hagemeister2013-12-161-1/+5
|
* [vevo] Update test video's durationJaime Marquínez Ferrándiz2013-12-061-1/+1
|
* [vevo] Support '/watch/{id}' urlsJaime Marquínez Ferrándiz2013-12-051-1/+1
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Add automatic generation of format note based on bitrate and codecsPhilipp Hagemeister2013-11-161-3/+4
|
* [vevo] Readd support for SMIL (Fixes #1683)Philipp Hagemeister2013-10-301-14/+66
|
* [vevo] Add more format detailsPhilipp Hagemeister2013-10-291-6/+4
|
* [vevo] Fix timestamp handlingPhilipp Hagemeister2013-10-291-3/+3
| | | | ( / 1000 is implicit float division )
* [vevo] Some improvements (fixes #1580)Jaime Marquínez Ferrándiz2013-10-081-23/+47
| | | | | | 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
* [vevo] Fix urls with a query (#1258)Jaime Marquínez Ferrándiz2013-08-211-3/+3
|
* [vevo] fix testcasePhilipp Hagemeister2013-08-111-2/+2
|
* Modified m_urls regex and video_urlpishposhmcgee2013-07-291-2/+2
| | | Some videos have a leading slash, some do not
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+10
|
* [vevo] remove unused importPhilipp Hagemeister2013-06-261-1/+0
|
* MTVIE: add support for Vevo videos (related #913)Jaime Marquínez Ferrándiz2013-06-241-1/+5
|
* Add VevoIEJaime Marquínez Ferrándiz2013-06-241-0/+40