13 Commits
Author SHA1 Message Date
Fd a4914b3dfa feat: integrate govips for image processing and enhance image conversion to WebP 2026-07-18 12:08:19 +07:00
Fd 24338beaaf feat: enhance YouTube download functionality with chunked requests and audio conversion 2026-07-17 17:24:44 +07:00
Fd 43a559bd55 refactor: streamline video conversion by removing intermediate file generation 2026-07-16 11:12:20 +07:00
Fd 5439186bc6 fix: replace broken ffmpeg webp encoder with native gif2webp bypass 2026-07-15 19:24:41 +07:00
Fd 8c255a7066 fix: restore working crop scale filters for video to avoid exit status 8 2026-07-15 19:19:10 +07:00
Fd 68f964f810 feat: implement pure-go RIFF EXIF injector 2026-07-15 18:02:47 +07:00
Fd 6228cb2733 refactor: remove InjectExif shell wrapper from media_convert 2026-07-15 17:59:24 +07:00
Fd d40b5571b9 refactor: simplify exif injection by making processes return raw webp 2026-07-15 16:25:15 +07:00
Fd d3c09b317f fix: simplify metadata payload for webpExif format compatibility 2026-07-15 15:59:02 +07:00
Fd 4711063715 fix: sticker metadata rendering failures due to corrupted EXIF chunk lengths 2026-07-15 14:57:06 +07:00
Fd aa60336dc5 refactor: extract media conversion logic to helper 2026-07-15 12:15:56 +07:00
Fd 1a279a89c0 refactor: migrate exif support to helper 2026-07-15 12:13:26 +07:00
FdandClaude Opus 4.7 e783284881 feat: add download commands (yt, ig, tt, fb) and middleware support
- Add core Middleware support via `core.Default.Use()`
- Implement download command handlers for YouTube, Instagram, TikTok, and Facebook
- Add regex-based URL validation for all download commands
- Add API client for fetching download links
- Add helpers for uploading and sending media to WhatsApp

Co-Authored-By: Claude Opus 4.7 <[email protected]>
2026-07-15 10:33:58 +07:00