mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 00:28:12 +05:00
bypass captcha on user tracks
This commit is contained in:
@@ -386,6 +386,7 @@ func (p *Paginated[T]) Proceed(cid string, shouldUnfold bool) error {
|
||||
req.SetRequestURI(p.Next + "&client_id=" + cid)
|
||||
req.Header.SetUserAgent(cfg.UserAgent)
|
||||
req.Header.Set("Accept-Encoding", "gzip, deflate, br, zstd")
|
||||
req.Header.Set("Accept-Language", "en-US,en;q=0.5") // you get captcha without it :)
|
||||
|
||||
resp := fasthttp.AcquireResponse()
|
||||
defer fasthttp.ReleaseResponse(resp)
|
||||
|
||||
Reference in New Issue
Block a user