Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make rarfile dependency optional #1201

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

getzze
Copy link
Collaborator

@getzze getzze commented Feb 4, 2025

closes #1096

The rarfile python module depends on external tools (unar or other) and it is not strictly needed. It is used to find video files inside a ".rar" archive.

With this PR, installing subliminal with pip install subliminal does not install the rarfile dependency.
To keep the same behavior, install with pip install subliminal[rar].

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.

Make rarfile dependency optional
1 participant