Skip to content

Add darkibox extractor#3054

Open
appfolder wants to merge 1 commit into
soimort:developfrom
appfolder:extractor-darkibox
Open

Add darkibox extractor#3054
appfolder wants to merge 1 commit into
soimort:developfrom
appfolder:extractor-darkibox

Conversation

@appfolder
Copy link
Copy Markdown

@appfolder appfolder commented Apr 12, 2026

Summary

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

How it works

  1. Parses file code from URL
  2. Fetches embed page, POSTs to /dl with op=embed&file_code=ID&auto=1
  3. Unpacks Dean Edwards packed JavaScript
  4. 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

  • src/you_get/extractors/darkibox.py - Extractor
  • src/you_get/extractors/__init__.py - Registration
  • src/you_get/common.py - Site entry in SITES dict

Test plan

  • All 3 files compile (py_compile)
  • Module imports correctly
  • All URL patterns route to darkibox module

This change is Reviewable

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

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

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