Add and update information

Andy
2023-06-30 10:14:27 +03:00
parent f044f1321a
commit 1401e6fae3

31
Home.md

@@ -314,6 +314,21 @@ You can pick up one or more labels in this form.
![Context menu](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/MainContext.png)
### Redownload user
Unfortunately, there is no way to simply redownload user.
#### Method 1
Delete the user and add it again.
#### Method 2
1. Open the user settings folder.
1. Find the `....._Data.xml` and `....._Posts.txt` files.
1. Delete these files.
1. Restart SCrawler.
1. Download these users again.
### Deleting a user
SCrawler has advanced deletion options. It can delete a user/[collection](#Deleting-a-collection) with or without a ban, delete a user with his files, delete a user from SCrawler without deleting his files. The following diagram shows all available options.
@@ -401,4 +416,18 @@ Users in this list will be skipped when downloading channels. If you add a new u
The program implements two ways to add users to this list:
- with a reason (you can specify the reason for the ban for cases if you try to add this user again);
- with no reason.
- with no reason.
# Move the SCrawler data to a new location.
1. Close SCrawler.
1. Move the data to a new location.
1. In the SCrawler settings folder, find the `Settings.xml` file.
1. Change the value of the `GlobalPath` node.
1. For each site in this file (under the `Sites` node) where it exists, change the value of the `Path` node to the new location. Example: `Sites` - `Instagram` - `Path`.
1. Save this file and close.
1. Open the `Users.xml` file (in the SCrawler settings folder).
1. Check the `SpecialPath` values to make sure they still point to the correct locations. If not, replace these values with the correct ones. To find all non-empty `SpecialPath` values, you can use a simple regular expression: `SpecialPath="[^"]+"`.
1. Save this file and close.
1. Open SCrawler.