This commit is contained in:
evazion
2022-11-05 14:42:33 -05:00
parent f5b003fc94
commit fcb68048e3
2 changed files with 14 additions and 4 deletions

View File

@@ -102,8 +102,11 @@ module Sources
assert(Source::URL.page_url?("https://omu001.fanbox.cc/posts/39714"))
assert(Source::URL.profile_url?("https://www.pixiv.net/fanbox/creator/1566167"))
assert(Source::URL.profile_url?("https://pixiv.net/fanbox/creator/1566167"))
assert(Source::URL.profile_url?("https://www.pixiv.net/fanbox/member.php?user_id=3410642"))
assert(Source::URL.profile_url?("https://pixiv.net/fanbox/member.php?user_id=3410642"))
assert(Source::URL.profile_url?("https://omu001.fanbox.cc"))
assert(Source::URL.profile_url?("https://www.fanbox.cc/@tsukiori"))
assert_not(Source::URL.profile_url?("https://www.fanbox.cc"))
assert_not(Source::URL.profile_url?("https://fanbox.cc"))
end