tizerk / ytiz

A YouTube/SoundCloud to MP3 downloader with no annoying ads or popups
https://ytiz.xyz/
GNU General Public License v3.0
30 stars 2 forks source link
downloader flask music react soundcloud youtube

YTiz

YTizDemo

Introduction

If you've ever tried to download songs from YouTube or SoundCloud, you've no doubt encountered the terrible "YTMP3" websites on Google that serve dozens of popup and redirect ads. With YTiz, you can say goodbye to the ads, trackers, slow downloads, and low-quality audio.

💻 Features

🛠 Selfhosting

If you want to run YTiz on your own computer, follow these steps:

  1. Clone the repository
  2. Install dependencies in the client directory (Make sure FFmpeg is installed as well)
    npm install
  3. Create a .env in the client directory
    VITE_dev_url="Your Localhost Backend URL"
    VITE_SUPABASE_ANON_KEY="Your Supabase Database Anon Key" (OPTIONAL) 
    VITE_SUPABASE_URL="Your Supabase Database URL" (OPTIONAL)
  4. Create another .env in the flask-backend directory
    secret_key="Your Flask App Secret Key"
    origin="Your Production Frontend URL"
  5. Run the following command from the client directory:
    npm run dev

    For a production build, run:

    npm run build
  6. Run the following command from the flask-backend directory:
    flask run

🎁 Donate

Contribution

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.

License

This project is licensed under the GPL-3.0 License.

Built with Vite+React and Flask

Technologies Used