Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: π¬
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
-
app_port:
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
---
|
|
@@ -13,6 +13,7 @@ license: mit
|
|
| 13 |
|
| 14 |
A full-featured YouTube video and audio downloader with a clean web interface. Download videos in multiple resolutions or extract audio as high-quality MP3.
|
| 15 |
|
|
|
|
| 16 |
**Author:** [Mohammad Faiz](https://github.com/Mohammad-Faiz-Cloud-Engineer)
|
| 17 |
**Repository:** [GitHub](https://github.com/Mohammad-Faiz-Cloud-Engineer/YouTube-Downloader)
|
| 18 |
|
|
@@ -39,6 +40,7 @@ This Space uses the **Docker SDK**. It runs automatically β no setup needed on
|
|
| 39 |
## Self-Hosting
|
| 40 |
|
| 41 |
### Docker (Recommended)
|
|
|
|
| 42 |
```bash
|
| 43 |
git clone https://github.com/Mohammad-Faiz-Cloud-Engineer/YouTube-Downloader.git
|
| 44 |
cd YouTube-Downloader
|
|
@@ -46,6 +48,7 @@ docker-compose up -d
|
|
| 46 |
```
|
| 47 |
|
| 48 |
App runs at `http://localhost:3000`
|
|
|
|
| 49 |
```bash
|
| 50 |
docker-compose logs -f # stream logs
|
| 51 |
docker-compose down # stop
|
|
@@ -55,6 +58,7 @@ docker-compose restart # restart
|
|
| 55 |
### Manual
|
| 56 |
|
| 57 |
**Requirements:** Node.js v14+, npm, FFmpeg
|
|
|
|
| 58 |
```bash
|
| 59 |
git clone https://github.com/Mohammad-Faiz-Cloud-Engineer/YouTube-Downloader.git
|
| 60 |
cd YouTube-Downloader
|
|
@@ -68,6 +72,7 @@ npm install
|
|
| 68 |
| Ubuntu/Debian | `sudo apt update && sudo apt install ffmpeg -y` |
|
| 69 |
| macOS | `brew install ffmpeg` |
|
| 70 |
| Windows | [Download from ffmpeg.org](https://ffmpeg.org/download.html), extract, add to PATH |
|
|
|
|
| 71 |
```bash
|
| 72 |
ffmpeg -version # verify
|
| 73 |
npm start # then open http://localhost:3000
|
|
@@ -89,6 +94,7 @@ npm start # then open http://localhost:3000
|
|
| 89 |
---
|
| 90 |
|
| 91 |
## Project Structure
|
|
|
|
| 92 |
```
|
| 93 |
YouTube-Downloader/
|
| 94 |
βββ server.js
|
|
@@ -115,4 +121,4 @@ YouTube-Downloader/
|
|
| 115 |
|
| 116 |
## License
|
| 117 |
|
| 118 |
-
MIT β pull requests welcome. Open an issue first for major changes.
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
---
|
|
|
|
| 13 |
|
| 14 |
A full-featured YouTube video and audio downloader with a clean web interface. Download videos in multiple resolutions or extract audio as high-quality MP3.
|
| 15 |
|
| 16 |
+
**π Live Demo:** [https://rox-turbo-yt.hf.space/](https://rox-turbo-yt.hf.space/)
|
| 17 |
**Author:** [Mohammad Faiz](https://github.com/Mohammad-Faiz-Cloud-Engineer)
|
| 18 |
**Repository:** [GitHub](https://github.com/Mohammad-Faiz-Cloud-Engineer/YouTube-Downloader)
|
| 19 |
|
|
|
|
| 40 |
## Self-Hosting
|
| 41 |
|
| 42 |
### Docker (Recommended)
|
| 43 |
+
|
| 44 |
```bash
|
| 45 |
git clone https://github.com/Mohammad-Faiz-Cloud-Engineer/YouTube-Downloader.git
|
| 46 |
cd YouTube-Downloader
|
|
|
|
| 48 |
```
|
| 49 |
|
| 50 |
App runs at `http://localhost:3000`
|
| 51 |
+
|
| 52 |
```bash
|
| 53 |
docker-compose logs -f # stream logs
|
| 54 |
docker-compose down # stop
|
|
|
|
| 58 |
### Manual
|
| 59 |
|
| 60 |
**Requirements:** Node.js v14+, npm, FFmpeg
|
| 61 |
+
|
| 62 |
```bash
|
| 63 |
git clone https://github.com/Mohammad-Faiz-Cloud-Engineer/YouTube-Downloader.git
|
| 64 |
cd YouTube-Downloader
|
|
|
|
| 72 |
| Ubuntu/Debian | `sudo apt update && sudo apt install ffmpeg -y` |
|
| 73 |
| macOS | `brew install ffmpeg` |
|
| 74 |
| Windows | [Download from ffmpeg.org](https://ffmpeg.org/download.html), extract, add to PATH |
|
| 75 |
+
|
| 76 |
```bash
|
| 77 |
ffmpeg -version # verify
|
| 78 |
npm start # then open http://localhost:3000
|
|
|
|
| 94 |
---
|
| 95 |
|
| 96 |
## Project Structure
|
| 97 |
+
|
| 98 |
```
|
| 99 |
YouTube-Downloader/
|
| 100 |
βββ server.js
|
|
|
|
| 121 |
|
| 122 |
## License
|
| 123 |
|
| 124 |
+
MIT β pull requests welcome. Open an issue first for major changes.
|