franciskinyuru / Youtube-Downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download YouTube videos Implementation using FastAPI

  • Download YouTube videos of interest at the commandline.
  • Access deployed app here
  • Deployed on render available here
  • Download path \Users\username\Downloads

Project Structure

-app

-backend

--home.py

-core

--config.py

-static

--style.css

--favicon.ico

-templates

--home.html

-main.py

To host in render you need the following files

  • deployment branch main

  • Build command: pip install -r requirements.txt

  • Start Command: uvicorn app.main:app --port=${PORT:-5000}

  • Auto deploy: yes

  • requirements.txt - This will have the packages your app will require to run

How the Page looks like

img.png

About


Languages

Language:HTML 49.2%Language:Python 46.5%Language:CSS 3.2%Language:Procfile 1.0%