youtube-downloader

Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs
git clone https://codeberg.org/night0721/youtube-downloader
Log | Files | Refs | README | LICENSE

README.md (824B)


      1 # YouTube Dwonloader
      2 
      3 YouTube Downloader is a website written using TailwindCSS with Next.js
      4 
      5 ## Getting Started
      6 
      7 To get started with the project, simply clone the repository and install the dependencies
      8 
      9 ```cmd
     10 git clone https://github.com/night0721/youtube-downloader.git
     11 cd youtube-downloader
     12 npm i
     13 npm run dev
     14 ```
     15 
     16 ## Support
     17 
     18 If you need support, you can join the [Discord server](https://discord.gg/SbQHChmGcp)
     19 
     20 ## License
     21 
     22 This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/NullValkyrie/blob/master/LICENSE) for more information.
     23 
     24 ## Contribution
     25 
     26 If you have any ideas for improvements or new features, please feel free to fork the project and create a pull request or open an issue.
     27 All contributions are welcome, including translations, documentation, and code.