cda-dl
A minimal async Rust library to extract direct video stream URLs from CDA.pl.
This crate lets you fetch the highest quality video stream URL from a given CDA video page using asynchronous HTTP requests and HTML parsing.
Features
- Extracts direct video stream links (e.g.
.mpdor.mp4) from CDA.pl - Automatically selects the best available resolution
- Fully async and lightweight
- Works great in Tauri, CLI tools, or any Rust app
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Example
use Result;
use get_video_url;
async
LICENSE
This project is licensed under the MIT License.