Use automatically generated EHTags file (wow, already 1 new tag since I added the file)

Scraper located here: https://github.com/jobobby04/Scraper
This commit is contained in:
Jobobby04 2020-06-30 20:40:06 -04:00
parent 813fe9deb8
commit 3e5d0b7d1b

View File

@ -2,7 +2,7 @@ package exh.eh
class EHTags { class EHTags {
companion object { companion object {
fun getAllTags() = getFemaleTags() + getMaleTags() + getLanguageTags() + getReclassTags() + getMiscTags() + getParodyTags() + getCharacterTags() + getGroupTags() + getArtistTags() + getArtistTags2() fun getAllTags() = getFemaleTags() + getMaleTags() + getLanguageTags() + getReclassTags() + getMiscTags() + getParodyTags() + getCharacterTags() + getGroupTags() + getArtistTags() + getArtist2Tags()
fun getNameSpaces() = listOf( fun getNameSpaces() = listOf(
"female", "female",
@ -10,6 +10,8 @@ class EHTags {
"language", "language",
"reclass", "reclass",
"misc", "misc",
"parody",
"character",
"group", "group",
"artist" "artist"
) )
@ -2595,6 +2597,7 @@ class EHTags {
"parody:sengoku otome", "parody:sengoku otome",
"parody:senjou no enbukyoku", "parody:senjou no enbukyoku",
"parody:senki zesshou symphogear", "parody:senki zesshou symphogear",
"parody:senko no ronde",
"parody:senkou no double x", "parody:senkou no double x",
"parody:senpai ga uzai kouhai no hanashi", "parody:senpai ga uzai kouhai no hanashi",
"parody:senran kagura", "parody:senran kagura",
@ -17493,7 +17496,10 @@ class EHTags {
"artist:maple", "artist:maple",
"artist:maple-go", "artist:maple-go",
"artist:mara iafew", "artist:mara iafew",
"artist:marble soda", "artist:marble soda"
)
fun getArtist2Tags() = listOf(
"artist:marc brunet", "artist:marc brunet",
"artist:marcel gotlib", "artist:marcel gotlib",
"artist:marcelo mueller", "artist:marcelo mueller",
@ -18254,10 +18260,7 @@ class EHTags {
"artist:myrho", "artist:myrho",
"artist:myuk", "artist:myuk",
"artist:myuratch", "artist:myuratch",
"artist:mz09" "artist:mz09",
)
fun getArtistTags2() = listOf(
"artist:n. dofline", "artist:n. dofline",
"artist:n.o. chachamaru", "artist:n.o. chachamaru",
"artist:n.w.f.", "artist:n.w.f.",