This is a Python script for downloading files from GoFile on Google Colab. It allows you to easily download files from GoFile to your Google Drive.
- Easy-to-Use: Simply input the GoFile link and, if needed, the password, and the script will handle the download process.
- Parallel Downloads: Utilizes multithreading to download multiple files simultaneously, speeding up the process.
- Resume Support: Supports resuming interrupted downloads by checking for partial downloads.
- Open the script in Google Colab.
- Run the script cell by cell.
- Input the GoFile link and, if required, the password when prompted.
- Input the GoFile link.
- If the file is password-protected, input the password.
- Sit back and let the script handle the download process.
- Python 3.x
- Requests library (automatically installed within Google Colab)
- Fork the repository.
- Clone the forked repository to your local machine.
- Make your changes and test them.
- Commit your changes and push to your fork.
- Submit a pull request to the main repository.
This project is licensed under the MIT License.
Usama Nazir - @themrsami
Special thanks to the creators of GoFile for providing a simple and efficient file-sharing service.