Commit Graph

124 Commits (master)

Author SHA1 Message Date
tfvlrue aa27253556
[soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when 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>
4 years ago
Remita Amine b334732709 [soundcloud] reduce API playlist page limit(closes #25274) 4 years ago
Sergey M․ 75294a5ed0
[soundcloud] Improve AAC format extraction (closes #19173, closes #24708) 4 years ago
tom b9e5f87291
[soundcloud] Extract AAC format 4 years ago
Remita Amine a6c5859d6b [soundcloud] fix download url extraction(closes #24394) 4 years ago
Remita Amine 2a5c26c980 [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
4 years ago
Sergey M․ e4e5fa6e3c
[soundcloud] Restore previews extraction (closes #23739) 4 years ago
Remita Amine de7aade2f8 [soundcloud] fix client id extraction for non fatal requests 4 years ago
Remita Amine 3bed621750 [soundcloud] automatically update client id on failing requests 4 years ago
Sergey M․ d1b2722095
[soundcloud] Update client id (closes #23516) 4 years ago
Remita Amine cf80ff186e [soundcloud] add support for token protected embeds(#18954) 4 years ago
Sergey M․ cf3c9eafad
[soundcloud] Update client id (closes #23214) 5 years ago
Remita Amine 2e9ad59a4d [soundcloud] check if the soundtrack has downloads left(closes #23045) 5 years ago
Remita Amine 548c395716 [soundcloud] improve extraction
- 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)
5 years ago
Kitten King 843ad1796b Fix typos (#21901) 5 years ago
Sergey M․ c560680247
[soundcloud] Update client id 5 years ago
Sergey M․ e09965d550
[soundcloud] Add support for new rendition and improve extraction (closes #20699) 5 years ago
Sergey M․ f516f44094
[soundcloud] Extract more metadata 5 years ago
Sergey M․ 7c5307f4c4
[soundcloud:pagedplaylist] Improve (closes #19086) 5 years ago
Cory Hall 6cc6e0c34d
[soundcloud:pagedplaylist] Add ie and title to entries (#19022)
rel: https://github.com/rg3/youtube-dl/issues/19022
5 years ago
Sergey M․ b6423e6ca2
[soundcloud:user] Update tests 5 years ago
Sergey M․ 3ef2da2d21
[soundcloud] Fix paged playlists extraction, add support for albums and update client id 5 years ago
Remita Amine c0fd20abca [soundcloud] detect format extension(closes #16549) 6 years ago
Sergey M․ b8c6badc96
[soundcloud] Update client id (closes #15866) 6 years ago
M.Yasoob Ullah Khalid ☺ 5fa2a6a561 [soundcloud] Remove unused _IPHONE_CLIENT_ID 6 years ago
Varun 67408fe0e9 [soundcloud] Update client id (closes #15306) 6 years ago
Parmjit Virk 0b0870f9d0 [soundcloud] Fallback to avatar picture for thumbnail (closes #12878) 6 years ago
Sergey M․ a26a3c6d34
[soundcloud] Update client id (closes #14546) 7 years ago
Sergey M d7c7100e3d
[soundcloud] Simplify and add test (closes #14093) 7 years ago
Tatsuyuki Ishi 73602bcd0c
[soundcloud] Fix download URL with private tracks 7 years ago
Sergey M․ e445850e69
[soundcloud] Update client id 7 years ago
Sergey M․ 836ef26486
[soundcloud:trackstation] Add extractor (closes #13733) 7 years ago
Sergey M․ bf2dc9cc6e
[soundcloud] Fix tests 7 years ago
Viktor Szakats f1c051009b [soundcloud] Switch to https for API requests 7 years ago
Sergey M․ e30ccf7047
[soundcloud] Update client id (closes #12376) 7 years ago
Sergey M․ 3a194cb4ec
[soundcloud] Improve formats extraction and extract audio bitrate 7 years ago
Sergey M․ 9b73471801
[soundcloud] Extract hls formats 7 years ago
Sergey M․ 489ffc1182
[soundcloud] Fix track URL extraction (closes #11852) 7 years ago
Sergey M․ 4c4765dba2
[soundcloud] Update client id (closes #11327) 8 years ago
Déstin Reed dcdb292fdd
Unify coding cookie 8 years ago
Sergey M․ 7518a61d41
[soundcloud] Fix typo in playlist base class name 8 years ago
Sergey M․ 8e45e1cc4d
[soundcloud] Generalize playlist entries extraction (#10733) 8 years ago
Sergey M․ 24628cf7db
[soundcloud:playlist] Provide video id for playlist entries (Closes #10733) 8 years ago
Sergey M․ f62a77b99a
[soundcloud] Modernize 8 years ago
coolsa 4bfd294e2f
[soundcloud] Extract license metadata 8 years ago
Sergey M․ f7043ef39c
[soundcloud] Fix _VALID_URL clashes with sets (Closes #10505) 8 years ago
Sergey M․ fbdf8d15d1
[soundcloud] Add _extract_urls (#10179) 8 years ago
Sergey M․ 6e6bc8dae5 Use urlencode_postdata across the codebase 8 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode

Closes #8974
8 years ago
Sergey M․ 611c1dd96e [refactor] Single quotes consistency 8 years ago