mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
2022.1.2.0
21
Settings.md
21
Settings.md
@@ -103,9 +103,10 @@
|
||||
|
||||
## ffmpeg
|
||||
|
||||
ffmpeg is required for several sites like Reddit, PornHub, XHamster, XVIDEOS, etc. **It is included in the SCrawler release, but you can download ffmpeg from the [official repo](https://github.com/GyanD/codexffmpeg/releases/tag/2021-01-12-git-ca21cb1e36) or [from my first release](https://github.com/AAndyProgram/SCrawler/releases/download/1.0.0.0/ffmpeg.zip)**
|
||||
ffmpeg is required for several sites like Reddit, PornHub, XHamster, XVIDEOS, etc. **It is included in the SCrawler release, but you can download ffmpeg from:**
|
||||
|
||||
**ffmpeg only works with the x64 version of the program.**
|
||||
- x64 version - [release](https://github.com/GyanD/codexffmpeg/releases/tag/2021-01-12-git-ca21cb1e36); [zip](https://github.com/AAndyProgram/SCrawler/releases/download/1.0.0.0/ffmpeg.zip)
|
||||
- x86 version - [release](https://github.com/yt-dlp/FFmpeg-Builds/releases/tag/autobuild-2022-12-26-12-51); [zip](https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2022-12-26-12-51/ffmpeg-N-109457-geeb280f351-win32-gpl.zip)
|
||||
|
||||
## Reddit
|
||||
|
||||
@@ -118,7 +119,7 @@ The Reddit parser can parse data without cookies, but you can add it if you like
|
||||
|
||||
### Reddit requirements
|
||||
- [Cookies](#how-to-set-up-cookies) for downloading saved posts
|
||||
- [ffmpeg](#ffmpeg) for downloading videos hosted on reddit (only for x64 program)
|
||||
- [ffmpeg](#ffmpeg) for downloading videos hosted on reddit
|
||||
- [Imgur client ID](#how-to-find-imgur-client-id) to download Imgur content posted on reddit
|
||||
- [RedGifs credentials](#redgifs-requirements) to download RedGifs content posted on reddit
|
||||
|
||||
@@ -226,6 +227,7 @@ When the number of tagged posts exceeds the tagged posts limit, you will be aske
|
||||
- ```Cancel``` - Cancel tagged posts download operation
|
||||
|
||||
## RedGifs
|
||||
- ```Token refresh interval``` - Interval (in minutes) to refresh the token
|
||||
- ```Token``` - "Bearer" token ([how to find](#how-to-find-redgifs-token))
|
||||
|
||||

|
||||
@@ -261,7 +263,7 @@ Unfortunately, I didn't understand how to use the 'Cursor' option to get the JSO
|
||||

|
||||
|
||||
### PornHub requirements
|
||||
- [ffmpeg](#ffmpeg) is required anyway (only for x64 program)
|
||||
- [ffmpeg](#ffmpeg) is required anyway
|
||||
- [```Cookies```](#how-to-set-up-cookies) for downloading private videos and saved posts
|
||||
- ```Saved posts user``` for downloading saved posts
|
||||
|
||||
@@ -277,7 +279,7 @@ About photos. Photo download problems have the lowest priority. You can still cr
|
||||

|
||||
|
||||
### XHamster requirements
|
||||
- [ffmpeg](#ffmpeg) is required anyway (only for x64 program)
|
||||
- [ffmpeg](#ffmpeg) is required anyway
|
||||
- [```Cookies```](#how-to-set-up-cookies) for downloading saved posts
|
||||
|
||||
## XVIDEOS
|
||||
@@ -287,7 +289,7 @@ About photos. Photo download problems have the lowest priority. You can still cr
|
||||

|
||||
|
||||
### XVIDEOS requirements
|
||||
- [ffmpeg](#ffmpeg) is required anyway (only for x64 program)
|
||||
- [ffmpeg](#ffmpeg) is required anyway
|
||||
- [```Cookies```](#how-to-set-up-cookies) for downloading private videos and saved posts
|
||||
- ```Playlist of saved videos``` for downloading saved posts
|
||||
|
||||
@@ -371,18 +373,15 @@ This command can be a batch command or any script file (bat, ps1 or whatever you
|
||||
|
||||
# How to set up cookies
|
||||
1. Open Google Chrome, Microsoft Edge or FireFox.
|
||||
1. Press three-dots-button - More tools - Developer tools (or just press ```Ctrl``` + ```Shift``` + ```I```).
|
||||
1. Press three-dots-button - More tools - Developer tools (or just press ```Ctrl+Shift+I```).
|
||||
1. In the opened window, go to ```Application``` - ```Storage``` - ```Cookies```.
|
||||
1. Copy all text **with mouse**.
|
||||
1. If you see a cookie value in curly braces (**\{, \}**), you need to remove that line.
|
||||
1. Open the settings of the site you want to configure (for example, ```Main window``` - ```Settings``` - ```Instagram```).
|
||||
1. Find the ```Cookies``` field.
|
||||
1. Click on the ```Pencil``` button.
|
||||
1. In the cookies editor that opens, click the ```From Google Chrome``` button.
|
||||
1. Paste the copied cookies text into the opened window and click the ```OK``` button.
|
||||
1. Close the cookies editor.
|
||||
|
||||
**Lines containing a cookie value in curly braces should simply be removed (for example, `{"i_p":0000000000000,"i_l":1}`).**
|
||||
1. Click OK to close the cookies editor and save the cookies.
|
||||
|
||||
# How to find Imgur client ID
|
||||
1. Open browser developer tools
|
||||
|
||||
Reference in New Issue
Block a user