Skip to content

Commit

Permalink
FAQ enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
montroly authored Oct 14, 2021
1 parent 8828f7d commit ca9bfae
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,38 @@ Nowhere. The source code is not public.

No.

#### Why is something new not scrapped?

Fansyloader remembers what it has already downloaded and skips it.
Thus, it is faster and does not stress the providers' websites so much.
However, if something new has been acquired, it will not be recognized because it will be skipped.
As a solution, there are two options:

1. the crowbar: delete the file `config/db.sqlite`.
2. elegant:

```bash
# remove skip for all users
fansyloader db unset-skip

# remove skip for one user
fansyloader db unset-skip --username awesome-user
```

#### What do I do if I don't care about the load on the providers webiste?

Set in the configuration `[Download] enable_optimizations = false`

#### Why can I perform a maximum of 20 parallel downloads?

The question is, when was the last time you watched 20 videos in parallel?

#### How do I know I can trust the program?

Not at all, as usual. But you can check it with a virus scanner or online tool. You could monitor the network communication with Wireshark or something else.

I can tell you that the program does not do anything different from what I have stated here. - It downloads files.
I can tell you that the program does not do anything different from what I have stated here. - It downloads files.

#### Can I download something I can't see? Can I download something I didn't pay for? Can I download messages that I have not received?

No

0 comments on commit ca9bfae

Please sign in to comment.