neuro-sys / tumblr-likes-downloader

Download Tumblr posts that you liked
GNU Lesser General Public License v3.0
104 stars 17 forks source link

No longer downloading all image files #58

Open dyrew0lf opened 4 years ago

dyrew0lf commented 4 years ago

Hello, I know this is an older project but it is the best Tumblr likes downloader I have tried. It seems that Tumblr changed something in the image file names and now images that do not start with tumblr_ are skipped. I have attempted to look at the code myself but I can't seem to even get the environment set up to properly build (the oldest version of Qt I can get from the site now is 5.9 so I'm not sure if something has changed or not) when I launch the exe after building my own and click download I get this * Starting... Something went wrong at file: tumblrdownloaderworker.cpp at func: runStarting...The process did not start successfully. and it never pops up the browser for the oauth

I would be willing to poke around more if you could offer some advice on setting up Go and Qt on a windows 10 platform.

dyrew0lf commented 4 years ago

Update just in case someone else may be reading this. I was able to properly build 0.0.5 after applying the fix to the .qrc file for the resource name. the source for 0.0.5 also seems to not have the issue of skipping the non "tumblr_" file names.