PixivCrawlerIII
PixivCrawlerIII copied to clipboard
Pydroid 3 run raise a [OSError]
If you run this crawler in Android Pydroid 3 Application, you will get a [OSError] because Android defaults to mounting the root partition as read-only. If you really want to run crawler on your Android phone, you need to change the default storage path, it's here: dataload.py L50, change it to a writable directory, for example like "/sdcard/Crawler/".