diff --git a/Settings.md b/Settings.md index fe97848..d26f979 100644 --- a/Settings.md +++ b/Settings.md @@ -7,8 +7,9 @@ - ```Maximum download tasks of users``` - the number of simultaneously downloading profiles. - ```Maximum download tasks of channels``` - the number of simultaneously downloading channels. - ```Check new version at start``` +- ```UserAgent``` - default UserAgent to use in requests ([how to find](how-to-find-useragent)). This is not a required field. Use it if you need to replace the UserAgent for all sites. A restart of SCrawler is required to take effect. - ```Imgur Client ID``` - Imgur client ID to Bypass NSFW protection and download galleries -- ```Show groups``` - Show user site groups +- ```Show groups``` - show user site groups - ```Use user grouping``` - Group users by groups and/or labels. If disabled, users will not be grouped by site or label. ![Basis settings](https://github.com/AAndyProgram/SCrawler/blob/main/ProgramScreenshots/SettingsGlobalBasis.png) @@ -395,6 +396,10 @@ This command can be a batch command or any script file (bat, ps1 or whatever you 1. Open settings 1. Paste the copied value into the ```Imgur Clien ID``` field +# How to find UserAgent + +Just go to the following link: https://www.google.com/search?q=my+user+agent + # How to use the script You can use a script that will be executed when the user download is complete. When the user download is complete, your script will be executed on the command line with user's path argument (without the trailing slash).