What's Changed
- Fix: Dont Crash on download_path being set to root path by @arabcoders in #522
- Feat: Introduce random delays to task handlers by @arabcoders in #523
- Fix: prevent sending only space as download path by @arabcoders in #524
- Refactor: improve UX to prevent accidental space as download path by @arabcoders in #525
- Refactor: stagger tasks creation for playlist processing by @arabcoders in #526
Full Changelog: v1.0.12...v1.0.13
Commits since v1.0.12
- 633f192 Fix: Dont crash on download_path being set to root
- ac4ce99 Fix: fixes for windows native
- 0c0fe9f Feat: Introduce random delays to task handlers to stagger requests to sites.
- 450b140 Fix: prevent sending only space as download path
- 0dccfad Refactor: improve UX to prevent accidental space as download path
- f2eebbc Refactor: expand ytdlp tests
- 9595a69 Refactor: stagger tasks creation for playlist processing
- f32e323 Refactor: improve linting and formatting