Commit Graph

37 Commits (aa6cd05ed82b14af0e3827b2ff43eed02087b574)

Author SHA1 Message Date
Philipp Hagemeister 7d3d06a16c [vevo] Restore SMIL support ()
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
Tithen-Firion 3266f0c68e [myspace] Redirect to other extractors
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
Philipp Hagemeister 51ee08c4bb Remove unused imports
Philipp Hagemeister b686fc18da [hlsnative] Support test parameter
Philipp Hagemeister eb73f2649f [vevo] Skip SMIL download
Philipp Hagemeister f0b5d6af74 [vevo] Support 1080p videos (Fixes )
Philipp Hagemeister bff74bdd1a [vevo] Sort formats (Fixes )
Jaime Marquínez Ferrándiz 9168308579 [vevo] The title in the url is optional (fixes )
Sergey M․ e97e53eeed [vevo] Add friendly error output ()
Philipp Hagemeister fd5e6f7ef2 [vevo] Mark all test timestamps as approximate
Philipp Hagemeister aba77bbfc2 [vevo] Adapt test to constantly changing timestamp
Philipp Hagemeister 955c451456 Rename upload_timestamp to timestamp
Philipp Hagemeister 9d2ecdbc71 [vevo] Centralize timestamp handling
Philipp Hagemeister a33932cfe3 [vevo] Correct test value
The date is now interpreted as UTC for consistency.
Philipp Hagemeister e45b31d9bd [vevo] Interpret date as UTC instead of local time
Philipp Hagemeister 6cadf8c858 [vevo] Add age_limit support
Philipp Hagemeister 27579b9e4c [vevo] Add suppot for v3 SMIL URLs (Fixes )
Philipp Hagemeister d55433bbfd Remove unused imports and simplify
Jaime Marquínez Ferrándiz 45d7bc2f8b [vevo] Simplify and use unicode_literals
Philipp Hagemeister ebce53b3d8 [vevo] Add suppor for videoplayer. URLs ()
Philipp Hagemeister f25571ffbf Add support for embedded vevo player (Fixes )
Jaime Marquínez Ferrándiz 0b6a9f639f [vevo] Update test video's duration
Jaime Marquínez Ferrándiz 673d1273ff [vevo] Support '/watch/{id}' urls
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Philipp Hagemeister 91c7271aab Add automatic generation of format note based on bitrate and codecs
Philipp Hagemeister 72321ead7b [vevo] Readd support for SMIL (Fixes )
Philipp Hagemeister e54fd4b23b [vevo] Add more format details
Philipp Hagemeister 912cbf5d4e [vevo] Fix timestamp handling
( / 1000 is implicit float division )
Jaime Marquínez Ferrándiz 88bd97e34c [vevo] Some improvements (fixes )
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
Jaime Marquínez Ferrándiz 75340ee383 [vevo] Fix urls with a query ()
Philipp Hagemeister 0577177e3e [vevo] fix testcase
pishposhmcgee a3124ba49f Modified m_urls regex and video_url
Some videos have a leading slash, some do not
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 9b0756f8f2 [vevo] remove unused import
Jaime Marquínez Ferrándiz 1c251cd948 MTVIE: add support for Vevo videos (related )
Jaime Marquínez Ferrándiz 70d1924f8b Add VevoIE