If you've ever tried to download music from SoundCloud or BandCamp, you've no doubt encountered the terrible "SoundcloudMP3" websites on Google that serve dozens of popup and redirect ads. These ads are often riddled with scams and malware. With YTiz, you can say goodbye to ads, trackers, slow downloads, and low-quality audio.
- Fast downloads from SoundCloud, BandCamp, Twitter, and TikTok
- Audio quality selection (From 32 - 256 kbps)
- Audio format selection (Between MP3, FLAC, and M4A)
- Embedded metadata including titles, authors, and cover art
- Download Trimming (Up to 5 minute audio clips)
- Browser Notifications and Sound Effect Options
If you want to run YTiz on your own computer, follow these steps:
- Clone the repository
- Install dependencies in the
clientdirectory (Make sure FFmpeg is installed as well)npm install - Create a
.envin theclientdirectoryVITE_dev_url="Your Localhost Backend URL" VITE_SUPABASE_ANON_KEY="Your Supabase Database Anon Key" (OPTIONAL) VITE_SUPABASE_URL="Your Supabase Database URL" (OPTIONAL) - Create another
.envin theflask-backenddirectorysecret_key="Your Flask App Secret Key" origin="Your Production Frontend URL" - Run the following command from the
clientdirectory:For a production build, run:npm run devnpm run build - Run the following command from the
flask-backenddirectory:flask run
If you have any suggestions, issue reports, or want to add a feature to YTiz yourself, feel free to create issues or pull requests for this repository.
This project is licensed under the GPL-3.0 License.
