mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
feat: implement DeezerDownloadService with Blowfish decryption
- Port JavaScript DeezerDownloader to C# - Add Deezer API authentication with ARL token - Implement track download via media.deezer.com API - Add Blowfish CBC decryption for encrypted chunks (uses OpenSSL) - Add rate limiting and retry with exponential backoff - Update config for Deezer ARL tokens - Configure Subsonic URL to 192.168.1.12:4533
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@octo_fiesta_HostAddress = http://localhost:5274
|
||||
|
||||
GET {{octo_fiesta_HostAddress}}/weatherforecast/
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
@octo_fiesta_HostAddress = http://localhost:5274
|
||||
|
||||
GET {{octo_fiesta_HostAddress}}/weatherforecast/
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user