Neod0Matrix / PixivCrawlerIII

A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
MIT License
36 stars 9 forks source link

Pydroid 3 run raise a [OSError] #3

Open Neod0Matrix opened 5 years ago

Neod0Matrix commented 5 years ago

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/".