This is a python script I've developed that downloads a movie/series of your choice from the egy.best website automatically to avoid annoying ads.
These can be installed using the command : pip install -r requirements.txt
And a Microsoft Edge or Google Chrome browser.
Please make sure that the browser and webdriver are up to date and are compatible (more on that below).
NOTE : The folder containing the files MUST be named "EGYBEST" AND MUST be located on your DESKTOP.
The usage of this program is pretty straightforward.
DISCLAIMER : For this version to work, you MUST delete the driver you are not going to need, e.g. Chrome users MUST delete "msedgedriver.exe", and vice-versa.
First, you get to define how long the headless browser will wait for the website to load in the background, increase depending on how slow your internet speed is.
Then, you can search for any content in the egy.best website and see the results.
After that, you can specify the season and the episode you want to download, or you can choose to download the whole season (Please make sure you have enough storage space). And choose the quality of the episode/whole season you want to download.
Finally, all you have to do is to wait for the program to find and start the download for you.
Tada! After the download is finished, your episode/season should be available in a new folder on your desktop, all with their respective names.
-
First of all, you have to make sure that your browser is up to date.
-
Then, go to Edge webdriver page and download the latest webdriver according to which browser you have (Stable/Beta/...). The same goes to Chrome.
-
Move to the folder containing your .py file and replace the old driver (the folder MUST be named "EGYBEST" AND MUST be located on your DESKTOP).
-
Done!
- Added download quality options.
- Added whole season download.
- Added support for Chrome users (for this version to work, you MUST delete the driver you are not going to need, e.g. Chrome users MUST delete "msedgedriver.exe", and vice-versa). Make sure the drivers AND the browsers are up to date.
- Now supports download via IDMan if you have it installed alongside its browser extension, if not, the download starts in the browser.
- Added support for anime content (newly hosted on the website).
- Fixed wrong quality bug.
- Fixed minor bugs.