krau
8dd6265d55
chore: modenrize it
2025-12-27 16:01:41 +08:00
krau
52eead3bf5
feat: refactor database dialect handling and add stubs for unsupported features
2025-12-18 17:42:20 +08:00
krau
c21ff7e499
feat: add direct links download functionality
...
- Implemented a new task type for handling direct links downloads.
- Added command handler for downloading multiple links via /dl command.
- Introduced progress tracking for direct link downloads.
- Enhanced filename parsing to support various encoding scenarios.
- Updated enums to include direct links as a task type.
- Refactored existing task structures to accommodate new functionality.
- Improved error handling and logging throughout the download process.
2025-12-08 17:10:41 +08:00
krau
c58fa454bb
fix: remove redundant configuration call in Add function to config parsers correctly
2025-11-23 17:41:44 +08:00
krau
131dfeb4cd
refactor: js plugin api
2025-11-16 21:38:30 +08:00
krau
450d32b2b7
feat: add parser manage command
2025-11-07 12:01:54 +08:00
krau
f80ecae3cc
feat: add Playwright support for browser automation in plugins
...
- Updated .dockerignore and .gitignore to exclude Playwright-related files.
- Added Playwright-Go dependency in go.mod and updated go.sum.
- Implemented jsPlaywright function in js_api.go for browser-based requests.
- Enhanced README.md to document the new Playwright functionality for plugins.
2025-11-07 11:07:47 +08:00
krau
a7b93e57fc
refactor: js api
2025-08-24 22:49:44 +08:00
krau
0756cc9eb1
fix: improve parser configuration handling and default values
2025-08-23 20:40:13 +08:00
krau
37c32a23d4
feat: add Kemono parser with download info extraction and API handling
2025-08-23 20:18:02 +08:00
krau
3aa1e2eaed
feat: enhance text message handling and parser configuration
2025-08-23 20:17:56 +08:00
krau
c023fd869d
feat: refactor jsParser to use ParserMethod constants and remove redundant locking in ParseWithContext
2025-08-23 16:04:32 +08:00
krau
e5d1e143e0
feat: configurable parser and refactor config
2025-08-23 14:29:32 +08:00
krau
03eb4f8a18
feat: update parser interface to include context in Parse method
2025-08-23 14:01:00 +08:00
krau
fd1b586b8d
feat: inject ghttp to js vm
2025-08-23 12:34:39 +08:00
krau
d035a3409e
feat: support multiple parser additions and include media size in Twitter parser
2025-08-22 23:11:16 +08:00
Krau
302db2fe75
feat: parse url with js plugins support ( #96 )
...
* feat: WIP. add parser functionality and text message handling
* fix: use json to marshal js result
* feat: add metadata handling and version validation for jsParser
* refactor: rename parser package to parsers and restructure parser handling
* refactor: core code struct and impl parse task handle
* feat: impl parsed download
* fix: seek cache file when processing tph picture
* feat: implement parsed task handling and progress tracking
* feat: enhance task processing with concurrency control and progress tracking
* feat: add resource ID generation and improve resource processing handling
* feat: improve message formatting in parsed text and progress completion
* feat: add example js plugin
* feat: implement Twitter parser
* fix: twitter parse video json decode error
* feat: impl stream mode for parse task
2025-08-21 23:48:17 +08:00