Skip to content

Hey there! wanna download any video from Internet? Try out "Download It". It's a completely free tool to download any video over the Internet. Just have a try ;)

Notifications You must be signed in to change notification settings

Muneer320/Flask-Download-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download-It

Download-It is a web application built using Flask, designed to simplify and accelerate the process of downloading videos from the internet. By simply entering a video URL, users can effortlessly download the video in just a few moments.

Sections

Features

  • User-Friendly Interface: The application boasts an intuitive interface, making video downloads straightforward for users.
  • Fast Processing: Download-It efficiently handles download requests, ensuring minimal delays.
  • Platform Compatibility: Supports downloads from a wide range of video hosting platforms.

How to Use

  1. Launch the Application: Access the application via the provided URL.
  2. Enter the Video URL: Input the URL of the desired video into the designated field.
  3. Start the Download: Click the "Download" button to initiate the process.
  4. Retrieve the Video: Once completed, the video will be ready for download, available for offline viewing.

For a more detailed guide, visit the How-To page.

Installation and Setup

To run Download-It locally, follow these instructions:

  1. Install Python: Ensure Python is installed. If not, download it from the official website.

  2. Clone the Repository: Use the following command to clone the repository:

    git clone https://github.com/Muneer320/Flask-Download-It.git
  3. Navigate to the Directory: Move into the project folder:

    cd Download-It
  4. Install Dependencies: Install the required Python packages using pip:

    pip install -r requirements.txt
  5. Configure Host and Port: The application is set to be hosted online by default. To run it locally, adjust the host and port as needed. The local configuration is already in the script—simply uncomment the necessary lines.

    Online Configuration (current):

    app.run(debug=False, host='0.0.0.0')

    Local Configuration:

    app.run(port=80, debug=True)
  6. Run the Application: Start the Flask app:

    flask run
  7. Access Locally: Open a web browser and navigate to http://127.0.0.1:5000 to use the application locally.

Contributing

We welcome contributions to Download-It! If you encounter issues or have suggestions for improvement, please submit a pull request or open an issue on the GitHub repository.

License

Download-It is licensed under the MIT License. For more information, see the LICENSE file.


Download-It is an efficient tool for streamlining video downloads, offering users a smooth experience with rapid access to their preferred content. Give it a try and elevate your video downloading process!