What's Changed
- Refactor: playlists sometimes return different ID what we got by @arabcoders in #527
- Refactor: improve filtering capabilities in downloads page by @arabcoders in #528
- Feat: CF Solver handler by @arabcoders in #529
- Refactor: reduce cf_solver priority to allow impersonate to work by @arabcoders in #530
- Refactor: integrate cf solver for both yt-dlp and httpx by @arabcoders in #531
- Refactor: add enabled field to conditions by @arabcoders in #533
Full Changelog: v1.0.13...v1.0.14
Commits since v1.0.13
- c3f230d Refactor: playlists sometimes return different ID what we got
- 7b51c6f Refactor: improve filtering capabilities in downloads page with detailed usage examples.
- baacf83 Refactor: run extract_info in separate thread
- 6c1421b Feat: Added Cloudflare solver handler
- 47be76f Refactor: add caching for FlareSolverr solutions.
- 770d7c7 Refactor: reduce cf_solver priority to allow impersonate to work
- f32bb26 Refactor: make it possible to enable/disable simple mode via query param
- 5dec543 Refactor: integrate cf solver for both yt-dlp and httpx
- e1297f3 Fix: sometimes the socket does not reconnect on mobile
- 837de27 Refactor: change ignore download message
- 3c9362d Refactor: update README
- a21fbbc Fix: Removed outdated info
- 8e91eb4 Refactor: streamline contributing guidelines
- 1c5b4f3 Refactor: re-design the settings page.
- 0f7e4ef Refactor: add enabled field to conditions.