Skip to content

Commit 617a7f7

Browse files
committed
Update ProgramsComparison.md
Update ProgramsComparison
1 parent 05c84c2 commit 617a7f7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ProgramsComparison.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ https://www.4kdownload.com/products/product-stogram
4141

4242
https://github.com/RipMeApp/ripme
4343

44-
| Option | SCrawler | 4K Stogram |
44+
| Option | SCrawler | RipMeApp |
4545
| ---- | ---- | ---- |
4646
| User managament | **Advanced** | No |
4747
| Labeling users | **Yes** | No |
@@ -66,4 +66,13 @@ https://github.com/RipMeApp/ripme
6666
| Select want content type to download | Yes | Yes |
6767
| Suported sites | 3 internal and any site using plugins | 86+ sites (declared) |
6868
| Other sites support | **Yes** | No |
69-
| Still supported | **Yes** | **No (last release date May 4, 2021)** |
69+
| Still supported | **Yes** | **No (last release date May 4, 2021)** |
70+
71+
# gallery-dl
72+
73+
https://github.com/mikf/gallery-dl
74+
75+
76+
**CLI tool**! Configured with JSON files only. Users need to learn complex configuration options, JSON, commands to use that tool. Very difficult to configure.
77+
78+
SCrawler has advanced user management, collections, labels, groups, a beautiful view, GUI, the ability to add plugins for other sites and much more. Just try it and compare.

SCrawler/API/Instagram/SiteSettings.vb

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ Namespace API.Instagram
261261
With DirectCast(User, UserData)
262262
_NextWNM = .WaitNotificationMode
263263
If _NextWNM = UserData.WNM.SkipTemp Or _NextWNM = UserData.WNM.SkipCurrent Then _NextWNM = UserData.WNM.Notify
264+
LastDownloadDate.Value = Now
264265
LastRequestsCount.Value = .RequestsCount
265266
End With
266267
End Sub

0 commit comments

Comments
 (0)