Commit Graph

27 Commits (1f27d2c0e113cca4e38bb63ba5bf173a01044fd2)

Author SHA1 Message Date
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