|
|
@@ -1,3 +1,5 @@
|
|
|
+<img src="https://m1s5.c20.e2-5.dev/files/images/mirror-notice.svg" width="5rem"/>
|
|
|
+
|
|
|
# 🎥 Vimeo Ripper (vget)
|
|
|
|
|
|
A sleek, web-based Vimeo video downloader that extracts direct download links for Vimeo videos in multiple quality formats. Built with vanilla JavaScript and powered by Netlify Lambda functions.
|
|
|
@@ -68,14 +70,14 @@ This will install the required packages:
|
|
|
|
|
|
2. **Serve the Frontend**:
|
|
|
In a new terminal window:
|
|
|
-
|
|
|
+
|
|
|
```bash
|
|
|
# Using Python (if available)
|
|
|
python3 -m http.server 8080
|
|
|
-
|
|
|
+
|
|
|
# OR using Node.js http-server
|
|
|
npx http-server -p 8080
|
|
|
-
|
|
|
+
|
|
|
# OR using any other static file server
|
|
|
```
|
|
|
|
|
|
@@ -119,7 +121,7 @@ This creates optimized Lambda function bundles in the `lambda/` directory.
|
|
|
|
|
|
3. **Select Quality**: Choose your preferred video quality from the dropdown:
|
|
|
- **1080P** (1920px width)
|
|
|
- - **720P** (1280px width)
|
|
|
+ - **720P** (1280px width)
|
|
|
- **540P** (960px width)
|
|
|
- **360P** (640px width)
|
|
|
|
|
|
@@ -134,7 +136,7 @@ This creates optimized Lambda function bundles in the `lambda/` directory.
|
|
|
```
|
|
|
Input: https://vimeo.com/channels/staffpicks/212731897
|
|
|
Quality: 720P
|
|
|
-Output:
|
|
|
+Output:
|
|
|
✅ (video link) - Direct MP4 download
|
|
|
✅ (poster link) - Thumbnail image
|
|
|
```
|
|
|
@@ -314,4 +316,4 @@ If you encounter issues or have questions:
|
|
|
|
|
|
---
|
|
|
|
|
|
-**⚠️ Disclaimer**: This tool is for educational purposes. Please respect content creators' rights and Vimeo's Terms of Service. Only download videos you have permission to access.
|
|
|
+**⚠️ Disclaimer**: This tool is for educational purposes. Please respect content creators' rights and Vimeo's Terms of Service. Only download videos you have permission to access.
|