Files
ejs/README.md
2025-09-26 18:10:04 +12:00

26 lines
367 B
Markdown

# yt-dlp-ejs
> [!CAUTION]
> This is currently in development
External JavaScript for yt-dlp supporting many runtimes
## Manual Installation
In the yt-dlp repository, install the python package, either directly or from url:
```console
pip install git+https://github.com/yt-dlp/ejs@main
```
## Build scripts
```
deno install
deno task bundle
```
## Tests
todo