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

next.config.js (120B)


      1 /** @type {import('next').NextConfig} */
      2 const nextConfig = {
      3   reactStrictMode: true,
      4 };
      5 
      6 module.exports = nextConfig;