./zxdl self-test
For container users:
docker pull ghcr.io/zxdl-org/zxdl:2.0.0
One common pain point was authenticating to private trackers. The new update introduces a --cookie-from-browser flag supporting Firefox, Chrome, and Edge, directly pulling live session cookies. zxdl script github updated
The updated ZXDL script introduces a more intuitive configuration file: zxdl.config.ini. Below is a sample configuration leveraging the new features:
[General] output_directory = ~/Downloads/zxdl_output max_connections = 64 timeout_seconds = 30[Advanced] enable_chunk_hashing = true retry_attempts = 5 proxy_type = socks5 proxy_address = 127.0.0.1:9050 For container users: docker pull ghcr
[PostProcess] hook_enabled = true hook_command = "unzip -o filepath -d output_dir && rm filepath"
To use the updated cookie function:
./zxdl.py --cookie-from-browser chrome https://example.com/video.m3u8