Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Nov 27, 2021
1 parent d2b4269 commit 8bd2a9b
Showing 1 changed file with 41 additions and 42 deletions.
83 changes: 41 additions & 42 deletions extractors/extractors.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
"github.com/gan-of-culture/get-sauce/extractors/iwara"
"github.com/gan-of-culture/get-sauce/extractors/manhwa18"
"github.com/gan-of-culture/get-sauce/extractors/miohentai"
"github.com/gan-of-culture/get-sauce/extractors/muchohentai"
"github.com/gan-of-culture/get-sauce/extractors/nhentai"
"github.com/gan-of-culture/get-sauce/extractors/ninehentai"
"github.com/gan-of-culture/get-sauce/extractors/ohentai"
Expand All @@ -57,47 +56,47 @@ func init() {
extractorsMap = map[string]static.Extractor{
"": universal.New(),

"9hentai.to": ninehentaiExtractor,
"www1.9hentai.ru": ninehentaiExtractor,
"animeidhentai.com": htstreamingExtactor,
"booru.io": booru.New(),
"comicporn.xxx": htdoujinExtractor,
"damn.stream": damnExtractor,
"www.damn.stream": damnExtractor,
"danbooru.donmai.us": danbooru.New(),
"doujin.sexy": simplyhentaiExtractor,
"e-hentai.org": ehentai.New(),
"ecchi.iwara.tv": iwara.New(),
"exhentai.org": exhentai.New(),
"hanime.io": hanime.New(),
"hentai.guru": hentaiguru.New(),
"hentai.pro": htstreamingExtactor,
"hentai.tv": htstreamingExtactor,
"hentai-moon.com": hentaimoon.New(),
"hentai2read.com": hentai2read.New(),
"hentai2w.com": hentai2w.New(),
"hentaibar.com": hentaibar.New(),
"www.hentaicloud.com": hentaicloud.New(),
"hentaidude.com": hentaidude.New(),
"hentaiera.com": htdoujinExtractor,
"hentaiff.com": hentaiff.New(),
"hentaifox.com": htdoujinExtractor,
"hentaihaven.com": htstreamingExtactor,
"hentaihaven.red": hentaihavenred.New(),
"hentaihaven.xxx": hentaihaven.New(),
"hentaimama.io": hentaimama.New(),
"hentaipulse.com": hentaipulse.New(),
"hentairox.com": htdoujinExtractor,
"www.hentais.tube": hentais.New(),
"hentaistream.moe": hentaistream.New(),
"hentaistream.xxx": htstreamingExtactor,
"hentaiworld.tv": hentaiworld.New(),
"hentaiyes.com": hentaiyes.New(),
"hitomi.la": hitomi.New(),
"imhentai.xxx": htdoujinExtractor,
"manhwa18.tv": manhwa18.New(),
"miohentai.com": miohentai.New(),
"muchohentai.com": muchohentai.New(),
"9hentai.to": ninehentaiExtractor,
"www1.9hentai.ru": ninehentaiExtractor,
"animeidhentai.com": htstreamingExtactor,
"booru.io": booru.New(),
"comicporn.xxx": htdoujinExtractor,
"damn.stream": damnExtractor,
"www.damn.stream": damnExtractor,
"danbooru.donmai.us": danbooru.New(),
"doujin.sexy": simplyhentaiExtractor,
"e-hentai.org": ehentai.New(),
"ecchi.iwara.tv": iwara.New(),
"exhentai.org": exhentai.New(),
"hanime.io": hanime.New(),
"hentai.guru": hentaiguru.New(),
"hentai.pro": htstreamingExtactor,
"hentai.tv": htstreamingExtactor,
"hentai-moon.com": hentaimoon.New(),
"hentai2read.com": hentai2read.New(),
"hentai2w.com": hentai2w.New(),
"hentaibar.com": hentaibar.New(),
"www.hentaicloud.com": hentaicloud.New(),
"hentaidude.com": hentaidude.New(),
"hentaiera.com": htdoujinExtractor,
"hentaiff.com": hentaiff.New(),
"hentaifox.com": htdoujinExtractor,
"hentaihaven.com": htstreamingExtactor,
"hentaihaven.red": hentaihavenred.New(),
"hentaihaven.xxx": hentaihaven.New(),
"hentaimama.io": hentaimama.New(),
"hentaipulse.com": hentaipulse.New(),
"hentairox.com": htdoujinExtractor,
"www.hentais.tube": hentais.New(),
"hentaistream.moe": hentaistream.New(),
"hentaistream.xxx": htstreamingExtactor,
"hentaiworld.tv": hentaiworld.New(),
"hentaiyes.com": hentaiyes.New(),
"hitomi.la": hitomi.New(),
"imhentai.xxx": htdoujinExtractor,
"manhwa18.tv": manhwa18.New(),
"miohentai.com": miohentai.New(),
//"muchohentai.com": muchohentai.New(),
"nhentai.net": nhentai.New(),
"ohentai.org": ohentai.New(),
"pururin.to": pururin.New(),
Expand Down

0 comments on commit 8bd2a9b

Please sign in to comment.