This is the AnyDownloader Flask backend, which hosts APIs to download media files from various services like Instagram, the internet, and YouTube.
Python 3.11.1
git clone https://github.com/namanthapliyal/AnyDownloader-backend
cd AnyDownloader-backend
python -m venv venv
venv\Scripts\activate
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Start the Flask development server:
python app.py
On macOS/Linux, you may need to use python3 instead of python.
Open your browser and navigate to: http://localhost:5000
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.