mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
2024.6.25.0
1
Home.md
1
Home.md
@@ -141,6 +141,7 @@ Load sessions:
|
|||||||
- `Delete daily feed (by list)` - delete one or more session feeds (a selection form will open; **files will not be deleted**)
|
- `Delete daily feed (by list)` - delete one or more session feeds (a selection form will open; **files will not be deleted**)
|
||||||
- `Delete daily feed (by date)` - delete session feeds by the date (the date selection form will open; **files will not be deleted**)
|
- `Delete daily feed (by date)` - delete session feeds by the date (the date selection form will open; **files will not be deleted**)
|
||||||
- `Set current session...` - select one of the download sessions and set it as the current session
|
- `Set current session...` - select one of the download sessions and set it as the current session
|
||||||
|
- `Set last download session as current session`
|
||||||
- `Merge sessions` - merge multiple session feeds into one
|
- `Merge sessions` - merge multiple session feeds into one
|
||||||
- `Clear session` - clear list of recent downloads
|
- `Clear session` - clear list of recent downloads
|
||||||
- `Reset current session` - a new file will be created for the current session
|
- `Reset current session` - a new file will be created for the current session
|
||||||
|
|||||||
21
Settings.md
21
Settings.md
@@ -205,7 +205,7 @@ ffmpeg is required for several sites like Reddit, PornHub, XHamster, XVIDEOS, et
|
|||||||
|
|
||||||
### Gallery-dl
|
### Gallery-dl
|
||||||
|
|
||||||
Version **1.27.0** ([release](https://github.com/mikf/gallery-dl/releases/tag/v1.27.0); [exe](https://github.com/mikf/gallery-dl/releases/download/v1.27.0/gallery-dl.exe))
|
Version **1.27.1** ([release](https://github.com/mikf/gallery-dl/releases/tag/v1.27.1); [exe](https://github.com/mikf/gallery-dl/releases/download/v1.27.1/gallery-dl.exe))
|
||||||
|
|
||||||
**The following sites use gallery-dl:**
|
**The following sites use gallery-dl:**
|
||||||
- [Pinterest](#pinterest)
|
- [Pinterest](#pinterest)
|
||||||
@@ -225,7 +225,7 @@ Version **2024.05.27** ([release](https://github.com/yt-dlp/yt-dlp/releases/tag/
|
|||||||
|
|
||||||
### OF-Scraper
|
### OF-Scraper
|
||||||
|
|
||||||
Version **3.10** ([release](https://github.com/datawhores/OF-Scraper/releases/tag/3.10))
|
Version **3.10.7** ([release](https://github.com/datawhores/OF-Scraper/releases/tag/3.10.7))
|
||||||
<!--
|
<!--
|
||||||
Version **2023.12.25_485586_main_d584b2b_package** ([release](https://github.com/datawhores/OF-Scraper/releases/tag/d584b2b))
|
Version **2023.12.25_485586_main_d584b2b_package** ([release](https://github.com/datawhores/OF-Scraper/releases/tag/d584b2b))
|
||||||
-->
|
-->
|
||||||
@@ -338,9 +338,6 @@ The Reddit parser can parse data without cookies, but you can add it if you like
|
|||||||
**[Partial support](#paid-sites-partial-support)**
|
**[Partial support](#paid-sites-partial-support)**
|
||||||
- Authorization
|
- Authorization
|
||||||
- `user-id`, `x-bc`, `app-token`, `sec-sc-ua`, `UserAgent` - required headers ([how to find](#how-to-find-headers) (the request you need must start with `posts?limit=.....`))
|
- `user-id`, `x-bc`, `app-token`, `sec-sc-ua`, `UserAgent` - required headers ([how to find](#how-to-find-headers) (the request you need must start with `posts?limit=.....`))
|
||||||
- `Use old authorization rules` - use old dynamic rules (from 'DATAHOARDERS') or new ones (from 'DIGITALCRIMINALS'). **Change this value only if you know what you are doing.**
|
|
||||||
- `Dynamic rules update` - 'Dynamic rules' update interval (minutes). Default: `1440`.
|
|
||||||
- `Dynamic rules` - overwrite 'Dynamic rules' with this URL. **Change this value only if you know what you are doing.**
|
|
||||||
- New user defaults
|
- New user defaults
|
||||||
- `Download timeline` - download user timeline
|
- `Download timeline` - download user timeline
|
||||||
- `Download stories` - download profile stories if they exists
|
- `Download stories` - download profile stories if they exists
|
||||||
@@ -354,6 +351,20 @@ The Reddit parser can parse data without cookies, but you can add it if you like
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Other settings (**change these values only if you know what you are doing.**)
|
||||||
|
- `Add dynamic rules errors to the log` - OnlyFans errors will be added to a separate log. A checked checkbox means that error notification will be added to the main log.
|
||||||
|
- `Replace rules in OF-Scraper configuration file` - If checked, the dynamic rules (in the config) will be replaced with actual values.
|
||||||
|
- `Update rules constants file during update` - Update rules constants from the site during update.
|
||||||
|
- `Dynamic rules 'Manual' mode` - The rules will be added to the config as is, without using a link.
|
||||||
|
- `Update configuration file during update` - Update the configuration pattern from the site during update.
|
||||||
|
- `Dynamic rules update` - 'Dynamic rules' update interval (minutes). Default: `1440`.
|
||||||
|
- `Dynamic rules URL` - overwrite 'Dynamic rules' with this URL.
|
||||||
|
- `Dynamic rules list` - List of dynamic rules sources. If selected, the most recently updated source will be selected.
|
||||||
|
- `Protected list` - If checked, the new source will be added, but the rules list will not be overwritten by the updated one.
|
||||||
|
- `Force update` - Check this if you want to force the rules to update.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### OnlyFans requirements
|
### OnlyFans requirements
|
||||||
- [`Cookies`](#how-to-set-up-cookies)
|
- [`Cookies`](#how-to-set-up-cookies)
|
||||||
- Headers
|
- Headers
|
||||||
|
|||||||
Reference in New Issue
Block a user