diff --git a/ProgramsComparison.md b/ProgramsComparison.md index 214697d..2563a93 100644 --- a/ProgramsComparison.md +++ b/ProgramsComparison.md @@ -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)** | \ No newline at end of file +| 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. \ No newline at end of file diff --git a/SCrawler/API/Instagram/SiteSettings.vb b/SCrawler/API/Instagram/SiteSettings.vb index a69478c..f78c9c5 100644 --- a/SCrawler/API/Instagram/SiteSettings.vb +++ b/SCrawler/API/Instagram/SiteSettings.vb @@ -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