mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 00:02:17 +00:00
2023.10.1.0
@@ -366,7 +366,7 @@ Functions:
|
|||||||
- `Message` - additional message
|
- `Message` - additional message
|
||||||
- `ShowMainMsg` - show main message
|
- `ShowMainMsg` - show main message
|
||||||
- `ShowErrorMsg` - show error 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
|
# Objects
|
||||||
|
|
||||||
|
|||||||
11
Settings.md
11
Settings.md
@@ -138,6 +138,7 @@ Red highlight means that the field is required or you have entered an incorrect
|
|||||||
- [OnlyFans](#onlyfans-requirements)
|
- [OnlyFans](#onlyfans-requirements)
|
||||||
- [Mastodon](#mastodon-requirements)
|
- [Mastodon](#mastodon-requirements)
|
||||||
- [Instagram](#instagram-requirements)
|
- [Instagram](#instagram-requirements)
|
||||||
|
- [Threads](#threads-requirements)
|
||||||
- [JustForFans](#justforfans-requirements)
|
- [JustForFans](#justforfans-requirements)
|
||||||
- [RedGifs](#reddit-requirements)
|
- [RedGifs](#reddit-requirements)
|
||||||
- [YouTube](#youtube-requirements)
|
- [YouTube](#youtube-requirements)
|
||||||
@@ -426,6 +427,16 @@ result_continue-->[*]
|
|||||||
result_cancel-->[*]
|
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 requirements
|
||||||
|
- [`Cookies`](#how-to-set-up-cookies)
|
||||||
|
- [`headers`](#how-to-find-headers)
|
||||||
|
|
||||||
## JustForFans
|
## JustForFans
|
||||||
- `User ID` - read below
|
- `User ID` - read below
|
||||||
- `UserHash4` - read below
|
- `UserHash4` - read below
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ Here you can configure the default settings. I won't describe all the settings,
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<!--
|
||||||
# Dependencies
|
# 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:
|
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
|
- ffmpeg.exe
|
||||||
- ffplay.exe
|
- ffplay.exe
|
||||||
- ffprobe.exe
|
- ffprobe.exe
|
||||||
- yt-dlp.exe
|
- yt-dlp.exe
|
||||||
|
-->
|
||||||
Reference in New Issue
Block a user