You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YT
YouTubeSettings: add 'DefaultVideoConvertNonAVC' property; fix 'OpenFolderInOtherProgram' property serialize and reset; add 'MusicPlaylistCreate_CreationMode' property
Update the 'CleanFileName' function to remove line breaks
Add the ability to convert non-avc codecs to avc
Add 'M3U8CreationMode' enum
SCrawler
API.OnlyFans: fix incorrect delimiter (rules parsing)
API.Threads: add saved posts downloading
Feed: add the hotkeys 'Esc' and 'Ctrl+W' to close the form; add the ability to search for missing files in special feeds
Scheduler: add the ability to execute a script after the scheduler plan is executed
Settings: add enable/disable the use of the 'Esc' to close the feed; add 'AutomationScript' and 'AutomationScript_ExcludeManual' properties
MainFrame: add the hotkey 'Ctrl+F' to show the feed; change the hotkey from 'Ctrl+F' to 'Alt+F' to show the search form
-**Automation** ([downloading data automatically](https://github.com/AAndyProgram/SCrawler/wiki/Settings#automation) every ```X``` minutes)
60
+
-**Automation** ([downloading data automatically](https://github.com/AAndyProgram/SCrawler/wiki/Settings#automation) every `X` minutes)
61
61
-**Feed** ([feed](https://github.com/AAndyProgram/SCrawler/wiki#feed) of downloaded media files and subscriptions posts)
62
62
- Multiple accounts support
63
63
- Labeling users
@@ -87,7 +87,7 @@ A program to download photo and video from [any site](#supported-sites) (e.g. Yo
87
87
- TikTok
88
88
- RedGifs
89
89
- Pinterest
90
-
- Imgur
90
+
- Imgur*(out of support)*
91
91
- Gfycat
92
92
- LPSG
93
93
-**PornHub**
@@ -109,7 +109,7 @@ First, the program downloads the full profile. After the program downloads only
109
109
110
110
# Requirements
111
111
112
-
- Windows 10, 11 with NET Framework 4.6.1 or higher (v4.6.1 must be installed). You can check version compatibility with this [tool](Tools/NET.FrameworkVersion.ps1).
112
+
-**Windows 10, 11** with NET Framework 4.6.1 or higher (v4.6.1 must be installed). You can check version compatibility with this [tool](Tools/NET.FrameworkVersion.ps1).
@@ -157,7 +157,7 @@ First, the program downloads the full profile. After the program downloads only
157
157
158
158
**Just download the [latest release](https://github.com/AAndyProgram/SCrawler/releases/latest), unzip the program archive to any folder and enjoy.**:blush:
159
159
160
-
**Don't put program in the ```Program Files``` system folder (this is portable program and program settings are stored in the program folder)**
160
+
**Don't put program in the `Program Files` system folder (this is portable program and program settings are stored in the program folder)**
161
161
162
162
**I highly doubt you can run SCrawler on Linux or Mac. SCrawler is a program that is heavily dependent on Windows.**
163
163
@@ -183,7 +183,7 @@ The program has an intuitive interface.
183
183
184
184
[](https://www.youtube.com/watch?v=XDn7zG4I700)
185
185
186
-
Just add a user profile and **click the ```Download``` button**.
186
+
Just add a user profile and **click the `Download` button**.
Description("Set the playlist creation mode: absolute links, relative links, or both. If 'Both' is selected, two playlists will be created. Default: 'Relative'.")>
0 commit comments