Metalnem / zinio

This command line tool removes DRM from magazines in your digital Zinio library
MIT License
51 stars 20 forks source link

failed to save pdf: rename /tmp/[....] [...].pdf: cross-device link error #7

Closed irvin closed 7 years ago

irvin commented 7 years ago

Hi, on mac, this problem will happening if we download mags at a folder located on external folders.

look like the problem is os.Rename cannot moved and rename downloaded file from temp folder to mounted devices.

irvin commented 7 years ago

https://groups.google.com/forum/#!topic/golang-dev/5w7Jmg_iCJQ suggest to do either 1) copy entire file first and rename or 2) move download cache location to target folders

irvin commented 7 years ago

wow, very thanks!