项目作者: ash-ishh

项目描述 :
Web app to get download links of YouTube videos.
高级语言: JavaScript
项目地址: git://github.com/ash-ishh/u2bdownload.git
创建时间: 2018-07-19T21:04:39Z
项目社区:https://github.com/ash-ishh/u2bdownload

开源协议:

下载


u2bdownload

u2bdownload is a simple FastHTML-based web application designed to extract video links from a given URL.

Prerequisites

  • Python 3.6+

Installation and Setup

Option 1: Using uv

  1. Install uv (if not already installed):

    1. pip install uv

    OR

    1. curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Run the application:

    1. uv run main.py

This will set up a virtual environment and run the application automatically.

Option 2: Using pip

  1. Create and activate a virtual environment:

    Linux/macOS:

    1. python3 -m venv venv
    2. source venv/bin/activate

    Windows:

    1. python -m venv venv
    2. venv\Scripts\activate
  2. Install the required packages:

    1. pip install -r requirements.txt
  3. Run the development server:

    1. python main.py

TODO

  • Add loader on URL submit
  • Add copy link option
  • Playlist link support