aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/myspace.py
Commit message (Collapse)AuthorAgeFilesLines
* [myspace] Improve _VALID_URL (closes #13040)Sergey M․2017-05-101-51/+49
|
* [myspace] fix extraction and extract hls and http formatsRemita Amine2017-02-031-50/+58
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [myspace] improve extractionremitamine2016-03-301-27/+53
|
* pep8 and minor beautification all aroundPhilipp Hagemeister2014-12-041-0/+1
|
* [myspace] CleanupJaime Marquínez Ferrándiz2014-12-011-9/+8
|
* [myspace] Replace removed test video and fix the othersJaime Marquínez Ferrándiz2014-12-011-10/+14
|
* [myspace] Add extractor for albumsTithen-Firion2014-12-011-0/+43
|
* [myspace] Update testsTithen-Firion2014-12-011-5/+28
|
* [myspace] Redirect to other extractorsTithen-Firion2014-12-011-0/+13
| | | | | | 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
* [myspace] Handle non-playable songsTithen-Firion2014-12-011-1/+9
| | | | | | 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.
* [myspace] Add more data to info dictTithen-Firion2014-12-011-0/+2
| | | | | `uploader` is an artist `playlist` is an album
* [myspace] Use player_url for faster downloadTithen-Firion2014-12-011-0/+3
| | | | It keeps reconnecting without it. Download time decreased from 7+ minutes to 25 seconds for me.
* [myspace] pep8 and modernizationPhilipp Hagemeister2014-11-231-5/+5
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
|
* [myspace] More robust mediatype checkPhilipp Hagemeister2014-01-201-2/+2
|
* [myspace] Add support for song urls (fixes #2040)Jaime Marquínez Ferrándiz2014-01-191-28/+64
|
* Add an extractor for MySpace (closes #1666)Jaime Marquínez Ferrándiz2013-10-281-0/+48