https://github.com/ericrabil/ytdl-no-bs
Pass the URL of the post you want to download, have it piped straight to your browser.
https://github.com/ericrabil/ytdl-no-bs
Last synced: about 1 month ago
JSON representation
Pass the URL of the post you want to download, have it piped straight to your browser.
- Host: GitHub
- URL: https://github.com/ericrabil/ytdl-no-bs
- Owner: EricRabil
- License: mit
- Created: 2020-05-25T04:23:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:23:19.000Z (over 3 years ago)
- Last Synced: 2025-01-06T04:41:50.862Z (over 1 year ago)
- Language: TypeScript
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ytdl-no-bs
Pass the URL of the post you want to download, have it piped straight to your browser.
## Quickly
```
docker-compose up
```
Runs on port `6208`
## Slowly
```bash
# Deps
yarn
# Build
yarn build
# Start
yarn start
```
Enjoy!