A python program to download all chapters of hpmor (Harry Potter and the Methods of Rationality) in their Hebrew translation (downloaded in current state from google drive docs via shared links, chapters not fully edited). Files are currently downloaded as docx and merged into one complete docx file as well.
Hpmor Hebrew translating project: http://rationality.co.il/
A video explaining how to use the program (in Hebrew): https://drive.google.com/open?id=1XQX8iwYSPSwYQG9HLHl2D6GSvYYzkovX
To download the current version of the program as an exe: https://drive.google.com/file/d/1Z0ON8TQMV_tbsA8EPVT32aRSjyopco-D
requests
https://pypi.org/project/requests/
pip install requests
docx
https://pypi.org/project/python-docx/
pip install python-docx