Skip to content

Commit dea14d3

Browse files
committed
2024.6.25.0
API.OnlyFans: new dynamic rules updating algo API.Instagram: update settings Feed: add ability to set the last session as the current one; wrong marking data as saved posts when moving a file
1 parent 744698c commit dea14d3

28 files changed

+1736
-252
lines changed

Changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2024.6.25.0
2+
3+
*2024-06-25*
4+
5+
**ATTENTION! To support downloading of DRM protected videos (OnlyFans), please update OF-Scraper to version [3.10.7](https://github.com/datawhores/OF-Scraper/releases/tag/3.10.7) (download `zip`, not `exe`).**
6+
7+
- Added
8+
- OnlyFans: **new dynamic rules updating algorithm**
9+
- Feed: ability to set the last session as the current one
10+
- Updated
11+
- gallery-dl up to version **1.27.1**
12+
- Fixed
13+
- Minor bugs
14+
115
# 2024.6.10.0
216

317
*2024-06-10*
-2.56 KB
Loading
Loading

SCrawler.YouTube/My Project/AssemblyInfo.vb

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("2024.6.10.0")>
36-
<Assembly: AssemblyFileVersion("2024.6.10.0")>
35+
<Assembly: AssemblyVersion("2024.6.25.0")>
36+
<Assembly: AssemblyFileVersion("2024.6.25.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

SCrawler.YouTube/Objects/YouTubeMediaContainerBase.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ Namespace API.YouTube.Objects
11941194
End With
11951195

11961196
If PlaylistCount > 0 And Not CoverDownloaded And Not PlaylistID.IsEmptyString Then DownloadPlaylistCover(PlaylistID, File, UseCookies)
1197-
If prExists Then Progress.InformationTemporary = $"Download {MediaType}: post processing"
1197+
If prExists Then Progress.InformationTemporary = "Downloading: post processing"
11981198
_ThumbnailFile = File
11991199
_ThumbnailFile.Name &= "_thumb"
12001200
_ThumbnailFile.Extension = "jpg"

SCrawler.YouTubeDownloader/My Project/AssemblyInfo.vb

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("2024.6.10.0")>
36-
<Assembly: AssemblyFileVersion("2024.6.10.0")>
35+
<Assembly: AssemblyVersion("2024.6.25.0")>
36+
<Assembly: AssemblyFileVersion("2024.6.25.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

SCrawler/API/Instagram/SiteSettings.vb

+5-2
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,11 @@ Namespace API.Instagram
449449
If CInt(SettingsVersion.Value) < 2 Then
450450
SettingsVersion.Value = 2
451451
HH_IG_WWW_CLAIM_UPDATE_INTERVAL.Value = 120
452-
HH_IG_WWW_CLAIM_USE_DEFAULT_ALGO.Value = 1
453-
HH_IG_WWW_CLAIM_RESET_EACH_TARGET.Value = 0
452+
HH_IG_WWW_CLAIM_ALWAYS_ZERO.Value = False
453+
HH_IG_WWW_CLAIM_RESET_EACH_SESSION.Value = True
454+
HH_IG_WWW_CLAIM_RESET_EACH_TARGET.Value = True
455+
HH_IG_WWW_CLAIM_USE.Value = True
456+
HH_IG_WWW_CLAIM_USE_DEFAULT_ALGO.Value = True
454457
End If
455458
MyBase.EndInit()
456459
End Sub

SCrawler/API/OnlyFans/Declarations.vb

+1-10
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ Namespace API.OnlyFans
1111
Friend Module Declarations
1212
Friend ReadOnly DateProvider As New ADateTime("O")
1313
Friend ReadOnly RegExPostID As RParams = RParams.DM("(?<=onlyfans\.com/)(\d+)", 0, EDP.ReturnValue)
14-
Friend ReadOnly OFScraperConfigPatternFile As SFile = $"{SettingsFolderName}\OFScraperConfigPattern.json"
15-
Friend Function CheckOFSConfig() As Boolean
16-
If Not OFScraperConfigPatternFile.Exists Then
17-
Dim t$ = Text.Encoding.UTF8.GetString(My.Resources.OFResources.OFScraperConfigPattern)
18-
TextSaver.SaveTextToFile(t, OFScraperConfigPatternFile, True)
19-
Return OFScraperConfigPatternFile.Exists
20-
Else
21-
Return True
22-
End If
23-
End Function
14+
Friend Property Rules As DynamicRulesEnv
2415
End Module
2516
End Namespace
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
https://github.com/datawhores/onlyfans-dynamic-rules/blob/main/dynamicRules.json
2+
https://github.com/riley-access-labs/onlyfans-dynamic-rules-1/blob/main/dynamicRules.json
3+
https://github.com/riley-access-labs/onlyfans-dynamic-rules-1/blob/patch-1/dynamicRules.json
4+
https://github.com/DATAHOARDERS/dynamic-rules/blob/main/onlyfans.json
5+
https://github.com/DIGITALCRIMINAL/dynamic-rules/blob/main/onlyfans.json
6+
https://github.com/deviint/onlyfans-dynamic-rules/blob/main/dynamicRules.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
https://github.com/datawhores/onlyfans-dynamic-rules/blob/main/dynamicRules.json
2+
https://github.com/riley-access-labs/onlyfans-dynamic-rules-1/blob/main/dynamicRules.json
3+
https://github.com/riley-access-labs/onlyfans-dynamic-rules-1/blob/patch-1/dynamicRules.json
4+
https://github.com/DATAHOARDERS/dynamic-rules/blob/main/onlyfans.json
5+
https://github.com/DIGITALCRIMINAL/dynamic-rules/blob/main/onlyfans.json
6+
https://github.com/deviint/onlyfans-dynamic-rules/blob/main/dynamicRules.json
7+
8+
https://github.com/SneakyOvis/onlyfans-dynamic-rules/blob/main/rules.json
9+
https://github.com/Growik/onlyfans-dynamic-rules/blob/main/rules.json

0 commit comments

Comments
 (0)