Skip to content

feat: add darkibox.com service#1540

Open
appfolder wants to merge 1 commit intoimputnet:mainfrom
appfolder:service-darkibox
Open

feat: add darkibox.com service#1540
appfolder wants to merge 1 commit intoimputnet:mainfrom
appfolder:service-darkibox

Conversation

@appfolder
Copy link
Copy Markdown

Summary

How it works

  1. POSTs to /dl endpoint with embed parameters
  2. Unpacks Dean Edwards packed JavaScript
  3. Extracts video URL from PlayerJS file: parameter

Supported URLs

  • https://darkibox.com/FILECODE
  • https://darkibox.com/d/FILECODE
  • https://darkibox.com/embed-FILECODE.html

Files

  • api/src/processing/services/darkibox.js - Service extractor
  • api/src/processing/match.js - Import and case
  • api/src/processing/service-config.js - URL patterns
  • api/src/processing/service-patterns.js - ID validation
Add extractor for darkibox.com, an XFileSharing-based video hosting
platform.

Extraction flow:
- POSTs to /dl endpoint with embed parameters
- Unpacks Dean Edwards packed JavaScript
- Extracts video URL from PlayerJS file: parameter

Supports direct (/FILECODE), /d/FILECODE, and embed 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

1 participant