aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vevo.py
AgeCommit message (Expand)Author
2019-07-02[vevo] Add support for embed.vevo.com URLs (#21565)nyuszika7h
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2017-04-30[vevo] ModernizeSergey M․
2017-04-30[vevo] Fix extraction (config.token.key)gritstub
2017-02-26[vevo] Fix videos with the new streams/streamsV3 format (closes #11719)Yen Chi Hsuan
2017-01-26[vevo] remove request to old api and catch apiv2 errorsRemita Amine
2017-01-15[vevo] Improve geo restriction detectionSergey M․
2016-11-24[vevo] Allow video info to fail in testsSergey M․
2016-11-24[vevo] Simplify artists extractionSergey M․
2016-11-24vevo: fixing naming when there are featured artistsAndrew J. Erickson
2016-09-14Improve some _VALID_URLsstepshal
2016-05-12[vevo] Delay the georestriction check to prevent false alertsYen Chi Hsuan
2016-05-06[vevo] Revert videoplayer.vevo.com to api.vevo.comSergey M․
2016-05-06[vevo] Allow request to api.vevo.com to fail (Closes #9417)Sergey M․
2016-05-03[vevo] Use raise_geo_restrictedSergey M․
2016-05-02[vevo] Remove superfluous codeSergey M․
2016-05-02[vevo] Improve genre extractionSergey M․
2016-05-02[vevo] Extract featured artistSergey M․
2016-05-02[vevo:playlist] Add fallback for playlist idSergey M․
2016-05-02[vevo] Extract track related metafields and add artists to title (Closes #1684)Sergey M․
2016-05-02[vevo] Add test for video only available via webpageSergey M․
2016-05-02[vevo] Extract video versions from webpage as a last resort (Closes #8426, cl...Sergey M․
2016-05-02[vevo] Fix _call_apiSergey M․
2016-05-02[vevo:playlist] Fix genre playlistsSergey M․
2016-05-02[vevo:playlist] Remove debug paramsSergey M․
2016-05-02[vevo:playlist] Add extractor (Closes #9334, closes #9364)Sergey M․
2016-03-27[vevo] Update videoservice API URL (Closes #8900)Sergey M․
2016-02-02[vevo] add support for dash formatsremitamine
2016-01-26[vevo] fallback to youtube video only if vevo video is geo restricted(fixes 8...remitamine
2016-01-26[vevo] extract metadata and formats from api if videoinfo is emptyremitamine
2016-01-25[vevo] extract all formats and bypass geo restrictionremitamine
2015-12-11[vevo] Use _download_smil to provide informative error messagesYen Chi Hsuan
2015-12-11[vevo] Allow calling API without httpsYen Chi Hsuan
2015-12-11[vevo] Handle videos without video_info (#7802)Yen Chi Hsuan
2015-12-11[vevo] Use _match_idYen Chi Hsuan
2015-12-11[vevo] Catch the georestriction message (#7802)Yen Chi Hsuan
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
2015-10-25Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz
2015-02-02[vevo] Restore SMIL support (#3656)Philipp Hagemeister
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-12-01[myspace] Redirect to other extractorsTithen-Firion
2014-09-28Remove unused importsPhilipp Hagemeister
2014-09-24[hlsnative] Support test parameterPhilipp Hagemeister
2014-09-24[vevo] Skip SMIL downloadPhilipp 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 approximatePhilipp Hagemeister