Moved Deezer keys to external sources

Signed-off-by: nanometer5088 <code.deleo@simplelogin.com>
This commit is contained in:
nanometer5088
2023-08-03 23:42:53 -03:00
parent 96c407802f
commit ac0da8f22c
2 changed files with 20 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ What's changed?
- Better README.md
- Login with ARL Token
- `bf_secret` and `track_url_key` strings included
- `bf_secret` and `track_url_key` easily acessible
- AGPL-3.0 license
<!-- -->
@@ -50,6 +50,23 @@ Again, I'm not facilitating piracy. Issues or discussions related to pirated use
3. Update `config/settings.json` with your Deezer ARL Token:\
`python orpheus.py`
4. Include `bf_secret` and `track_url_key` from the [mirrors](#mirrors)
# Mirrors
`bf_secret` and `track_url_key` cannot be included in the code.
You can find their correct values on any of the mirrors below:
- [gist.github.com](https://gist.github.com/nanometer5088/03dc3a4677e11f8f262e96a6bd5a5628)
- [rentry.org](https://rentry.org/1_nanometer5088_orpheusdl-deezer)
- [rentry.co](https://rentry.co/1_nanometer5088_orpheusdl-deezer)
- [pixeldrain.com](https://pixeldrain.com/u/z4Np7DQ2)
- [pastebin.com](https://pastebin.com/1gjsfVW6)
- [notebin.de](https://notebin.de/?8f5fad49c83dbe47#7vWVe3oxjMtytNJNM7PdSrNvJfgDSMuUex64TqnuCUhS)
# Configuration
## Global
```download_quality```:

View File

@@ -12,8 +12,8 @@ module_information = ModuleInformation(
module_supported_modes = ModuleModes.download | ModuleModes.lyrics | ModuleModes.covers | ModuleModes.credits,
global_settings = {'client_id': '447462',
'client_secret': 'a83bf7f38ad2f137e444727cfc3775cf',
'bf_secret': 'g4el58wc0zvf9na1',
'track_url_key': 'jo6aey6haid2Teih',
'bf_secret': '',
'track_url_key': '',
'prefer_mhm1': False},
session_settings = {'arl': '',