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

ytdlp using importlib #331

Merged
merged 4 commits into from
Jun 22, 2024
Merged

ytdlp using importlib #331

merged 4 commits into from
Jun 22, 2024

Conversation

jeanslack
Copy link
Owner

@jeanslack jeanslack commented Jun 19, 2024

Closes #328

This PR implements a new feature to import the yt_dlp Python package externally and use it instead of the one installed on your system or the one on your virtual environment. Note that standalone application build using pyinstaller are excluded from using this feature.
By external import we mean that it is possible to import the package also from other virtual environments as well as from the specific unzipped source tarball: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#misc

@jeanslack jeanslack merged commit 8452702 into master Jun 22, 2024
6 checks passed
@jeanslack jeanslack deleted the importlib branch July 21, 2024 09:21
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.

Allow usage of yt-dlp from a virtual environment
1 participant