- Copy this into a cell and run it. The code below doesn't work because of a bug in Colab.
- Run this.
%load https://github.com/coughingmouse/Download-Korean-Textbooks/raw/main/download_korean_textbooks.py
You need to have Python3, its pip and venv module, and curl installed.
- Download source
curl -fsSL https://github.com/coughingmouse/Download-Korean-Textbooks/raw/main/download_korean_textbooks.py --output download_korean_textbooks.py
- Run to initiate
python3 download_korean_textbooks.py
- Enter Python virtual environment
source 'Korean Textbooks/bin/activate'
- Run 2. again to download files
- run
deactivate
or exit shell to get out of the virtual environment