Skip to content

feat: add darkibox.com extractor#1445

Open
appfolder wants to merge 1 commit into
iawia002:masterfrom
appfolder:extractor-darkibox
Open

feat: add darkibox.com extractor#1445
appfolder wants to merge 1 commit into
iawia002:masterfrom
appfolder:extractor-darkibox

Conversation

@appfolder
Copy link
Copy Markdown

Summary

  • Add extractor for darkibox.com, an XFileSharing-based video hosting platform

How it works

  1. Parses file code from URL (supports /FILECODE, /d/FILECODE, /embed-FILECODE.html)
  2. Fetches embed page, POSTs to /dl with form data
  3. Unpacks Dean Edwards packed JS using otto JS runtime (already a project dependency)
  4. Extracts video URL from PlayerJS file: parameter
  5. Handles HLS (m3u8) and multi-quality MP4 ([label]url format)

Files

  • extractors/darkibox/darkibox.go - Extractor implementation
  • app/register.go - Registration

Test plan

  • gofmt passes clean
  • Follows existing extractor patterns (streamtape, bitchute)

Add extractor for darkibox.com, an XFileSharing-based video hosting
platform.

Extraction flow:
- Fetches embed page, POSTs to /dl endpoint
- Unpacks Dean Edwards packed JS using otto JS runtime
- Extracts video URL from PlayerJS file: parameter
- Supports HLS (m3u8) and multi-quality MP4 formats

Supports /FILECODE, /d/FILECODE, and /embed-FILECODE.html URLs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant