https://github.com/phanatagama/viloader
🌐 Tiktok and Instagram Reels Video Downloader
https://github.com/phanatagama/viloader
instagram-downloader sveltekit tiktok-downloader video-downloader yt-dlp
Last synced: 6 months ago
JSON representation
🌐 Tiktok and Instagram Reels Video Downloader
- Host: GitHub
- URL: https://github.com/phanatagama/viloader
- Owner: phanatagama
- Created: 2025-01-29T19:14:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-29T19:49:18.000Z (8 months ago)
- Last Synced: 2025-02-06T08:17:38.363Z (8 months ago)
- Topics: instagram-downloader, sveltekit, tiktok-downloader, video-downloader, yt-dlp
- Language: Svelte
- Homepage: https://viloader.vercel.app
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Viloader
Viloader is a powerful and easy-to-use video downloader for Instagram and TikTok. With Viloader, you can quickly download your favorite videos from these popular social media platforms and save them for offline viewing. Whether you want to keep a collection of memorable videos or need to download content for later use, Viloader provides a seamless and efficient solution.
## 💡 Features
- Download video from Instagram Reels and Tiktok url
- Unlimited download video
- Fast download speed
- No login required## ⚙ Tech Stack
- SvelteKit
- Typescript
- Vite## 👁 Preview
| Home Page | Download Page |
| --- | --- |
|  |  |## 👩💻 Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## 🚢 Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.