mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 08:12:17 +00:00
2024.2.10.0
Plugins: added `ReplaceInternalPluginAttribute` attribute SCrawler API: update user regex for some sites API.Instagram: simplify 5xx errors; hide JSON deserialization error API.TikTok: files with long names aren't downloaded (PathTooLongException)
This commit is contained in:
@@ -46,7 +46,7 @@ Namespace API.JustForFans
|
||||
UserAgent = New PropertyValue(If(Responser.UserAgentExists, Responser.UserAgent, String.Empty), GetType(String), Sub(v) UpdateHeader(NameOf(UserAgent), v))
|
||||
|
||||
_AllowUserAgentUpdate = False
|
||||
UserRegex = RParams.DMS("https://justfor.fans/([^/\?]+)", 1, EDP.ReturnValue)
|
||||
UserRegex = RParams.DMS(String.Format(UserRegexDefaultPattern, "justfor.fans/"), 1, EDP.ReturnValue)
|
||||
UrlPatternUser = "https://justfor.fans/{0}"
|
||||
ImageVideoContains = "justfor.fans"
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user