A bot for downloading podcasts from the Israeli podcast website.
The bot is used for easy and orderly downloading from the site.
The bot use selenium, so you need a web driver to run him. The appropriate webdriver must be downloaded from here. (You can also download the webdriver directly from this site, but it may not be up to date).
The bot was tested on Firefox, but should also work on Chrome. Of course you need to download the appropriate driver for the browser you are using.
NOTE: The web driver have to be locaded in the main folder (with the script). And the script won't be able to run without it.
The bot also uses several Python packages. To use it, you will need to install them first:
pip install selenium
and
pip install requests
in the command line.
You can also download selenium and requests from PyPi, there are also the webdrivers for the browsers.
And only then can you run the script.
If a problem is found, I'd love for you to report it here.