Coder Social home page Coder Social logo

msa-ali / youtility Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 853 KB

Youtility is a web-based application created with Next.JS and Golang, which enables users to download YouTube videos or playlists by entering the URL.

Home Page: https://youtility.vercel.app

License: MIT License

Go 40.32% JavaScript 2.92% TypeScript 55.42% Dockerfile 0.57% Makefile 0.77%
go go-api nextjs tailwindcss youtility webapplication

youtility's Introduction

Youtility

Youtility is a web application built with Next.JS and Golang that provides a simple UI interface to download YouTube videos, shorts or playlists by URL. It provides support for multiple video qualities and audio as well.

Getting Started

To run Youtility on your machine, you need to have Node.js and Golang installed. Then, follow these steps:

Clone this repository:

git clone https://github.com/msa-ali/youtility.git

Setup Backend API

  • cd youtility-api
  • Create .env file and add these contents:
YOUTUBE_DATA_API_KEY=[Your_Youtube_Data_API_Key]
SERVER_ADDRESS=0.0.0.0 
SERVER_PORT=80
ALLOWED_ORIGIN=http://localhost:3000,http://localhost:3001
  • go run main.go

  • If you want to use docker, make sure docker-desktop is running in your machine, then run:

make build make run

Setup Frontend App

  • cd youtility-web-app
  • Install the dependencies.
  • Open http://localhost:3000 with your browser to see the app.

Usage

To download a YouTube video or playlist, simply copy its URL and paste it in the input field on the home page of Youtility. Then, select the format you want to download the video in, and click the "Download" button. The app will start processing your request, and start downloading the media file.

Features

  • Download YouTube videos, shorts and playlists by URL
  • Support for multiple formats such as video and audio.
  • User-friendly interface

Contributing

If you want to contribute to Youtility, feel free to open an issue or submit a pull request. We welcome any contributions that can improve the app and make it more useful for users.

License

Youtility is licensed under the MIT License.

youtility's People

Contributors

msa-ali avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.