Skip to content

System call to Python dependency #235

Description

@Educorreia932

🧐 Rationale

Remove dependency on Python's yt-dlp.

📝 Description

Currently, yt-dlp package is being used to download YouTube videos, both requiring a Python dependency and a system call.

let mut child = Command::new("yt-dlp")

However, there is a crate for Rust that achieves the same purpose. It's still a work in progress, but might be a fitting replacement in the future.

Metadata

Metadata

Assignees

Labels

✨ featureNew feature or request👓 triageThis issue is being reviewed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions