mirror of
https://github.com/n0stal6ic/unshackle-services.git
synced 2026-09-14 05:02:11 +02:00
main
unshackle-services
Service scripts for Unshackle.
Installation
1. Remote Services
1. Add Remote Service API
Add:
remote_services:
unshackle:
url: https://services.nostalgic.cc
api_key: "free"
server_cdm: false
into \unshackle\unshackle\unshackle.yaml
2. Verify Services:
Run uv run unshackle dl --remote -h
3. Run
Run with uv run unshackle dl --remote ...
2. Clone Repository
1. Clone the repository
git clone https://github.com/n0stal6ic/unshackle-services.git
cd unshackle-services
2. Copy/Paste the service(s)
Windows:
xcopy ".\*" "C:\path\to\unshackle\unshackle\services\" /E /I /H /Y
Linux:
cp -r ./* ~/unshackle/unshackle/services/
Install Location:
unshackle/
└── unshackle/
└── services/
Services
| Tag | Service | Security | Authorization |
|---|---|---|---|
| AMZM | Amazon Music | FLAC@L3/SL2K | Cookies, Credentials |
| AMZN | Amazon Prime Video | UHD@L1 FHD@Chrome SD@L3 |
Cookies, Credentials |
| AUDS | Audius | None | None |
| DEZR | Deezer | None | Credentials |
| FOXO | FOX One | None | Cookies |
| HMAX | HBO Max | UHD@L1/SL3K FHD@L3/SL2K |
Cookies, Credentials |
| HULU | Hulu | UHD@L1/SL3K FHD@L3/SL2K |
Cookies |
| KNCA | Knowledge Canada | None | None |
| KNKC | Knowledge Kids Canada | None | None |
| KNPY | Kanopy | FHD@L3 | Cookies, Credentials |
| NFBC | National Film Board of Canada |
None | None |
| PBS | PBS | None | Cookies |
| PBSK | PBS Kids | FHD@L3/None | None |
| PCOK | Peacock | UHD@L1/SL3K FHD@L3/SL150 |
Cookies, Credentials |
| PHLO | Philo | FHD@L3 | Cookies |
| QOBZ | Qobuz | None | Credentials |
| SNDC | SoundCloud | AAC@L3/None MP3@None |
Cookies |
| SPOT | Spotify | FLAC@L1 AAC@Chrome |
Cookies, Credentials |
| TIDL | Tidal | FLAC@L3/None | Credentials |
| XUMO | XUMO Play | None | None |
Languages
Python
100%