Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
RealBooru
Browse files Browse the repository at this point in the history
  • Loading branch information
Seng-Jik committed Feb 6, 2021
1 parent b38e294 commit fc28bc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions KoKo/Konachan.fs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ let Rule34 = KonachanSpider {
sourceUrlDomain = None
}

let Realbooru = KonachanSpider {
name = "Realbooru"
domain = "https://realbooru.com"
requestFormat = RequestFormats.Gelbooru
sourceUrlFormat = SourceUrlFormats.Gelbooru
sourceUrlDomain = None
}


let Spiders : ISpider list = [
Konachan
Lolibooru
Expand All @@ -212,4 +221,5 @@ let Spiders : ISpider list = [
//Behoimi // 被反爬
XBooru
Rule34
Realbooru
]

0 comments on commit fc28bc2

Please sign in to comment.