diff --git a/README.md b/README.md index ce5a9dd..767722f 100644 --- a/README.md +++ b/README.md @@ -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```: diff --git a/interface.py b/interface.py index 34e0c21..e1c2c92 100755 --- a/interface.py +++ b/interface.py @@ -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': '',