mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-25 15:51:57 +00:00
26 lines
367 B
Markdown
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
|