I know the Likes count disappearing is an April Fools joke, but the changes mentioned is a site change, not part of it.Guys Don't panic, let's just wait a day or so... hint: Look at the calender
def game_has_prefixes(*names: list[str]):
for name in names:
if head.find("span", text=f"[{name}]"):
return True
return False
def game_has_prefixes(*names: list[str]):
for name in names:
if head.find("span", text=name):
return True
return False
text_to_types_dict = {"Cheat Mod": Type.Cheat_Mod, "Mod":Type.Mod, ...}
for name, type_val in text_to_types_dict.items():
if head.find("span", text=name):
return type_val
return Type.Misc
Awesome!! But unfortunately, we're back to the code signing issue on MacOS:Update is out fixing the prefixes and missing tag bugs, sorry for the delay
dyld[85476]: Library not loaded: @executable_path/lib/Python
Referenced from: <6D889B96-A78E-3AB4-A084-5077D2A0B1B1> /Applications/F95Checker.app/Contents/MacOS/F95Checker
Reason: tried: '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (code signature invalid in <24670B23-D78A-3EAA-BCA8-22FAF877F190> '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (errno=1) sliceOffset=0x00004000, codeBlobOffset=0x006BFF40, codeBlobSize=0x0001AA20), '/System/Volumes/Preboot/Cryptexes/OS@executable_path/lib/Python' (no such file), '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (code signature invalid in <24670B23-D78A-3EAA-BCA8-22FAF877F190> '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (errno=1) sliceOffset=0x00004000, codeBlobOffset=0x006BFF40, codeBlobSize=0x0001AA20), '/usr/local/lib/Python' (no such file), '/usr/lib/Python' (no such file, not in dyld cache)
No worries, thanks for your excellent work as always.Update is out fixing the prefixes and missing tag bugs, sorry for the delay
You are too good to us!!
- Open F95Checker.
- Right-click Refresh button and select Full Refresh.
- Get a drink.
- Pee.
- Enjoy your repaired smutty VN roster.
Some Games get renamed, if because of dashes or otherwise... some more examples:There is a problem with the "-" sign in the name of the games. For example, if the game name is "Double Trouble [v0.01a - Demo]" then the tool will display the name of the game "Demo]"
doesAwesome!! But unfortunately, we're back to the code signing issue on MacOS:
Code:dyld[85476]: Library not loaded: @executable_path/lib/Python Referenced from: <6D889B96-A78E-3AB4-A084-5077D2A0B1B1> /Applications/F95Checker.app/Contents/MacOS/F95Checker Reason: tried: '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (code signature invalid in <24670B23-D78A-3EAA-BCA8-22FAF877F190> '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (errno=1) sliceOffset=0x00004000, codeBlobOffset=0x006BFF40, codeBlobSize=0x0001AA20), '/System/Volumes/Preboot/Cryptexes/OS@executable_path/lib/Python' (no such file), '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (code signature invalid in <24670B23-D78A-3EAA-BCA8-22FAF877F190> '/Applications/F95Checker.app/Contents/MacOS/lib/Python' (errno=1) sliceOffset=0x00004000, codeBlobOffset=0x006BFF40, codeBlobSize=0x0001AA20), '/usr/local/lib/Python' (no such file), '/usr/lib/Python' (no such file, not in dyld cache)
That fixed it! Thanks!doesYou must be registered to see the linksfix it?
now fixed tooThank you for the update!
There is a problem with the "-" sign in the name of the games. For example, if the game name is "Double Trouble [v0.01a - Demo]" then the tool will display the name of the game "Demo]"
The joys of regexThank you for the update!
There is a problem with the "-" sign in the name of the games. For example, if the game name is "Double Trouble [v0.01a - Demo]" then the tool will display the name of the game "Demo]"
It's all good, thankyou for continuing to update this programUpdate is out fixing the prefixes and missing tag bugs, sorry for the delay