ash-ishh / u2bdownload

u2bdownload is a simple flask based website to extract video links of given URL

Home Page:http://u2bdownload.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

u2bdownload is a simple flask based website to extract video links of given URL

Steps to run it locally:

1 - Create .env with SECRET_KEY

Linux example: echo "SECRET_KEY=$(openssl rand -base64 12)" >> .env

2 - Create and activate virtual envirnoment

Linux example

$ python3 -m venv venv

$ source bin/activate

2 - Install requriements

(venv) $ pip install -r requirements.txt

3 - Run dev webserver

python app.py

About

u2bdownload is a simple flask based website to extract video links of given URL

http://u2bdownload.herokuapp.com


Languages

Language:JavaScript 51.9%Language:HTML 21.1%Language:CSS 16.2%Language:Python 10.7%Language:Procfile 0.0%