Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesalilac/youtube-dl
Simple python script to download youtube videos using yt-dlp lib
https://github.com/mesalilac/youtube-dl
Last synced: about 2 months ago
JSON representation
Simple python script to download youtube videos using yt-dlp lib
- Host: GitHub
- URL: https://github.com/mesalilac/youtube-dl
- Owner: mesalilac
- Created: 2022-05-18T00:14:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T02:18:23.000Z (8 months ago)
- Last Synced: 2024-05-12T02:37:19.739Z (8 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev setup
```console
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -e .
```## Install
```console
$ make install
```
or
```console
pipx install -e .
```## Uninstall
```console
$ make uninstall
```
or
```console
pipx uninstall .
```