Avnsx / fansly-downloader

Easy to use fansly.com content downloading tool. Written in python, but ships as a standalone Executable App for Windows too. Enjoy your Fansly content offline anytime, anywhere in the highest possible content resolution! Fully customizable to download in bulk or single: photos, videos & audio from timeline, messages, collection & specific posts 👍
https://fansly.com/
GNU General Public License v3.0
1.27k stars 63 forks source link

Incomplete download #52

Closed mssm45 closed 2 years ago

mssm45 commented 2 years ago

Hello,

I noticed that the videos and photos older than a specific date (July 14 2022) were not downloaded.

What could be the reason for this?

Is there a way to specify media download for a specific date range?

Thanks and congrats for this wonderful tool.

Avnsx commented 2 years ago

Could not replicate this, for me everything is just fine even with the content after the date you named. What creator is this happening with for you? Is it a creator specific issue or is it happening for every creator you're following? What OS and python version are you using (or if you're using the executable)?

Is there a way to specify media download for a specific date range? No there is not.

mssm45 commented 2 years ago

It's the only one I tried so far. I am not subcribed to any other. I am using the executable version = 0.3.5

Also I noticed that at the end the download window just disapears without opening the folder. open_folder_when_finished = True

Avnsx commented 2 years ago

I tried it for myself and had no issues with past that time, on that creator. What operating system are you using? It does not matter if you are paid subscribed to anyone, it can still download previews, try with other creators that you're just following

just disapears without opening the folder most likely some incompability with your operating system

mssm45 commented 2 years ago

I am running WIN 10 PRO, 21H2.

Previews of another performer work fine beyond July 2022, and the program ends ok by displaying the download folder.

It looks that something is making the program to crash with the other performer.

Avnsx commented 2 years ago

WIN 10 PRO

Most likely the issue is that you're running it on windows 10 professional. The executable was compiled with Windows 10 Home. Meaning during the compilation progress, python at that time combined all the dlls and stuff so that it runs without raw python code on the HOME version. You're lucky that it works more or less on Windows 10 PRO (also counts for every other verison of windows btw).

Now I could also compile it for windows 10 pro and publish that build for you, which will most likely fix your issue, but then again I would have to keep providing you a pro build for every further version of fansly scraper. Which I'm not planning to do.

The easiest solution is to just run the executable through raw python and continue using it like that in the future. It's basically the exact same usage process, except it's not a executable.

You can download python here: https://www.python.org/downloads/ And download the raw fansly scraper source here: https://github.com/Avnsx/fansly/archive/refs/heads/main.zip

[EDIT] After downloading python make sure to install the module requirements for fansly scraper, into your python environment: https://github.com/Avnsx/fansly#requirements

Just copy paste your old config file into the newly downloaded fansly scraper folder and if you already have python installed at that point, all you'll have to do is just to click on fansly_scraper and your system will know how to start it just as if you were running it as executable.

mssm45 commented 2 years ago

I installed Python and the corresponding scraper. Then I rebooted but it crashes when starting.

Then I tried again with the windows exe version, and this time it worked :) Not sure what fixed the issue.

Thanks for the help

Avnsx commented 1 year ago

Then I rebooted but it crashes when starting.

I forgot to tell you, you need to install the requirements into your python enviroment first: https://github.com/Avnsx/fansly#requirements