docs: add dev branch and update README

This commit is contained in:
Andy
2025-10-17 20:41:09 +00:00
parent 888647ad64
commit 7a49a6a4f9
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -25,6 +25,7 @@ unshackle/certs/
unshackle/WVDs/
unshackle/PRDs/
temp/
logs/
services/
# Byte-compiled / optimized / DLL files

View File

@@ -8,6 +8,9 @@
</a>
</p>
> [!WARNING]
> **Development Branch**: This is the `dev` branch containing bleeding-edge features and experimental changes. Use for testing only. For stable releases, use the [`main`](https://github.com/unshackle-dl/unshackle/tree/main) branch.
## What is unshackle?
unshackle is a fork of [Devine](https://github.com/devine-dl/devine/), a powerful archival tool for downloading movies, TV shows, and music from streaming services. Built with a focus on modularity and extensibility, it provides a robust framework for content acquisition with support for DRM-protected content.

2
uv.lock generated
View File

@@ -1560,7 +1560,7 @@ wheels = [
[[package]]
name = "unshackle"
version = "1.4.9"
version = "2.0.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp-swagger3" },