Update ProgramsComparison.md

Update ProgramsComparison
This commit is contained in:
Andy
2022-03-18 03:48:06 +03:00
parent 05c84c2c08
commit 617a7f702b
2 changed files with 12 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ https://www.4kdownload.com/products/product-stogram
https://github.com/RipMeApp/ripme
| Option | SCrawler | 4K Stogram |
| Option | SCrawler | RipMeApp |
| ---- | ---- | ---- |
| User managament | **Advanced** | No |
| Labeling users | **Yes** | No |
@@ -66,4 +66,13 @@ https://github.com/RipMeApp/ripme
| Select want content type to download | Yes | Yes |
| Suported sites | 3 internal and any site using plugins | 86+ sites (declared) |
| Other sites support | **Yes** | No |
| Still supported | **Yes** | **No (last release date May 4, 2021)** |
| Still supported | **Yes** | **No (last release date May 4, 2021)** |
# gallery-dl
https://github.com/mikf/gallery-dl
**CLI tool**! Configured with JSON files only. Users need to learn complex configuration options, JSON, commands to use that tool. Very difficult to configure.
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.

View File

@@ -261,6 +261,7 @@ Namespace API.Instagram
With DirectCast(User, UserData)
_NextWNM = .WaitNotificationMode
If _NextWNM = UserData.WNM.SkipTemp Or _NextWNM = UserData.WNM.SkipCurrent Then _NextWNM = UserData.WNM.Notify
LastDownloadDate.Value = Now
LastRequestsCount.Value = .RequestsCount
End With
End Sub