aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/soundcloud.py
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamJesús2021-10-181-815/+0
|
* Fix typos (#27084)Josh Soref2020-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: authorization Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: brightcove Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: creation Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exceeded Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: exception Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extension Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extracting Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: extraction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: frontline Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: improve Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: length Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: listsubtitles Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: multimedia Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: obfuscated Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: partitioning Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: playlists Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: restriction Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: services Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: split Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: srmediathek Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: support Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: thumbnail Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: verification Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * spelling: whitespaces Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* [soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when ↵tfvlrue2020-09-121-1/+3
| | | | | | | listing a user's tracks. (#26557) Per the documentation here https://developers.soundcloud.com/blog/offset-pagination-deprecated the maximum limit is 200, so let's respect that (even if a higher value sometimes works). Co-authored-by: tfvlrue <tfvlrue>
* [soundcloud] reduce API playlist page limit(closes #25274)Remita Amine2020-05-151-1/+1
|
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)Sergey M․2020-04-101-3/+13
|
* [soundcloud] Extract AAC formattom2020-04-101-0/+2
|
* [soundcloud] fix download url extraction(closes #24394)Remita Amine2020-03-221-68/+25
|
* [soundcloud] imporve private playlist/set tracks extractionRemita Amine2020-01-231-12/+20
| | | | https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
* [soundcloud] Restore previews extraction (closes #23739)Sergey M․2020-01-151-6/+10
|
* [soundcloud] fix client id extraction for non fatal requestsRemita Amine2019-12-311-1/+12
|
* [soundcloud] automatically update client id on failing requestsRemita Amine2019-12-311-10/+35
|
* [soundcloud] Update client id (closes #23516)Sergey M․2019-12-251-1/+1
|
* [soundcloud] add support for token protected embeds(#18954)Remita Amine2019-12-091-3/+13
|
* [soundcloud] Update client id (closes #23214)Sergey M․2019-11-271-1/+1
|
* [soundcloud] check if the soundtrack has downloads left(closes #23045)Remita Amine2019-11-111-1/+1
|
* [soundcloud] improve extractionRemita Amine2019-10-271-254/+245
| | | | | | | | | - improve format extraction(closes #22123) - extract uploader_id and uploader_url(closes #21916) - extract all known thumbnails(closes #19071)(closes #20659) - fix extration for private playlists(closes #20976) - add support for playlist embeds(#20976) - skip preview formats(closes #22806)
* Fix typos (#21901)Kitten King2019-07-261-1/+1
|
* [soundcloud] Update client idSergey M․2019-06-291-1/+1
|
* [soundcloud] Add support for new rendition and improve extraction (closes ↵Sergey M․2019-04-231-58/+152
| | | | #20699)
* [soundcloud] Extract more metadataSergey M․2019-02-101-9/+56
|
* [soundcloud:pagedplaylist] Improve (closes #19086)Sergey M․2019-02-021-12/+16
|
* [soundcloud:pagedplaylist] Add ie and title to entries (#19022)Cory Hall2019-02-021-7/+9
| | | | rel: https://github.com/rg3/youtube-dl/issues/19022
* [soundcloud:user] Update testsSergey M․2019-02-021-22/+26
|
* [soundcloud] Fix paged playlists extraction, add support for albums and ↵Sergey M․2019-02-021-9/+17
| | | | update client id
* [soundcloud] detect format extension(closes #16549)Remita Amine2018-05-261-7/+10
|
* [soundcloud] Update client id (closes #15866)Sergey M․2018-03-141-1/+1
|
* [soundcloud] Remove unused _IPHONE_CLIENT_IDM.Yasoob Ullah Khalid ☺2018-01-301-1/+0
|
* [soundcloud] Update client id (closes #15306)Varun2018-01-181-1/+1
|
* [soundcloud] Fallback to avatar picture for thumbnail (closes #12878)Parmjit Virk2018-01-051-1/+20
|
* [soundcloud] Update client id (closes #14546)Sergey M․2017-10-201-1/+1
|
* [soundcloud] Simplify and add test (closes #14093)Sergey M2017-09-031-2/+18
|
* [soundcloud] Fix download URL with private tracksTatsuyuki Ishi2017-09-031-10/+9
|
* [soundcloud] Update client idSergey M․2017-07-291-1/+1
|
* [soundcloud:trackstation] Add extractor (closes #13733)Sergey M․2017-07-291-54/+87
|
* [soundcloud] Fix testsSergey M․2017-06-271-2/+2
|
* [soundcloud] Switch to https for API requestsViktor Szakats2017-06-271-7/+7
|
* [soundcloud] Update client id (closes #12376)Sergey M․2017-03-061-1/+1
|
* [soundcloud] Improve formats extraction and extract audio bitrateSergey M․2017-01-271-26/+26
|
* [soundcloud] Extract hls formatsSergey M․2017-01-271-0/+7
|
* [soundcloud] Fix track URL extraction (closes #11852)Sergey M․2017-01-271-4/+5
|
* [soundcloud] Update client id (closes #11327)Sergey M․2016-11-301-1/+1
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [soundcloud] Fix typo in playlist base class nameSergey M․2016-09-241-4/+4
|
* [soundcloud] Generalize playlist entries extraction (#10733)Sergey M․2016-09-241-16/+26
|
* [soundcloud:playlist] Provide video id for playlist entries (Closes #10733)Sergey M․2016-09-241-1/+5
|
* [soundcloud] ModernizeSergey M․2016-09-201-8/+6
|
* [soundcloud] Extract license metadatacoolsa2016-09-201-1/+8
|
* [soundcloud] Fix _VALID_URL clashes with sets (Closes #10505)Sergey M․2016-08-311-1/+4
|
* [soundcloud] Add _extract_urls (#10179)Sergey M․2016-07-281-0/+6
|
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-1/+0
|