Skip to content

ryddle/ytdownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Audio Downloader

WARNING: this is just a test for personal use

This is a simple Flask application that allows you to download audio from YouTube videos and playlists as mp3 files.

Install

  1. Clone the repository:
    git clone https://github.com/ryddle/ytdownloader.git
    
  2. Navigate to the application directory:
    cd your_repository
    
  3. Create a virtual environment (optional):
    python -m venv env
    
  4. Install the dependencies:
    pip install -r requirements.txt
    
  5. Run the application:
    flask run
    

This will start the Flask server and the application will be available at http://localhost:5000.

Remember that you may need to configure your development environment, such as environment variables or file system permissions, depending on your needs.

Acknowledgements

A big thank you to the developers of pytube, without them this application would not be possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published