aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/myspace.py
AgeCommit message (Collapse)Author
2017-05-10[myspace] Improve _VALID_URL (closes #13040)Sergey M․
2017-02-03[myspace] fix extraction and extract hls and http formatsRemita Amine
2016-10-03Unify coding cookieDéstin Reed
2016-03-30[myspace] improve extractionremitamine
2014-12-04pep8 and minor beautification all aroundPhilipp Hagemeister
2014-12-01[myspace] CleanupJaime Marquínez Ferrándiz
2014-12-01[myspace] Replace removed test video and fix the othersJaime Marquínez Ferrándiz
2014-12-01[myspace] Add extractor for albumsTithen-Firion
2014-12-01[myspace] Update testsTithen-Firion
2014-12-01[myspace] Redirect to other extractorsTithen-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-12-01[myspace] Handle non-playable songsTithen-Firion
I'm adding this because sometimes there is a song page, but you cannot play it. Example: https://myspace.com/starset2/music/song/let-it-die-maniac-agenda-remix-bonus-track-95799916-106964439 It will be useful for downloading whole album with songs like this.
2014-12-01[myspace] Add more data to info dictTithen-Firion
`uploader` is an artist `playlist` is an album
2014-12-01[myspace] Use player_url for faster downloadTithen-Firion
It keeps reconnecting without it. Download time decreased from 7+ minutes to 25 seconds for me.
2014-11-23[myspace] pep8 and modernizationPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-01-20[myspace] More robust mediatype checkPhilipp Hagemeister
2014-01-19[myspace] Add support for song urls (fixes #2040)Jaime Marquínez Ferrándiz
2013-10-28Add an extractor for MySpace (closes #1666)Jaime Marquínez Ferrándiz