Skip to content

CuteSORA/SORA_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Platform Video Downloader

Supports downloading videos from Pornhub, Facebook, Instagram, TikTok with cookie support for Pornhub.

Features

  • Low CPU usage with threading and asynchronous downloads
  • Auto-delete downloaded files after user downloads or after 30 minutes
  • Uses yt-dlp for video extraction
  • Simple Flask web interface

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Add your Pornhub .netscape cookie file as phub_cookies.netscape in project root.

  2. Run the Flask app:

python app.py
  1. Visit http://localhost:5000 in your browser.

Notes

  • The app cleans up downloads every 5 minutes.
  • Downloads start async; the frontend polls status every 3 seconds.
  • Download files are deleted 10 seconds after user downloads or after 30 mins if unused.

About

a python Video Downloader Website, supported site yt,fb,insta,tiktok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors