A fork of tumblr-utils with Python 3 support, bug fixes, and lots of features I found useful.
Hi, I'm on Mac and I'm following the tutorial from [here](https://docs.google.com/document/d/1yBWlk-yEgpSoEh3c9oLhz_kbLtUGqbqzOpCtJsvQgjI/edit?tab=t.0) rather than the one on github because I'm not proficient in coding and this one is more beginner friendly in my opinion. I followed all the steps but when I input `python3 tumblr_backup.py -i --tag-index --save-video magz` I get this message: ``` Traceback (most recent call last): File "/Users/myusername/Desktop/tumblr-utils-backup/tumblr_backup.py", line 86, in <module> import filetype ModuleNotFoundError: No module named 'filetype' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/myusername/Desktop/tumblr-utils-backup/tumblr_backup.py", line 89, in <module> import imghdr ModuleNotFoundError: No module named 'imghdr' ``` I've tried following advice from issue #40 but because I'm not aware of how coding works, I don't know exactly what I'm doing wrong. Thanks in advance because I made an account on github to post this. Edit: I've spent the past 15 or so minutes trying out other methods such as the tutorial in the readme and downloading the master fork rather than the cebtenzzre fork but I can't get past the first step with either of those.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by crunchycrystals and has received 3 comments.