2023.10.1.0

Andy
2023-10-01 18:36:13 +03:00
parent 91e97ee848
commit 7ae9a278e4
3 changed files with 15 additions and 2 deletions

@@ -366,7 +366,7 @@ Functions:
- `Message` - additional message
- `ShowMainMsg` - show main message
- `ShowErrorMsg` - show error message
- `SendInLog` - message and error message will be sent to the program log
- `SendtoLog` - message and error message will be sent to the program log
# Objects

@@ -138,6 +138,7 @@ Red highlight means that the field is required or you have entered an incorrect
- [OnlyFans](#onlyfans-requirements)
- [Mastodon](#mastodon-requirements)
- [Instagram](#instagram-requirements)
- [Threads](#threads-requirements)
- [JustForFans](#justforfans-requirements)
- [RedGifs](#reddit-requirements)
- [YouTube](#youtube-requirements)
@@ -426,6 +427,16 @@ result_continue-->[*]
result_cancel-->[*]
```
## Threads
- `x-csrftoken` - [how to find](#how-to-find-headers)
- `x-ig-app-id`, `x-asbd-id`, `sec-ch-ua`, `sec-ch-ua-full-version-list`, `sec-ch-ua-platform-version`, `UserAgent` - [how to find](#how-to-find-headers)
![Threads settings](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/SettingsSiteThreads.png)
### Threads requirements
- [`Cookies`](#how-to-set-up-cookies)
- [`headers`](#how-to-find-headers)
## JustForFans
- `User ID` - read below
- `UserHash4` - read below

@@ -87,6 +87,7 @@ Here you can configure the default settings. I won't describe all the settings,
![YouTube settings](https://raw.githubusercontent.com/AAndyProgram/SCrawler/main/ProgramScreenshots/AppYouTubeSettings.png)
<!--
# Dependencies
If you want to install the YouTube downloader in a separate directory, you can create a new folder and copy the following files there:
@@ -103,4 +104,5 @@ If you want to install the YouTube downloader in a separate directory, you can c
- ffmpeg.exe
- ffplay.exe
- ffprobe.exe
- yt-dlp.exe
- yt-dlp.exe
-->