A simple python script that downloads videos for offline use from https://gool.co.il/ (Works for gool bagrut and gool academy).
Install python 3 then install the required packages and ffmpeg:
pip install -r requirements.txt
ffdl install
--free
: Enable free mode, use this to download the free videos that do not require premium access.--timeout
: Time to wait between each video download, if no option specified it will use a random time between 60 and 120 seconds.--academy
: Download from gool academy instead of gool bagrut.
python main.py [-h] [--free] [--academy] [--timeout TIMEOUT]
How to use the script:
- Make sure chrome is closed, since the script uses the default chrome profile. (So you won't have to login again and to not exeed the device limit).
- Run the script with the desired options.
- A web browser will open, if you are not logged in, login to your account.
- Navigate to https://(bagrut or www).gool.co.il/mycourses
- Navigate to the topic you want to download (Example)
- The script will start downloading the videos.