feat: add Snapchat extractor, improve browser auth and XenForo #3

Merged
eliott merged 1 commits from feat/snapchat-extractor-and-improvements into master 2026-02-25 16:33:58 +01:00
Owner

Summary

  • New Snapchat extractor with spotlight and user story download support (523 lines)
  • Browser cookie auth improvements: added Zen Browser support, multi-platform profile discovery, and Windows APPDATA-based profile lookup
  • XenForo extractor overhaul: expanded with gallery, media, and attachment support (+700 lines)
  • Minor updates to main.rs for new extractor wiring and CLI handling
  • Added .claude/ to .gitignore

Test plan

  • Verify Snapchat extractor handles spotlight and user story URLs
  • Test browser cookie extraction on Windows (Firefox, Zen, Chrome)
  • Test XenForo gallery and media extraction against a live forum
  • Confirm existing extractors still work after main.rs changes

?? Generated with Claude Code

## Summary - **New Snapchat extractor** with spotlight and user story download support (523 lines) - **Browser cookie auth improvements**: added Zen Browser support, multi-platform profile discovery, and Windows APPDATA-based profile lookup - **XenForo extractor overhaul**: expanded with gallery, media, and attachment support (+700 lines) - Minor updates to main.rs for new extractor wiring and CLI handling - Added `.claude/` to .gitignore ## Test plan - [ ] Verify Snapchat extractor handles spotlight and user story URLs - [ ] Test browser cookie extraction on Windows (Firefox, Zen, Chrome) - [ ] Test XenForo gallery and media extraction against a live forum - [ ] Confirm existing extractors still work after main.rs changes ?? Generated with [Claude Code](https://claude.com/claude-code)
eliott added 1 commit 2026-02-25 16:33:39 +01:00
- Add new Snapchat story extractor with spotlight and user story support
- Expand browser cookie extraction to support Zen Browser and multi-platform profiles
- Significantly enhance XenForo extractor with gallery, media, and attachment support
- Add APPDATA-based profile discovery for Windows browsers
- Update main.rs with new extractor wiring and improved CLI handling

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eliott merged commit f047b47283 into master 2026-02-25 16:33:58 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eliott/gallery-dl#3