Benexl
5246a2fc4b
feat: Implement TorrentDownloader class with libtorrent and webtorrent CLI support
...
- Added TorrentDownloader class for robust torrent downloading.
- Integrated libtorrent for torrent management when available.
- Implemented fallback to webtorrent CLI for downloading torrents.
- Added methods for downloading via libtorrent and webtorrent CLI.
- Included progress tracking and callback functionality.
- Updated pyproject.toml and uv.lock to include libtorrent as a dependency.
- Created unit tests for TorrentDownloader and legacy function for backward compatibility.
2025-07-24 23:37:00 +03:00
Benexl
4bbfe221f2
feat: refactor provider imports and enhance HTML parsing utilities
2025-07-24 23:36:22 +03:00
Benexl
6017833605
feat: implement DefaultDownloader for video downloads and subtitle management
2025-07-24 22:37:32 +03:00
Benexl
f2538f5341
feat: remove code reviews and mentoring from development practices
2025-07-24 22:09:51 +03:00
Benexl
fec09e9b74
feat: implement download command with examples and enhance downloader structure
2025-07-24 22:07:56 +03:00
Benexl
67a174158d
feat: implement episode range parsing and enhance search functionality with improved filtering options
2025-07-24 21:19:18 +03:00
Benexl
ae3a59d116
feat: add update command to FastAnime CLI for version management
2025-07-24 20:41:17 +03:00
Benexl
fd59d64b76
feat: add Jikan API integration and enhance media fetching capabilities
2025-07-24 20:16:42 +03:00
Benexl
b1ac4a6558
feat: add character and airing schedule views, enhance media info display
2025-07-24 20:01:03 +03:00
Benexl
8e9aeb660f
feat: enhance error handling in media recommendations and relations mapping
2025-07-24 19:49:58 +03:00
Benexl
4f401aa91c
Refactor code structure for improved readability and maintainability
2025-07-24 19:29:03 +03:00
Benexl
b8733eccbd
feat: implement recommendations and relations functionality in media actions
2025-07-24 19:24:15 +03:00
Benexl
3617465f64
fix: add missing format field in media relations query
2025-07-24 19:22:55 +03:00
Benexl
4c9ecafb9b
fix: add missing format field in media recommendations query
2025-07-24 19:21:05 +03:00
Benexl
e87e4e5639
refactor: update GraphQL query paths for consistency and clarity
2025-07-24 19:15:04 +03:00
Benexl
16fa39397d
refactor: improve variable naming and return types in API methods for clarity
2025-07-24 19:11:55 +03:00
Benexl
24ffc4ee53
refactor: consolidate and enhance GraphQL queries for media airing schedule, characters, and recommendations
2025-07-24 19:03:44 +03:00
Benexl
3e0be026eb
refactor: rename Service to Services for consistency in context management
2025-07-24 18:55:50 +03:00
Benexl
a04643d36a
fix: import issues
2025-07-24 18:52:18 +03:00
Benexl
5392d4f25a
refactor: limit use of plural for package names and module names
2025-07-24 18:46:43 +03:00
Benexl
63e107ba53
refactor: providers
2025-07-24 18:41:35 +03:00
Benexl
9ba3f88813
refactor: converters
2025-07-24 18:38:11 +03:00
Benexl
5da5dc5dcc
refactor: factory to api
2025-07-24 18:37:02 +03:00
Benexl
3c42f660ce
refactor: formatters
2025-07-24 18:35:35 +03:00
Benexl
4349b9fc22
refactor: reorganise menus
2025-07-24 18:30:51 +03:00
Benexl
048d008ca1
refactore: rename api to media api
2025-07-24 18:21:49 +03:00
Benexl
17636d766a
feat: improve performance
2025-07-24 18:17:06 +03:00
Benexl
367520450d
fix: merge issues
2025-07-24 17:39:26 +03:00
Benexl
d6f773f41f
feat: make config parseing more efficient
2025-07-24 17:27:39 +03:00
Benexl
f76350bc5b
feat: improve preview logic
2025-07-24 16:46:53 +03:00
Benexl
d299355d90
Update README.md
2025-07-24 15:17:34 +03:00
Benexl
4aa9fa9253
Update README.md
2025-07-24 15:15:22 +03:00
Benexl
fcb16a574e
chore: format
2025-07-24 15:04:13 +03:00
Benexl
8b52a1ef27
chore: format
2025-07-24 14:57:36 +03:00
Benexl
574a739cb6
chore: remove redundant commands
2025-07-24 14:55:46 +03:00
Benexl
f27a98aaa6
chore: update entry point
2025-07-24 14:53:43 +03:00
Benexl
a266a7100f
chore: move dockerfile to bundle
2025-07-24 14:43:15 +03:00
Benexl
d1e07930f9
feat: cleanup
2025-07-24 14:40:17 +03:00
Benexl
bc7936d9cc
Merge branch 'roadmap-to-3.0'
2025-07-24 14:35:00 +03:00
Benexl
19c6656cdf
feat: fallback to cover image if episode thumbnail not available
2025-07-24 14:29:25 +03:00
Benexl
06506fb47f
chore: update lock files
v2.9.9
2025-07-24 14:18:01 +03:00
Benexl
29480c64cd
chore: update lock files
2025-07-24 14:14:58 +03:00
Benexl
474da2f1fd
chore: bump version (v2.9.9)
2025-07-24 14:14:44 +03:00
Benexl
abac604ccd
Merge pull request #97 from cornservant/feat/no-check-certificate-flag
...
Add a --no-check-certificate flag
2025-07-24 14:11:30 +03:00
Benexl
48f46cdf3d
refactor: reorganize assets
2025-07-24 13:38:31 +03:00
Benexl
9cafcde9e1
feat: performance review
2025-07-24 11:36:23 +03:00
Benexl
e908c793c6
feat: import configs toplevel
2025-07-24 11:11:30 +03:00
Benexl
0fd69d03dd
feat: relations recommendation stubs
2025-07-24 02:47:49 +03:00
Benexl
3a9be3f699
feat: duration
2025-07-24 02:28:55 +03:00
Benexl
d3f08ea9c4
feat: show airing time
2025-07-24 02:09:44 +03:00