mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
2023.10.1.0
@@ -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
|
||||
|
||||
|
||||
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)
|
||||
- [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 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,
|
||||
|
||||

|
||||
|
||||
<!--
|
||||
# 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
|
||||
-->
|
||||
Reference in New Issue
Block a user