class NovelFire { constructor() { this.baseUrl = "https://novelfire.net"; this.type = "book-board"; this.mediaType = "ln"; this.version = "1.2"; } getFilters() { return { sort: { label: "Sort By", type: "select", options: [ { value: "bookmark", label: "Bookmark Count (Most)" }, { value: "date", label: "Last Updated (Newest)" }, { value: "rank-top", label: "Rank (Top)" }, { value: "rating-score-top", label: "Rating Score (Top)" }, { value: "review", label: "Review Count (Most)" }, { value: "comment", label: "Comment Count (Most)" }, { value: "today-view", label: "Today Views (Most)" }, { value: "monthly-view", label: "Monthly Views (Most)" }, { value: "total-view", label: "Total Views (Most)" }, { value: "chapter-count-most", label: "Chapter Count (Most)" }, { value: "abc", label: "Title (A-Z)" }, { value: "cba", label: "Title (Z-A)" } ], default: "bookmark" }, status: { label: "Status", type: "select", options: [ { value: "-1", label: "All" }, { value: "1", label: "Completed" }, { value: "0", label: "Ongoing" } ], default: "-1" }, chapters: { label: "Chapter Count", type: "select", options: [ { value: "0", label: "All" }, { value: "1,49", label: "< 50" }, { value: "50,100", label: "50 - 100" }, { value: "100,200", label: "100 - 200" }, { value: "200,500", label: "200 - 500" }, { value: "500,1000", label: "500 - 1000" }, { value: "1001,1000000", label: "> 1000" } ], default: "0" }, // Géneros (Categories) genres: { label: "Genres (Categories)", type: "multiselect", options: [ { value: "1", label: "Action" }, { value: "2", label: "Adventure" }, { value: "3", label: "Comedy" }, { value: "4", label: "Drama" }, { value: "5", label: "Ecchi" }, { value: "6", label: "Fantasy" }, { value: "7", label: "Harem" }, { value: "8", label: "Historical" }, { value: "9", label: "Horror" }, { value: "10", label: "Josei" }, { value: "11", label: "Martial Arts" }, { value: "12", label: "Mature" }, { value: "13", label: "Mecha" }, { value: "14", label: "Mystery" }, { value: "15", label: "Psychological" }, { value: "16", label: "Romance" }, { value: "17", label: "School Life" }, { value: "18", label: "Sci-fi" }, { value: "19", label: "Seinen" }, { value: "20", label: "Shoujo" }, { value: "21", label: "Shoujo Ai" }, { value: "22", label: "Shounen" }, { value: "23", label: "Shounen Ai" }, { value: "24", label: "Slice of Life" }, { value: "25", label: "Smut" }, { value: "26", label: "Sports" }, { value: "27", label: "Supernatural" }, { value: "28", label: "Tragedy" }, { value: "29", label: "Wuxia" }, { value: "30", label: "Xianxia" }, { value: "31", label: "Xuanhuan" }, { value: "32", label: "Yaoi" }, { value: "33", label: "Yuri" }, { value: "34", label: "Adult" }, { value: "35", label: "Gender Bender" } ] }, // Etiquetas (Tags) - Lista Masiva tags: { label: "Tags", type: "multiselect", options: [ { value: "10", label: "Unique Cultivation Technique" }, { value: "11", label: "Fast Cultivation" }, { value: "12", label: "Marriage" }, { value: "13", label: "Hard-Working Protagonist" }, { value: "14", label: "Gods" }, { value: "15", label: "Monsters" }, { value: "16", label: "Weak to Strong" }, { value: "17", label: "Broken Engagement" }, { value: "18", label: "Strong Love Interests" }, { value: "19", label: "Romantic Subplot" }, { value: "20", label: "Power Couple" }, { value: "21", label: "Tragic Past" }, { value: "22", label: "Demons" }, { value: "23", label: "Beautiful Female Lead" }, { value: "24", label: "Demon Lord" }, { value: "25", label: "Genius Protagonist" }, { value: "26", label: "Bloodlines" }, { value: "27", label: "Sword Wielder" }, { value: "28", label: "Black Belly" }, { value: "29", label: "Boss-Subordinate Relationship" }, { value: "30", label: "Money Grubber" }, { value: "31", label: "Bickering Couple" }, { value: "32", label: "Calm Protagonist" }, { value: "33", label: "Female Protagonist" }, { value: "34", label: "Childcare" }, { value: "35", label: "Handsome Male Lead" }, { value: "36", label: "Modern Day" }, { value: "37", label: "Magic Formations" }, { value: "38", label: "Beast Companions" }, { value: "39", label: "Immortals" }, { value: "40", label: "Archery" }, { value: "41", label: "Cunning Protagonist" }, { value: "42", label: "Ruthless Protagonist" }, { value: "43", label: "Body Tempering" }, { value: "44", label: "Clever Protagonist" }, { value: "45", label: "Pets" }, { value: "46", label: "Multiple Realms" }, { value: "47", label: "Near-Death Experience" }, { value: "48", label: "Artifacts" }, { value: "49", label: "Beasts" }, { value: "50", label: "Buddhism" }, { value: "51", label: "Crafting" }, { value: "52", label: "Alchemy" }, { value: "53", label: "Schemes And Conspiracies" }, { value: "54", label: "Determined Protagonist" }, { value: "55", label: "Male Protagonist" }, { value: "56", label: "Non-humanoid Protagonist" }, { value: "57", label: "Demonic Cultivation Technique" }, { value: "58", label: "Trap" }, { value: "59", label: "Cruel Characters" }, { value: "60", label: "Arrogant Characters" }, { value: "61", label: "Evil Organizations" }, { value: "62", label: "Wars" }, { value: "63", label: "Strength-based Social Hierarchy" }, { value: "64", label: "Artifact Crafting" }, { value: "65", label: "Dragons" }, { value: "66", label: "Late Romance" }, { value: "67", label: "Revenge" }, { value: "68", label: "Doctors" }, { value: "69", label: "Reincarnation" }, { value: "70", label: "Second Chance" }, { value: "71", label: "Rebirth" }, { value: "72", label: "Showbiz" }, { value: "73", label: "Cute Children" }, { value: "74", label: "Previous Life Talent" }, { value: "75", label: "Celebrities" }, { value: "76", label: "Acting" }, { value: "77", label: "Smart Couple" }, { value: "78", label: "Older Love Interests" }, { value: "79", label: "Caring Protagonist" }, { value: "80", label: "Protagonist Falls in Love First" }, { value: "81", label: "Politics" }, { value: "82", label: "Devoted Love Interests" }, { value: "83", label: "Guardian Relationship" }, { value: "84", label: "Ancient China" }, { value: "85", label: "Character Growth" }, { value: "86", label: "Time Skip" }, { value: "87", label: "Nobles" }, { value: "88", label: "Adapted to Drama CD" }, { value: "89", label: "Seme Protagonist" }, { value: "90", label: "Pragmatic Protagonist" }, { value: "91", label: "Slow Romance" }, { value: "92", label: "Royalty" }, { value: "93", label: "Loyal Subordinates" }, { value: "94", label: "Age Progression" }, { value: "95", label: "Cultivation" }, { value: "96", label: "Card Games" }, { value: "97", label: "Adapted to Anime" }, { value: "98", label: "Game Elements" }, { value: "99", label: "Average-looking Protagonist" }, { value: "100", label: "Firearms" }, { value: "101", label: "Fanfiction" }, { value: "102", label: "Survival Game" }, { value: "103", label: "Betrayal" }, { value: "104", label: "Hunters" }, { value: "105", label: "Aliens" }, { value: "106", label: "Evolution" }, { value: "107", label: "Apocalypse" }, { value: "108", label: "Transported to Another World" }, { value: "109", label: "Military" }, { value: "110", label: "Adapted to Manhua" }, { value: "111", label: "Vampires" }, { value: "112", label: "Movies" }, { value: "113", label: "Alternate World" }, { value: "114", label: "Ghosts" }, { value: "115", label: "Eidetic Memory" }, { value: "116", label: "Limited Lifespan" }, { value: "117", label: "Misunderstandings" }, { value: "118", label: "Cheats" }, { value: "119", label: "Fast Learner" }, { value: "120", label: "Souls" }, { value: "121", label: "Jack of All Trades" }, { value: "122", label: "Transmigration" }, { value: "123", label: "Sudden Strength Gain" }, { value: "124", label: "Parody" }, { value: "125", label: "Overpowered Protagonist" }, { value: "126", label: "Poisons" }, { value: "127", label: "Library" }, { value: "128", label: "Dense Protagonist" }, { value: "129", label: "Protagonist with Multiple Bodies" }, { value: "130", label: "Master-Disciple Relationship" }, { value: "131", label: "Shy Characters" }, { value: "132", label: "Manipulative Characters" }, { value: "133", label: "Teachers" }, { value: "134", label: "Academy" }, { value: "135", label: "Pill Concocting" }, { value: "136", label: "Enlightenment" }, { value: "137", label: "Possessive Characters" }, { value: "138", label: "Shameless Protagonist" }, { value: "139", label: "Transported into Another World" }, { value: "140", label: "Sharp-tongued Characters" }, { value: "141", label: "Male Yandere" }, { value: "142", label: "Complex Family Relationships" }, { value: "143", label: "Couple Growth" }, { value: "144", label: "Abusive Characters" }, { value: "145", label: "Cold Love Interests" }, { value: "146", label: "Love Interest Falls in Love First" }, { value: "147", label: "Amnesia" }, { value: "148", label: "Forced into a Relationship" }, { value: "149", label: "Cross-dressing" }, { value: "150", label: "Personality Changes" }, { value: "151", label: "Weak Protagonist" }, { value: "152", label: "Technological Gap" }, { value: "153", label: "Kingdom Building" }, { value: "154", label: "Economics Engineer" }, { value: "155", label: "Management" }, { value: "156", label: "Army" }, { value: "157", label: "Fantasy World" }, { value: "158", label: "Discrimination" }, { value: "159", label: "Multiple POV" }, { value: "160", label: "Strategic Battles" }, { value: "161", label: "Leadership" }, { value: "162", label: "Magic" }, { value: "163", label: "Kingdoms Knights" }, { value: "164", label: "Domestic Affairs" }, { value: "165", label: "Early Romance" }, { value: "166", label: "Modern Knowledge" }, { value: "167", label: "Stoic Characters" }, { value: "168", label: "Army Building" }, { value: "169", label: "Medieval" }, { value: "170", label: "Mature Protagonist" }, { value: "171", label: "Depictions of Cruelty" }, { value: "172", label: "Religions" }, { value: "173", label: "Industrialization" }, { value: "174", label: "Business Management" }, { value: "175", label: "Pregnancy" }, { value: "176", label: "Jealousy" }, { value: "177", label: "Fleet Battles" }, { value: "178", label: "Elves" }, { value: "179", label: "MMORPG" }, { value: "180", label: "Dungeons" }, { value: "181", label: "Virtual Reality" }, { value: "182", label: "Battle Competition" }, { value: "183", label: "Game Ranking System" }, { value: "184", label: "Dwarfs" }, { value: "185", label: "Poor to Rich" }, { value: "186", label: "Hiding True Identity" }, { value: "187", label: "Spatial Manipulation" }, { value: "188", label: "Monster Society" }, { value: "189", label: "Sword And Magic" }, { value: "190", label: "Beastkin" }, { value: "191", label: "Outer Space" }, { value: "192", label: "Spaceship" }, { value: "193", label: "Businessmen" }, { value: "194", label: "Mercenaries" }, { value: "195", label: "Magical Space" }, { value: "196", label: "Knights" }, { value: "197", label: "Level System" }, { value: "198", label: "Dragon Slayers" }, { value: "199", label: "Previous Life" }, { value: "200", label: "Skill Books" }, { value: "201", label: "Creatures" }, { value: "202", label: "Store Owner" }, { value: "203", label: "Famous Protagonist" }, { value: "204", label: "Gamers" }, { value: "205", label: "Lucky Protagonist" }, { value: "206", label: "Blacksmith" }, { value: "207", label: "Friendship" }, { value: "208", label: "Talent" }, { value: "209", label: "Fantasy" }, { value: "210", label: "Guilds" }, { value: "211", label: "Aristocracy" }, { value: "212", label: "Harem" }, { value: "213", label: "ArtifactCrafting" }, { value: "214", label: "BodyTempering" }, { value: "215", label: "BeautifulFemaleLead" }, { value: "216", label: "Strategist" }, { value: "217", label: "Clubs" }, { value: "218", label: "Adapted to Drama" }, { value: "219", label: "e-Sports" }, { value: "220", label: "Grinding" }, { value: "221", label: "Carefree Protagonist" }, { value: "222", label: "Past Plays a Big Role Protagonist" }, { value: "223", label: "Confident Protagonist" }, { value: "224", label: "Secret Identity" }, { value: "225", label: "Strong from the Start" }, { value: "226", label: "Wealthy Characters" }, { value: "227", label: "Mutated Creatures" }, { value: "228", label: "Underestimated Protagonist" }, { value: "229", label: "Battle Academy" }, { value: "230", label: "Hiding True Abilities" }, { value: "231", label: "Enemies Become Allies" }, { value: "232", label: "Adopted Children" }, { value: "233", label: "Mysterious Family Background" }, { value: "234", label: "Younger Sisters" }, { value: "235", label: "Genetic Modifications" }, { value: "236", label: "Futuristic Setting" }, { value: "237", label: "Reverse Harem" }, { value: "238", label: "Doting Love Interests" }, { value: "239", label: "Childhood Love" }, { value: "240", label: "Popular Love Interests" }, { value: "241", label: "Hidden Abilities" }, { value: "242", label: "Kuudere" }, { value: "243", label: "Gore" }, { value: "244", label: "Rape" }, { value: "245", label: "Special Abilities" }, { value: "246", label: "Cold Protagonist" }, { value: "247", label: "Spirits" }, { value: "248", label: "Prophecies" }, { value: "249", label: "Godly Powers" }, { value: "250", label: "Inheritance" }, { value: "251", label: "Martial Spirits" }, { value: "252", label: "Transplanted Memories" }, { value: "253", label: "Sexual Cultivation Technique" }, { value: "254", label: "Polygamy" }, { value: "255", label: "Murders" }, { value: "256", label: "Skill Assimilation" }, { value: "257", label: "Reincarnated in a Game World" }, { value: "258", label: "Assassins" }, { value: "259", label: "Action" }, { value: "260", label: "Transported into a Game World" }, { value: "261", label: "Engineer" }, { value: "262", label: "Adventurers" }, { value: "263", label: "Narcissistic Protagonist" }, { value: "264", label: "Secret Organizations" }, { value: "265", label: "Multiple Identities" }, { value: "266", label: "Cautious Protagonist" }, { value: "267", label: "Accelerated Growth" }, { value: "268", label: "Gunfighters" }, { value: "269", label: "Cosmic Wars" }, { value: "270", label: "Selfish Protagonist" }, { value: "271", label: "Artificial Intelligence" }, { value: "272", label: "Arms Dealers" }, { value: "273", label: "Biochip" }, { value: "274", label: "Automatons" }, { value: "275", label: "Mob Protagonist" }, { value: "276", label: "Magical Technology" }, { value: "277", label: "Nationalism" }, { value: "278", label: "Comedic Undertone" }, { value: "279", label: "Divorce" }, { value: "280", label: "Arranged Marriage" }, { value: "281", label: "Long Separations" }, { value: "282", label: "Rape Victim Becomes Lover" }, { value: "283", label: "Secret Relationship" }, { value: "284", label: "Secret Crush" }, { value: "285", label: "Secrets" }, { value: "286", label: "Death" }, { value: "287", label: "Love at First Sight" }, { value: "288", label: "Secretive Protagonist" }, { value: "289", label: "Tsundere" }, { value: "290", label: "Sexual Abuse" }, { value: "291", label: "College/University" }, { value: "292", label: "Eye Powers" }, { value: "293", label: "Sect Development" }, { value: "294", label: "Slaves" }, { value: "295", label: "Race Change" }, { value: "296", label: "Heterochromia" }, { value: "297", label: "God Protagonist" }, { value: "298", label: "Fox Spirits" }, { value: "299", label: "Soul Power" }, { value: "300", label: "Elderly Protagonist" }, { value: "301", label: "Sibling Rivalry" }, { value: "302", label: "Hated Protagonist" }, { value: "303", label: "Evil Protagonist" }, { value: "304", label: "Dark" }, { value: "305", label: "Merchants" }, { value: "306", label: "Orphans" }, { value: "307", label: "Magic Beasts" }, { value: "308", label: "Philosophical" }, { value: "309", label: "Proactive Protagonist" }, { value: "310", label: "Antihero Protagonist" }, { value: "311", label: "Appearance Changes" }, { value: "312", label: "Appearance Different from Actual Age" }, { value: "313", label: "Dao Comprehension" }, { value: "314", label: "Apathetic Protagonist" }, { value: "315", label: "Reincarnated in Another World" }, { value: "316", label: "Twins" }, { value: "317", label: "Heavenly Tribulation" }, { value: "318", label: "Interconnected Storylines" }, { value: "319", label: "World Travel" }, { value: "320", label: "Loner Protagonist" }, { value: "321", label: "Time Manipulation" }, { value: "322", label: "Fellatio" }, { value: "323", label: "First-time Intercourse" }, { value: "324", label: "Abandoned Children" }, { value: "325", label: "Strong to Stronger" }, { value: "326", label: "R-18" }, { value: "327", label: "Male MC" }, { value: "328", label: "Hidden Gem" }, { value: "329", label: "Western Fantasy" }, { value: "330", label: "Protagonist Strong from the Start" }, { value: "331", label: "Easy Going Life" }, { value: "332", label: "Lazy Protagonist" }, { value: "333", label: "Family Conflict" }, { value: "334", label: "Poor Protagonist" }, { value: "335", label: "Adultery" }, { value: "336", label: "Investigations" }, { value: "337", label: "Gangs" }, { value: "338", label: "Racism" }, { value: "339", label: "Single Parent" }, { value: "340", label: "Inscriptions" }, { value: "341", label: "Student-Teacher Relationship" }, { value: "342", label: "Clever Protagonist Cultivation" }, { value: "343", label: "Returning from Another World" }, { value: "344", label: "Bullying" }, { value: "345", label: "Urban" }, { value: "346", label: "Honest Protagonist" }, { value: "347", label: "See edit history" }, { value: "348", label: "Death of Loved Ones" }, { value: "349", label: "Evil Gods" }, { value: "350", label: "Friends Become Enemies" }, { value: "351", label: "Outdoor Intercourse" }, { value: "352", label: "Perverted Protagonist" }, { value: "353", label: "Zombies" }, { value: "354", label: "Empires" }, { value: "355", label: "Pill Based Cultivation" }, { value: "356", label: "Economics" }, { value: "357", label: "Gate to Another World" }, { value: "358", label: "Herbalist" }, { value: "359", label: "Insects" }, { value: "360", label: "Low-key Protagonist" }, { value: "361", label: "Medical Knowledge" }, { value: "362", label: "Modern World" }, { value: "363", label: "Organized Crime" }, { value: "364", label: "Absent Parents" }, { value: "365", label: "Cute Protagonist" }, { value: "366", label: "Genies" }, { value: "367", label: "Martial arts" }, { value: "368", label: "Mythical Beasts" }, { value: "369", label: "Spear Wielder" }, { value: "370", label: "Dao Companion" }, { value: "371", label: "Demi-Humans" }, { value: "372", label: "World Tree" }, { value: "373", label: "Adapted to Manga" }, { value: "374", label: "Contracts" }, { value: "375", label: "Human Experimentation" }, { value: "376", label: "Humanoid Protagonist" }, { value: "377", label: "Pharmacist" }, { value: "378", label: "Sealed Power" }, { value: "379", label: "Spirit Advisor" }, { value: "380", label: "Thieves" }, { value: "381", label: "Ugly to Beautiful" }, { value: "382", label: "Phoenixes" }, { value: "383", label: "Sister Complex" }, { value: "384", label: "Summoning Magic" }, { value: "385", label: "Hackers" }, { value: "386", label: "Programmer" }, { value: "387", label: "Stubborn Protagonist" }, { value: "388", label: "Drugs" }, { value: "389", label: "Human-Nonhuman Relationship" }, { value: "390", label: "Hypnotism" }, { value: "391", label: "Quirky Characters" }, { value: "392", label: "Torture" }, { value: "393", label: "Chefs" }, { value: "394", label: "Cooking" }, { value: "395", label: "Restaurant" }, { value: "396", label: "System Administrator" }, { value: "397", label: "Unique Weapon User" }, { value: "398", label: "Mutations" }, { value: "399", label: "Post-apocalyptic" }, { value: "400", label: "Clan Building" }, { value: "401", label: "Legends" }, { value: "402", label: "Possession" }, { value: "403", label: "Righteous Protagonist" }, { value: "404", label: "Healers" }, { value: "405", label: "Necromancer" }, { value: "406", label: "Parallel Worlds" }, { value: "407", label: "Charismatic Protagonist" }, { value: "408", label: "Playful Protagonist" }, { value: "409", label: "Shounen-Ai Subplot" }, { value: "410", label: "Harem-seeking Protagonist" }, { value: "411", label: "Hot-blooded Protagonist" }, { value: "412", label: "Imperial Harem" }, { value: "413", label: "Masturbation" }, { value: "414", label: "Naive Protagonist" }, { value: "415", label: "Reverse Rape" }, { value: "416", label: "Books" }, { value: "417", label: "Lottery" }, { value: "418", label: "Poetry" }, { value: "419", label: "Writers" }, { value: "420", label: "Elemental Magic" }, { value: "421", label: "Kingdoms" }, { value: "422", label: "Affair" }, { value: "423", label: "Charming Protagonist" }, { value: "424", label: "Scientists" }, { value: "425", label: "Singers" }, { value: "426", label: "Childhood Friends" }, { value: "427", label: "Childhood Promise" }, { value: "428", label: "Forced Marriage" }, { value: "429", label: "Doting Older Siblings" }, { value: "430", label: "BDSM" }, { value: "431", label: "Masochistic Characters" }, { value: "432", label: "Teamwork" }, { value: "433", label: "Threesome" }, { value: "434", label: "Cowardly Protagonist" }, { value: "435", label: "Unlucky Protagonist" }, { value: "436", label: "Harsh Training" }, { value: "437", label: "Psychic Powers" }, { value: "438", label: "Druids" }, { value: "439", label: "Enemies Become Lovers" }, { value: "440", label: "Maids" }, { value: "441", label: "Master-Servant Relationship" }, { value: "442", label: "Cannibalism" }, { value: "443", label: "Corruption" }, { value: "444", label: "Farming" }, { value: "445", label: "Generals" }, { value: "446", label: "Mind Control" }, { value: "447", label: "Monster Tamer" }, { value: "448", label: "Prostitutes" }, { value: "449", label: "Sex Slaves" }, { value: "450", label: "Survival" }, { value: "451", label: "Living Alone" }, { value: "452", label: "System" }, { value: "453", label: "Ancient Times" }, { value: "454", label: "Fallen Nobility" }, { value: "455", label: "Past Plays a Big Role" }, { value: "456", label: "Past Trauma" }, { value: "457", label: "Detectives" }, { value: "458", label: "Sickly Characters" }, { value: "459", label: "Fairies" }, { value: "460", label: "Goblins" }, { value: "461", label: "Golems" }, { value: "462", label: "Slave Harem" }, { value: "463", label: "Wizards" }, { value: "464", label: "Ability Steal" }, { value: "465", label: "Music" }, { value: "466", label: "Mythology" }, { value: "467", label: "Trickster" }, { value: "468", label: "Anal" }, { value: "469", label: "Clingy Lover" }, { value: "470", label: "Cousins" }, { value: "471", label: "Handjob" }, { value: "472", label: "Photography" }, { value: "473", label: "Siblings" }, { value: "474", label: "Siblings Not Related by Blood" }, { value: "475", label: "Yandere" }, { value: "476", label: "Blood Manipulation" }, { value: "477", label: "Tribal Society" }, { value: "478", label: "Adopted Protagonist" }, { value: "479", label: "Incest" }, { value: "480", label: "Unrequited Love" }, { value: "481", label: "Fallen Angels" }, { value: "482", label: "Goddesses" }, { value: "483", label: "Succubus" }, { value: "484", label: "Terrorists" }, { value: "485", label: "Dreams" }, { value: "486", label: "World Hopping" }, { value: "487", label: "Mysterious Past" }, { value: "488", label: "Terminal Illness" }, { value: "489", label: "Transported Modern Structure" }, { value: "490", label: "Brotherhood" }, { value: "491", label: "Douluo Dalu" }, { value: "492", label: "European Ambience" }, { value: "493", label: "Evil Religions" }, { value: "494", label: "Familiars" }, { value: "495", label: "Fated Lovers" }, { value: "496", label: "Transformation Ability" }, { value: "497", label: "Fan-fiction" }, { value: "498", label: "Servants" }, { value: "499", label: "Stockholm Syndrome" }, { value: "500", label: "Fantasy Magic" }, { value: "501", label: "Slow Growth at Start" }, { value: "502", label: "Blind Protagonist" }, { value: "503", label: "Mpreg" }, { value: "504", label: "Familial Love" }, { value: "505", label: "Multiple Reincarnated Individuals" }, { value: "506", label: "Curses" }, { value: "507", label: "Age Regression" }, { value: "508", label: "Polite Protagonist" }, { value: "509", label: "Androgynous Characters" }, { value: "510", label: "Depression" }, { value: "511", label: "Lawyers" }, { value: "512", label: "Seven Deadly Sins" }, { value: "513", label: "Twisted Personality" }, { value: "514", label: "Polyandry" }, { value: "515", label: "Werebeasts" }, { value: "516", label: "Overprotective Siblings" }, { value: "517", label: "Kidnappings" }, { value: "518", label: "Doting Parents" }, { value: "519", label: "Family" }, { value: "520", label: "Models" }, { value: "521", label: "Clumsy Love Interests" }, { value: "522", label: "Love Triangles" }, { value: "523", label: "Persistent Love Interests" }, { value: "524", label: "Sentient Objects" }, { value: "525", label: "Unique Weapons" }, { value: "526", label: "Multiple Transported Individuals" }, { value: "527", label: "Obsessive Love" }, { value: "528", label: "Xuanhuan" }, { value: "529", label: "Fantasy Creatures" }, { value: "530", label: "God-human Relationship" }, { value: "531", label: "Lost Civilizations" }, { value: "532", label: "Campus Love" }, { value: "533", label: "Naruto" }, { value: "534", label: "Artists" }, { value: "535", label: "Fearless Protagonist" }, { value: "536", label: "Skill Creation" }, { value: "537", label: "First Love" }, { value: "538", label: "Lovers Reunited" }, { value: "539", label: "Soldiers" }, { value: "540", label: "Unconditional Love" }, { value: "541", label: "Saving the World" }, { value: "542", label: "Superpowers" }, { value: "543", label: "Wuxia" }, { value: "544", label: "Dolls/Puppets" }, { value: "545", label: "Football" }, { value: "546", label: "Villainess Noble Girls" }, { value: "547", label: "Bodyguards" }, { value: "548", label: "Netori" }, { value: "549", label: "Nudity" }, { value: "550", label: "Paizuri" }, { value: "551", label: "Family Business" }, { value: "552", label: "Pirates" }, { value: "553", label: "Chuunibyou" }, { value: "554", label: "Lack of Common Sense" }, { value: "555", label: "Seduction" }, { value: "556", label: "beautiful heroine" }, { value: "557", label: "Time Travel" }, { value: "558", label: "Heartwarming" }, { value: "559", label: "Interdimensional Travel" }, { value: "560", label: "Parent Complex" }, { value: "561", label: "Precognition" }, { value: "562", label: "Time Paradox" }, { value: "563", label: "Gambling" }, { value: "564", label: "Orcs" }, { value: "565", label: "Summoned Hero" }, { value: "566", label: "Manly Gay Couple" }, { value: "567", label: "Power Struggle" }, { value: "568", label: "Cute Story" }, { value: "569", label: "Dungeon Master" }, { value: "570", label: "Brother Complex" }, { value: "571", label: "Cryostasis" }, { value: "572", label: "Different Social Status" }, { value: "573", label: "Student Council" }, { value: "574", label: "Autism" }, { value: "575", label: "Childish Protagonist" }, { value: "576", label: "Genderless Protagonist" }, { value: "577", label: "Half-human Protagonist" }, { value: "578", label: "Summoner" }, { value: "579", label: "Online Romance" }, { value: "580", label: "Younger Love Interests" }, { value: "581", label: "Thriller" }, { value: "582", label: "Conditional Power" }, { value: "583", label: "Slave Protagonist" }, { value: "584", label: "Mystery Solving" }, { value: "585", label: "Episodic" }, { value: "586", label: "Fanaticism" }, { value: "587", label: "Omegaverse" }, { value: "588", label: "Priests" }, { value: "589", label: "Stalkers" }, { value: "590", label: "Multiple Personalities" }, { value: "591", label: "Multiple Timelines" }, { value: "592", label: "Crime" }, { value: "593", label: "Angels" }, { value: "594", label: "Awkward Protagonist" }, { value: "595", label: "Destiny" }, { value: "596", label: "Disabilities" }, { value: "597", label: "Dragon Riders" }, { value: "598", label: "Glasses-wearing Protagonist" }, { value: "599", label: "Helpful Protagonist" }, { value: "600", label: "Animal Characteristics" }, { value: "601", label: "Shapeshifters" }, { value: "602", label: "Love Rivals" }, { value: "603", label: "Straight Seme" }, { value: "604", label: "Straight Uke" }, { value: "605", label: "Chat Rooms" }, { value: "606", label: "Divination" }, { value: "607", label: "Famous Parents" }, { value: "608", label: "Playboys" }, { value: "609", label: "Wars Weak to Strong" }, { value: "610", label: "Cunnilingus" }, { value: "611", label: "Marriage of Convenience" }, { value: "612", label: "Police" }, { value: "613", label: "Scheming" }, { value: "614", label: "Clones" }, { value: "615", label: "Heroes" }, { value: "616", label: "Loli" }, { value: "617", label: "Reincarnated into Another World" }, { value: "618", label: "R-15" }, { value: "619", label: "Butlers" }, { value: "620", label: "Reincarnated as a Monster" }, { value: "621", label: "Seven Virtues" }, { value: "622", label: "Unreliable Narrator" }, { value: "623", label: "Witches" }, { value: "624", label: "Psychopaths" }, { value: "625", label: "Neet" }, { value: "626", label: "S*x Friends" }, { value: "627", label: "Introverted Protagonist" }, { value: "628", label: "Multiple Protagonists" }, { value: "629", label: "Non-linear Storytelling" }, { value: "630", label: "Resurrection" }, { value: "631", label: "Folklore" }, { value: "632", label: "Puppeteers" }, { value: "633", label: "Romance" }, { value: "634", label: "Modern" }, { value: "635", label: "Antagonist" }, { value: "636", label: "love" }, { value: "637", label: "Drama" }, { value: "638", label: "Female Lead" }, { value: "639", label: "no-misunderstanding" }, { value: "640", label: "contemporary romance" }, { value: "641", label: "backstabbing" }, { value: "642", label: "Complete" }, { value: "643", label: "Child Protagonist" }, { value: "644", label: "Daoism" }, { value: "645", label: "S*aves" }, { value: "646", label: "First-time Interc**rse" }, { value: "647", label: "Comedy" }, { value: "648", label: "Mature" }, { value: "649", label: "Mystery" }, { value: "650", label: "Adapted to Manhwa" }, { value: "651", label: "Conspiracies" }, { value: "652", label: "Bookworm" }, { value: "653", label: "Mysterious Illness" }, { value: "654", label: "Antique Shop" }, { value: "655", label: "Indecisive Protagonist" }, { value: "656", label: "Seeing Things Other Humans Can't" }, { value: "657", label: "Doting male lead" }, { value: "658", label: "Saints" }, { value: "659", label: "Female Master" }, { value: "660", label: "Adapted to Game" }, { value: "661", label: "Monster Girls" }, { value: "662", label: "Adapted to Movie" }, { value: "663", label: "Eunuch" }, { value: "664", label: "Otome Game" }, { value: "665", label: "Adapted to Visual Novel" }, { value: "666", label: "Evil MC" }, { value: "667", label: "Shameless MC" }, { value: "668", label: "SwordAndMagic" }, { value: "669", label: "Debts" }, { value: "670", label: "Valkyries" }, { value: "671", label: "Dishonest Protagonist" }, { value: "672", label: "Brainwashing" }, { value: "673", label: "Curious Protagonist" }, { value: "674", label: "Prostit**es" }, { value: "675", label: "Blackmail" }, { value: "676", label: "Criminals" }, { value: "677", label: "Disfigurement" }, { value: "678", label: "Male Lead" }, { value: "679", label: "Historical" }, { value: "680", label: "Rivalry" }, { value: "681", label: "Earth Invasion" }, { value: "682", label: "Divine Protection" }, { value: "683", label: "Exorcism" }, { value: "684", label: "Grave Keepers" }, { value: "685", label: "Hell" }, { value: "686", label: "Animal Rearing" }, { value: "687", label: "Heaven" }, { value: "688", label: "Adventure" }, { value: "689", label: "Sci-Fi" }, { value: "690", label: "Science Fiction" }, { value: "691", label: "Mechs" }, { value: "692", label: "Mech Designer" }, { value: "693", label: "Space Opera" }, { value: "694", label: "Starships" }, { value: "695", label: "RPG System" }, { value: "696", label: "Sudden Wealth" }, { value: "697", label: "Tsundere Protagonist" }, { value: "698", label: "Priestesses" }, { value: "699", label: "Body Swap" }, { value: "700", label: "ArrogantCharacters" }, { value: "701", label: "BeastCompanions" }, { value: "702", label: "CleverProtagonist" }, { value: "703", label: "Spies" }, { value: "704", label: "Sculptors" }, { value: "705", label: "R*pe Victim Becomes Lover" }, { value: "706", label: "Reverse R*pe" }, { value: "707", label: "F*llatio" }, { value: "708", label: "Parasites" }, { value: "709", label: "R*pe" }, { value: "710", label: "Engagement" }, { value: "711", label: "Inferiority Complex" }, { value: "712", label: "S*xual Abuse" }, { value: "713", label: "Human Weapon" }, { value: "714", label: "Ninjas" }, { value: "715", label: "Emotionally Weak Protagonist" }, { value: "716", label: "Shota" }, { value: "717", label: "Shoujo-Ai Subplot" }, { value: "718", label: "Dystopia" }, { value: "719", label: "Fat Protagonist" }, { value: "720", label: "Ugly Protagonist" }, { value: "721", label: "An*l" }, { value: "722", label: "Mind Break" }, { value: "723", label: "Outdoor Interc**rse" }, { value: "724", label: "Salaryman" }, { value: "725", label: "Sibling's Care" }, { value: "726", label: "Prison" }, { value: "727", label: "Sadistic Characters" }, { value: "728", label: "Fat to Fit" }, { value: "729", label: "Dead Protagonist" }, { value: "730", label: "Body-double" }, { value: "731", label: "Cohabitation" }, { value: "732", label: "Confinement" }, { value: "733", label: "Conflicting Loyalties" }, { value: "734", label: "Social Outcasts" }, { value: "735", label: "Suicides" }, { value: "736", label: "Schizophrenia" }, { value: "737", label: "FemaleProtagonist" }, { value: "738", label: "HandsomeMaleLead" }, { value: "739", label: "PossessiveCharacters" }, { value: "740", label: "PowerCouple" }, { value: "741", label: "SlowRomance" }, { value: "742", label: "Kind Love Interests" }, { value: "743", label: "Language Barrier" }, { value: "744", label: "Timid Protagonist" }, { value: "745", label: "Anti-Magic" }, { value: "746", label: "Coming of Age" }, { value: "747", label: "Exhibitionism" }, { value: "748", label: "Futanari" }, { value: "749", label: "Sleeping" }, { value: "750", label: "Spirit Users" }, { value: "751", label: "Flashbacks" }, { value: "752", label: "Amusement Park" }, { value: "753", label: "Serial Killers" }, { value: "754", label: "Former Hero" }, { value: "755", label: "Award-winning Work" }, { value: "756", label: "Child Abuse" }, { value: "757", label: "Delinquents" }, { value: "758", label: "Entertainment" }, { value: "759", label: "Aggressive Characters" }, { value: "760", label: "Anti-social Protagonist" }, { value: "761", label: "Court Official" }, { value: "762", label: "Loneliness" }, { value: "763", label: "Toys" }, { value: "764", label: "Nightmares" }, { value: "765", label: "Androids" }, { value: "766", label: "Future Civilization" }, { value: "767", label: "Childhood Sweethearts" }, { value: "768", label: "Villain" }, { value: "769", label: "Character Development" }, { value: "770", label: "Quick Transmigration" }, { value: "771", label: "Dream" }, { value: "772", label: "Pilots" }, { value: "773", label: "Male to Female" }, { value: "774", label: "Onmyouji" }, { value: "775", label: "Shikigami" }, { value: "776", label: "Tomboyish Female Lead" }, { value: "777", label: "Female Master Friendship" }, { value: "778", label: "Romantic Subplot Ruthless Protagonist" }, { value: "779", label: "Saint" }, { value: "780", label: "Rebellion" }, { value: "781", label: "Netorare" }, { value: "782", label: "Distrustful Protagonist" }, { value: "783", label: "Voice Actors" }, { value: "784", label: "Pretend Lovers" }, { value: "785", label: "Hospital" }, { value: "786", label: "Part-Time Job" }, { value: "787", label: "Breast Fetish" }, { value: "788", label: "Co-Workers" }, { value: "789", label: "Office Romance" }, { value: "790", label: "Gladiators" }, { value: "791", label: "Online Game" }, { value: "792", label: "Incubus" }, { value: "793", label: "Divination Enlightenment" }, { value: "794", label: "eastern fantasy" }, { value: "795", label: "Knights Level System" }, { value: "796", label: "Roommates" }, { value: "797", label: "Pacifist Protagonist" }, { value: "798", label: "Adapted from Manga" }, { value: "799", label: "Coma" }, { value: "800", label: "Lolicon" }, { value: "801", label: "Matriarchy" }, { value: "802", label: "Time Loop" }, { value: "803", label: "Dancers" }, { value: "804", label: "Feng Shui" }, { value: "805", label: "Younger Brothers" }, { value: "806", label: "Special Abilitie" }, { value: "807", label: "Otaku" }, { value: "808", label: "Samurai" }, { value: "809", label: "Crossover" }, { value: "810", label: "Youkai" }, { value: "811", label: "Outcasts" }, { value: "812", label: "Xianxia" }, { value: "813", label: "Harem-seeking Protagonist Harsh Training" }, { value: "814", label: "Fujoshi" }, { value: "815", label: "Waiters" }, { value: "816", label: "Short Story" }, { value: "817", label: "Magical Girls" }, { value: "818", label: "Senpai-Kouhai Relationship" }, { value: "819", label: "Quiet Characters" }, { value: "820", label: "Selfless Protagonist" }, { value: "821", label: "Imaginary Friend" }, { value: "822", label: "Mythical" }, { value: "823", label: "War Records" }, { value: "824", label: "Artifacts Body Tempering" }, { value: "825", label: "One Piece" }, { value: "826", label: "Apartment Life" }, { value: "827", label: "Based on a Song" }, { value: "828", label: "Vocaloid" }, { value: "829", label: "Glasses-wearing Love Interests" }, { value: "830", label: "Reincarnated as an Object" }, { value: "831", label: "Long-distance Relationship" }, { value: "832", label: "Cosplay" }, { value: "833", label: "Female to Male" }, { value: "834", label: "Mangaka" }, { value: "835", label: "Misandry" }, { value: "836", label: "Harry Potter" }, { value: "837", label: "Jiangshi" }, { value: "838", label: "No Harem" }, { value: "839", label: "Genius Female Lead" }, { value: "840", label: "Steamy" }, { value: "841", label: "Smart female lead" }, { value: "842", label: "Hacker" }, { value: "843", label: "Forced Living Arrangements" }, { value: "844", label: "Hentai" }, { value: "845", label: "NonHuman Protagonist" }, { value: "846", label: "Video-Game Elements" }, { value: "847", label: "Dungeon" }, { value: "848", label: "Snow Girl" }, { value: "849", label: "Sentimental Protagonist" }, { value: "850", label: "Identity Crisis" }, { value: "851", label: "Mismatched Couple" }, { value: "852", label: "Bisexual Protagonist" }, { value: "853", label: "Rich to Poor" }, { value: "854", label: "Reluctant Protagonist" }, { value: "855", label: "Tentacles" }, { value: "856", label: "Homunculus" }, { value: "857", label: "Mute Character" }, { value: "858", label: "Sharing A Body" }, { value: "859", label: "Netorase" }, { value: "860", label: "Wishes" }, { value: "861", label: "Overpowered" }, { value: "862", label: "Original" }, { value: "863", label: "Cute" }, { value: "864", label: "Desperate" }, { value: "865", label: "Multiple Bodies" }, { value: "866", label: "Shield User" }, { value: "867", label: "spirit realm" }, { value: "868", label: "All-Girls School" }, { value: "869", label: "Galge" }, { value: "870", label: "Forgetful Protagonist" }, { value: "871", label: "Reversible Couple" }, { value: "872", label: "Bands" }, { value: "873", label: "LitRPG" }, { value: "874", label: "Hikikomori" }, { value: "875", label: "Jobless Class" }, { value: "876", label: "Sign Language" }, { value: "877", label: "Artifacts Cultivation" }, { value: "878", label: "Nurses" }, { value: "879", label: "Pill Concoting" }, { value: "880", label: "Monster Catching" }, { value: "881", label: "Gaming/E-Sport" }, { value: "882", label: "Based on a Movie" }, { value: "883", label: "Marvel" }, { value: "884", label: "Marvel Universe" }, { value: "885", label: "War" }, { value: "886", label: "Smart mc" }, { value: "887", label: "Multiverse" }, { value: "888", label: "Shotacon" }, { value: "889", label: "Yaoi" }, { value: "890", label: "Bestiality" }, { value: "891", label: "face slapping" }, { value: "892", label: "Non-human Protagonist" }, { value: "893", label: "Delusions" }, { value: "894", label: "Based on an Anime" }, { value: "895", label: "Oneshot" }, { value: "896", label: "Political Intrigue" }, { value: "897", label: "Reporters" }, { value: "898", label: "Astrologers" }, { value: "899", label: "Unlimited Flow" }, { value: "900", label: "Martialarts" }, { value: "901", label: "Hokage" }, { value: "902", label: "Kakashi" }, { value: "903", label: "Talent Prophecies" }, { value: "904", label: "Sign-in" }, { value: "905", label: "Pokemon" }, { value: "906", label: "School Life" }, { value: "907", label: "Decisive Mc" }, { value: "908", label: "Knight" }, { value: "909", label: "Mystical" }, { value: "910", label: "OP MC" }, { value: "911", label: "Orgy" }, { value: "912", label: "Slave" }, { value: "913", label: "Game" }, { value: "914", label: "Non-Human MC" }, { value: "915", label: "Undead" }, { value: "916", label: "Warcraft" }, { value: "917", label: "Over-Powered Protagonist" }, { value: "918", label: "Europe" }, { value: "919", label: "Basketball" }, { value: "920", label: "Dynasty" }, { value: "921", label: "travel" }, { value: "922", label: "Rebirthed Protagonist" }, { value: "923", label: "Sign-In/Check-In" }, { value: "924", label: "Super Technology" }, { value: "925", label: "long lived main character" }, { value: "926", label: "Pampering Romance" }, { value: "927", label: "Murder" }, { value: "928", label: "Phobias" }, { value: "929", label: "Demons Familiars" }, { value: "930", label: "Based on a TV Show" }, { value: "931", label: "Adult" }, { value: "932", label: "Anti-MC" }, { value: "933", label: "Douluo" }, { value: "934", label: "Crossing" }, { value: "935", label: "Fight for hegemony" }, { value: "936", label: "Operation" }, { value: "937", label: "Formation" }, { value: "938", label: "Luck" }, { value: "939", label: "Male Protaganist" }, { value: "940", label: "WW2" }, { value: "941", label: "Civilization" }, { value: "942", label: "Creation" }, { value: "943", label: "Epic Fantasy" }, { value: "944", label: "Voyeurism" }, { value: "945", label: "Isekai" }, { value: "946", label: "Multiple CP" }, { value: "947", label: "Danmei" }, { value: "948", label: "Livestreaming" }, { value: "949", label: "Found Family" }, { value: "950", label: "Living Abroad" }, { value: "951", label: "Ancient ChinaFanfiction" }, { value: "952", label: "Entertainment Industry" }, { value: "953", label: "Blind Dates" }, { value: "954", label: "Guideverse" }, { value: "955", label: "Based on a Video Game" }, { value: "956", label: "Invisibility" }, { value: "957", label: "Biotechnology" }, { value: "958", label: "Interstellar" }, { value: "959", label: "No Cp" }, { value: "960", label: "Science" }, { value: "961", label: "Technology" }, { value: "962", label: "Transmigrate" }, { value: "963", label: "Uplifting Civilization" }, { value: "964", label: "Zerg" }, { value: "965", label: "Titans" }, { value: "966", label: "Classic" }, { value: "967", label: "Soccer" }, { value: "968", label: "Eastern Setting" }, { value: "969", label: "Gamer" }, { value: "970", label: "Beautiful Couple" }, { value: "971", label: "Modern Fantasy" }, { value: "972", label: "Sex Friends" }, { value: "973", label: "Akame Ga Kill" }, { value: "974", label: "My Hero Academia" }, { value: "975", label: "X-men" }, { value: "976", label: "DC Universe" }, { value: "977", label: "Super Heroes" }, { value: "978", label: "Rank System" }, { value: "979", label: "Solo Leveling" }, { value: "980", label: "Portal Fantasy" }, { value: "981", label: "Progression" }, { value: "982", label: "High Fantasy" }, { value: "983", label: "Grimdark" }, { value: "984", label: "Avatar: The Last Airbender" }, { value: "985", label: "Protagonist Loyal to Love Interest" }, { value: "986", label: "Not Harem" }, { value: "987", label: "No Cheats" }, { value: "988", label: "Highschool of the Dead" }, { value: "989", label: "Protagonist NPC" }, { value: "990", label: "Mistaken Identity" }, { value: "991", label: "Dragon" }, { value: "992", label: "High School DxD" }, { value: "993", label: "Charlotte (anime)" }, { value: "994", label: "Ruling Class" }, { value: "995", label: "Strong Lead" }, { value: "996", label: "Slow Cultivation" }, { value: "997", label: "Webnovel Spirity Awards" }, { value: "998", label: "Kanojo Okarishimasu" }, { value: "999", label: "My Wife Is A Beautiful CEO" }, { value: "1000", label: "Return of the Dragon King" }, { value: "1001", label: "Shinmai Mao no Tastement" }, { value: "1002", label: "Highschool DxD" }, { value: "1003", label: "Bleach" }, { value: "1004", label: "Hunter X Hunter" }, { value: "1005", label: "Attack on Titan" }, { value: "1006", label: "Devils" }, { value: "1007", label: "Fairy Tail" }, { value: "1008", label: "College or University" }, { value: "1009", label: "Sects" }, { value: "1010", label: "Not Netorare" }, { value: "1011", label: "Jujutsu Kaisen" }, { value: "1012", label: "Noble" }, { value: "1013", label: "No Romance" }, { value: "1014", label: "Strategy" }, { value: "1015", label: "Psychological" }, { value: "1016", label: "Tokyo Ghoul" }, { value: "1017", label: "Minecraft" }, { value: "1018", label: "Gintama" }, { value: "1019", label: "Dolls or Puppets" }, { value: "1020", label: "Fate/Grand Order" }, { value: "1021", label: "Campione!" }, { value: "1022", label: "Skyrim" }, { value: "1023", label: "RWBY" }, { value: "1024", label: "Cyberpunk" }, { value: "1025", label: "Modern Time" }, { value: "1026", label: "Type-Moon" }, { value: "1027", label: "One-Punch Man" }, { value: "1028", label: "Satire" }, { value: "1029", label: "Food Shopkeeper" }, { value: "1030", label: "Lord of Mysteries" }, { value: "1031", label: "Doulou Dalu" }, { value: "1032", label: "CEO" }, { value: "1033", label: "Not Yaoi" }, { value: "1034", label: "Gothic" }, { value: "1035", label: "Kenichi: The Mightiest Disciple" }, { value: "1036", label: "Enemies" }, { value: "1037", label: "Steampunk" }, { value: "1038", label: "Low Fantasy" }, { value: "1039", label: "Crazy Protagonist" }, { value: "1040", label: "RPG" }, { value: "1041", label: "Resolute Protagonist" }, { value: "1042", label: "Record of Ragnarok" }, { value: "1043", label: "Space" }, { value: "1044", label: "Amorality Protagonist" }, { value: "1045", label: "Battle Through the Heavens" }, { value: "1046", label: "Apocalyptic" }, { value: "1047", label: "Soft Sci-fi" }, { value: "1048", label: "Karma" }, { value: "1049", label: "Diplomacy" }, { value: "1050", label: "Gender Bender" }, { value: "1051", label: "Sports" }, { value: "1052", label: "World Invasion" }, { value: "1053", label: "Vampire" }, { value: "1054", label: "Game Element" }, { value: "1055", label: "Angst" }, { value: "1056", label: "The Asterisk War" }, { value: "1057", label: "sciencefiction" }, { value: "1058", label: "Game of Thrones" }, { value: "1059", label: "ASOIAF" }, { value: "1060", label: "Mythos" }, { value: "1061", label: "Spec" }, { value: "1062", label: "Smut" }, { value: "1063", label: "Hiding Identity" }, { value: "1064", label: "Goddess" }, { value: "1065", label: "Urban Fantasy" }, { value: "1066", label: "Warcaft" }, { value: "1067", label: "Little Romance" }, { value: "1068", label: "Overlord" }, { value: "1069", label: "Genshin Impact" }, { value: "1070", label: "Girl's Love Subplot" }, { value: "1071", label: "Dwarves" }, { value: "1072", label: "Warhammer" }, { value: "1073", label: "The Gamer" }, { value: "1074", label: "Rich Protagonist" }, { value: "1075", label: "LGBTQA" }, { value: "1076", label: "Chatgroup" }, { value: "1077", label: "Week to Strong" }, { value: "1078", label: "GameLit" }, { value: "1079", label: "Warhammer 40K" }, { value: "1080", label: "Healing" }, { value: "1081", label: "Godzilla" }, { value: "1082", label: "Dark Souls" }, { value: "1083", label: "Subtle Romance" }, { value: "1084", label: "Mage" }, { value: "1085", label: "Resident Evil" }, { value: "1086", label: "supernatural" }, { value: "1087", label: "Tales of Demons and Gods" }, { value: "1088", label: "SCP" }, { value: "1089", label: "Not Netori" }, { value: "1090", label: "Star Wars" }, { value: "1091", label: "Multiple Lead Characters" }, { value: "1092", label: "Adapted from Manhua" }, { value: "1093", label: "Trolls" }, { value: "1094", label: "Fallout: New Vegas" }, { value: "1095", label: "Sci-Fantasy" }, { value: "1096", label: "Planets" }, { value: "1097", label: "Evil Organization" }, { value: "1098", label: "Secret Organization" }, { value: "1099", label: "Detective Conan" }, { value: "1100", label: "Non-Human lead" }, { value: "1101", label: "DanMachi" }, { value: "1102", label: "Alchemist" }, { value: "1103", label: "From the first POV" }, { value: "1104", label: "Fourth Wall" }, { value: "1105", label: "Reader Interactive" }, { value: "1106", label: "DEVIL" }, { value: "1107", label: "Fate/stay night" }, { value: "1108", label: "Hollywood" }, { value: "1109", label: "Fallout" }, { value: "1110", label: "R18" }, { value: "1111", label: "Weaktostrong" }, { value: "1112", label: "Myth" }, { value: "1113", label: "Antihero" }, { value: "1114", label: "Blodpumping" }, { value: "1115", label: "Culinary" }, { value: "1116", label: "Food" }, { value: "1117", label: "gourmet" }, { value: "1118", label: "Mysterious Organization" }, { value: "1119", label: "Scary" }, { value: "1120", label: "The Truth" }, { value: "1121", label: "Decryption" }, { value: "1122", label: "China's Qinling Mountains" }, { value: "1123", label: "The Desert" }, { value: "1124", label: "Stimulus" }, { value: "1125", label: "Terrori" }, { value: "1126", label: "UFO" }, { value: "1127", label: "The Aliens" }, { value: "1128", label: "The Prehistoric Civilization" }, { value: "1129", label: "Parallel Universe" }, { value: "1130", label: "Quantum Mechanics" }, { value: "1131", label: "Multidimensional Space" }, { value: "1132", label: "Semiotics" }, { value: "1133", label: "Secretive" }, { value: "1134", label: "Super Ability" }, { value: "1135", label: "A Dead Body" }, { value: "1136", label: "Evil Spirit Ghost" }, { value: "1137", label: "Catch a Ghost" }, { value: "1138", label: "Popular" }, { value: "1139", label: "Pretty Girl" }, { value: "1140", label: "The Main Character Charm" }, { value: "1141", label: "The Devil" }, { value: "1142", label: "Businesswoman" }, { value: "1143", label: "Secret Love" }, { value: "1144", label: "Excellent Skills" }, { value: "1145", label: "A Psychic Detective" }, { value: "1146", label: "Ghost Event" }, { value: "1147", label: "The Paranormal" }, { value: "1148", label: "Beasttaming" }, { value: "1149", label: "Slice of Life" }, { value: "1150", label: "Faceslapping" }, { value: "1151", label: "Genus" }, { value: "1152", label: "Levelup" }, { value: "1153", label: "Highiq" }, { value: "1154", label: "First Contact" }, { value: "1155", label: "Hard sci-fi" }, { value: "1156", label: "Collection of short stories" }, { value: "1157", label: "Infinite flow" }, { value: "1158", label: "Races" }, { value: "1159", label: "Attractive Lead" }, { value: "1160", label: "Egoist Protagonist" }, { value: "1161", label: "Genius" }, { value: "1162", label: "Videogame" }, { value: "1163", label: "Tragedy" }, { value: "1164", label: "Percy jackson" }, { value: "1165", label: "Kingdombuilding" }, { value: "1166", label: "Conquer" }, { value: "1167", label: "Sliceoflife" }, { value: "1168", label: "Killer" }, { value: "1169", label: "Advancedtechnology" }, { value: "1170", label: "Dc" }, { value: "1171", label: "Yuri" }, { value: "1172", label: "Possessive" }, { value: "1173", label: "Fastpaced" }, { value: "1174", label: "Warm" }, { value: "1175", label: "Adapted Manhwa" }, { value: "1176", label: "Sports Basketball" }, { value: "1177", label: "Tree Protagonist" }, { value: "1178", label: "World treeAdapted to Manhua" }, { value: "1179", label: "system owner" }, { value: "1180", label: "Superheroes" }, { value: "1181", label: "Pansexual protagonist" }, { value: "1182", label: "Reincarnated into a game world" }, { value: "1183", label: "Cheating" }, { value: "1184", label: "Special forces" }, { value: "1185", label: "Transgender" }, { value: "1186", label: "Onepiece" }, { value: "1187", label: "Anime" }, { value: "1188", label: "Immortal" }, { value: "1189", label: "Vampire diaries" }, { value: "1190", label: "Demon slayer" }, { value: "1191", label: "Avatar" }, { value: "1192", label: "Full Metal Alchemist" }, { value: "1193", label: "Dragon Ball" }, { value: "1194", label: "Powerfulcouple" }, { value: "1195", label: "Thestrongactingweak" }, { value: "1196", label: "Ecchi" }, { value: "1197", label: "Fate" }, { value: "1198", label: "Fate stay night" }, { value: "1199", label: "Unprincipled" }, { value: "1200", label: "Egoist" }, { value: "1201", label: "Beast taming" }, { value: "1202", label: "Angel" }, { value: "1203", label: "Positive" }, { value: "1204", label: "Yu-gi-oh" }, { value: "1205", label: "Nonhuman" }, { value: "1206", label: "Black clover" }, { value: "1207", label: "Summons" }, { value: "1208", label: "Bloodpumping" }, { value: "1209", label: "Simulation" }, { value: "1210", label: "PUBG" }, { value: "1211", label: "Call of Cthulhu" }, { value: "1212", label: "Urban Life" }, { value: "1213", label: "Star Trek" }, { value: "1214", label: "The Wizard of Oz" }, { value: "1215", label: "Maleficent" }, { value: "1216", label: "Sleeping Beauty" }, { value: "1217", label: "Aladdin" }, { value: "1218", label: "Addpoint" }, { value: "1219", label: "Cheat" }, { value: "1220", label: "Suivivalgame" }, { value: "1221", label: "VoyeurismAbsent Parents" }, { value: "1222", label: "Human-nonhuman relationshipAdapted to Manhua" }, { value: "1223", label: "Forced living arrangementsApocalypse" }, { value: "1224", label: "Npc" }, { value: "1225", label: "Wild peopleAntihero Protagonist" }, { value: "1226", label: "Transported into a game worldAcademy" }, { value: "1227", label: "LivestreamingFemale Protagonist" }, { value: "1228", label: "Hidden abilitiesCultivation" }, { value: "1229", label: "Seeing things other humans can'tCalm Protagonist" }, { value: "1230", label: "Vtuber" }, { value: "1231", label: "Dark themes" }, { value: "1232", label: "Curious protagonistAntihero Protagonist" }, { value: "1233", label: "Villainess noble girlsAdapted to Manhwa" }, { value: "1234", label: "Awakening" }, { value: "1235", label: "ThrillerAdapted to Manhwa" }, { value: "1236", label: "Josei" }, { value: "1237", label: "Female protagonistAbsent Parents" }, { value: "1238", label: "Strong female leadAdapted to Manhwa" }, { value: "1239", label: "Marriage of convenienceComedic Undertone" }, { value: "1240", label: "Dragon slayersAcademy" }, { value: "1241", label: "InsectsAdapted to Manhwa" }, { value: "1242", label: "WitchesAcademy" }, { value: "1243", label: "Child growth" }, { value: "1244", label: "Family drama" }, { value: "1245", label: "Cute female lead" }, { value: "1246", label: "Strong female leadAdopted Protagonist" }, { value: "1247", label: "Carefree protagonistCarefree Protagonist" }, { value: "1248", label: "Transported into a game worldAristocracy" }, { value: "1249", label: "Hot-blooded protagonistBeautiful Female Lead" }, { value: "1250", label: "Immortal cultivation" }, { value: "1251", label: "Hot-blooded protagonistArmy Building" }, { value: "1252", label: "Determined protagoni" }, { value: "1253", label: "Demonic cultivation techniqueAccelerated Growth" }, { value: "1254", label: "WitchesAntihero Protagonist" }, { value: "1255", label: "R-15Absent Parents" }, { value: "1256", label: "Shounen ai" }, { value: "1257", label: "SleepingAbandoned Children" }, { value: "1258", label: "Adapted to drama cdAdapted to Drama CD" }, { value: "1259", label: "Single parentActing" }, { value: "1260", label: "Reincarnated in a game worldAbandoned Children" }, { value: "1261", label: "Half-human protagonistAbility Steal" }, { value: "1262", label: "Beautiful female leadAlternate World" }, { value: "1263", label: "Reborn" }, { value: "1264", label: "Absent parentsAntihero Protagonist" }, { value: "1265", label: "Time paradoxAdapted to Drama CD" }, { value: "1266", label: "PriestessesAdapted to Manhua" }, { value: "1267", label: "Pro gamer" }, { value: "1268", label: "Virtual world" }, { value: "1269", label: "Online gaming" }, { value: "1270", label: "Non-protagonist pov" }, { value: "1271", label: "Transformation" }, { value: "1272", label: "Psychological struggle" }, { value: "1273", label: "Envy" }, { value: "1274", label: "Esports" }, { value: "1275", label: "Streamer" }, { value: "1276", label: "Time loopAcademy" }, { value: "1277", label: "WitchesAbusive Characters" }, { value: "1278", label: "Inferiority complexAbsent Parents" }, { value: "1279", label: "WishesCalm Protagonist" }, { value: "1280", label: "SuicidesAdapted to Drama CD" }, { value: "1281", label: "LawyersAcademy" }, { value: "1282", label: "Lack of common senseAdventurers" }, { value: "1283", label: "Cold love interestsCo-Workers" }, { value: "1284", label: "Forgetful protagonistArrogant Characters" }, { value: "1285", label: "Hiding true abilitiesAcademy" }, { value: "1286", label: "Fleet battlesAristocracy" }, { value: "1287", label: "Dragon hunting" }, { value: "1288", label: "Strong female leadArranged Marriage" }, { value: "1289", label: "Protagonist falls in love firstBoss-Subordinate Relationship" }, { value: "1290", label: "Female protagonistFemale Protagonist" }, { value: "1291", label: "Doting older siblingsAverage-looking Protagonist" }, { value: "1292", label: "SiblingsAmnesia" }, { value: "1293", label: "DystopiaAcademy" }, { value: "1294", label: "Modern romance" }, { value: "1295", label: "Hero party" }, { value: "1296", label: "Early romanceArrogant Characters" }, { value: "1297", label: "Complex family relationshipsAbusive Characters" }, { value: "1298", label: "Time paradoxAdopted Protagonist" }, { value: "1299", label: "Transported into a game worldAward-winning Work" }, { value: "1300", label: "Determined protagonistCharacter Growth" }, { value: "1301", label: "Beautiful female leadBeautiful Female Lead" }, { value: "1302", label: "Scholar's life" }, { value: "1303", label: "Seme protagonistAncient China" }, { value: "1304", label: "Possessive character" }, { value: "1305", label: "OrphansAbandoned Children" }, { value: "1306", label: "Easy going lifeAncient China" }, { value: "1307", label: "Beautiful female lea" }, { value: "1308", label: "Manipulative charact" }, { value: "1309", label: "Sword and magicAristocracy" }, { value: "1310", label: "Slow growth at startAccelerated Growth" }, { value: "1311", label: "Villainess noble gir" }, { value: "1312", label: "Political dramaAristocracy" }, { value: "1313", label: "Lack of common senseAcademy" }, { value: "1314", label: "Ancient chinaAncient China" }, { value: "1315", label: "Alternative history" }, { value: "1316", label: "Quick romance" }, { value: "1317", label: "Reverse domination" }, { value: "1318", label: "Woman domination" }, { value: "1319", label: "Alternative world" }, { value: "1320", label: "Female dominant" }, { value: "1321", label: "Prince" }, { value: "1322", label: "Black belly gongChildcare" }, { value: "1323", label: "Reverse haremBetrayal" }, { value: "1324", label: "CursesAbandoned Children" }, { value: "1325", label: "Beautiful female leadAncient China" }, { value: "1326", label: "Carefree protagonistAngels" }, { value: "1327", label: "Terminal illnessAncient Times" }, { value: "1328", label: "Parenting" }, { value: "1329", label: "CursesCurses" }, { value: "1330", label: "Adapted to manhwaAdapted to Manhwa" }, { value: "1331", label: "Overprotective siblingsAbandoned Children" }, { value: "1332", label: "Childhood promiseAristocracy" }, { value: "1333", label: "SpiesAdapted to Drama CD" }, { value: "1334", label: "ArmyAncient China" }, { value: "1335", label: "Shounen-ai subplotAcademy" }, { value: "1336", label: "Regression" }, { value: "1337", label: "Hidden ability" }, { value: "1338", label: "Human x human relationship" }, { value: "1339", label: "Imperial haremAncient China" }, { value: "1340", label: "Modern fantasyBrotherhood" }, { value: "1341", label: "Villainess noble girlsAdapted to Drama" }, { value: "1342", label: "Determined protagonistAcademy" }, { value: "1343", label: "Fox girl" }, { value: "1344", label: "Human x non-human relationshipAnti-social Protagonist" }, { value: "1345", label: "Returning from another worldActing" }, { value: "1346", label: "Mistaken identityBlind Dates" }, { value: "1347", label: "Devoted love interes" }, { value: "1348", label: "Love interest falls" }, { value: "1349", label: "Wealthy charactersArtists" }, { value: "1350", label: "ComaAdapted to Manhwa" }, { value: "1351", label: "Pretend loversArranged Marriage" }, { value: "1352", label: "Cd" }, { value: "1353", label: "Villainess noble girlsMaids" }, { value: "1354", label: "Early romanceAbandoned Children" }, { value: "1355", label: "WerebeastsAge Regression" }, { value: "1356", label: "AffairAffair" }, { value: "1357", label: "World hoppingCheats" }, { value: "1358", label: "Abandoned childrenAbandoned Children" }, { value: "1359", label: "Transported modern structureAndroids" }, { value: "1360", label: "Non-humanoid protagonistAristocracy" }, { value: "1361", label: "Shield userAcademy" }, { value: "1362", label: "StalkersAdventurers" }, { value: "1363", label: "Returning from another worldAcademy" }, { value: "1364", label: "Determined protagonistBusiness Management" }, { value: "1365", label: "Determined protagonistAristocracy" }, { value: "1366", label: "Overpowered protagonistBetrayal" }, { value: "1367", label: "Proactive protagonistComedic Undertone" }, { value: "1368", label: "Past plays a big roleActing" }, { value: "1369", label: "LivestreamingAlternate World" }, { value: "1370", label: "Beautiful female leadActing" }, { value: "1371", label: "Previous life talentArtists" }, { value: "1372", label: "TeachersAdapted to Drama CD" }, { value: "1373", label: "Spirit usersAdventurers" }, { value: "1374", label: "InvisibilityAlternate World" }, { value: "1375", label: "Returning from another worldAdapted to Manhwa" }, { value: "1376", label: "BeastkinAcademy" }, { value: "1377", label: "Reincarnated in another worldConfident Protagonist" }, { value: "1378", label: "AdventurersAncient China" }, { value: "1379", label: "Emotionally weak protagonistAdventurers" }, { value: "1380", label: "Transported to another worldAbility Steal" }, { value: "1381", label: "Martial artsAncient Times" }, { value: "1382", label: "Sect developmentMale Protagonist" }, { value: "1383", label: "Prodigy protagonist" }, { value: "1384", label: "Innovative cultivation techniquesAdopted Protagonist" }, { value: "1385", label: "Shoujo-ai subplotAll-Girls School" }, { value: "1386", label: "RegressionHunters" }, { value: "1387", label: "Emotionally weak protagonistAcademy" }, { value: "1388", label: "Powerful protagonist" }, { value: "1389", label: "MisunderstandingsArtifacts" }, { value: "1390", label: "Adapted to manhwaAbility Steal" }, { value: "1391", label: "MunchkinAbility Steal" }, { value: "1392", label: "Politic" }, { value: "1393", label: "Shounen aiModern Day" }, { value: "1394", label: "StrategistAdapted to Drama" }, { value: "1395", label: "Reincarnated as a monsterAncient Times" }, { value: "1396", label: "Human-nonhuman relationshipAccelerated Growth" }, { value: "1397", label: "Weak protagonistBeautiful Female Lead" }, { value: "1398", label: "HuntersAcademy" }, { value: "1399", label: "Fantasy worldCheats" }, { value: "1400", label: "Martial artsCultivation" }, { value: "1401", label: "Adoptedson" }, { value: "1402", label: "Hunter" }, { value: "1403", label: "RegressionAcademy" }, { value: "1404", label: "Hiding true abilitiesDemon Lord" }, { value: "1405", label: "Carefree protagonistAdapted to Manga" }, { value: "1406", label: "HypnosisAcademy" }, { value: "1407", label: "FairiesCheats" }, { value: "1408", label: "Cute childrenCunning Protagonist" }, { value: "1409", label: "HuntersAlternate World" }, { value: "1410", label: "SingersCelebrities" }, { value: "1411", label: "Complex family relationshipsAbsent Parents" }, { value: "1412", label: "CelebritiesActing" }, { value: "1413", label: "MerchantsBusiness Management" }, { value: "1414", label: "Soul powerAccelerated Growth" }, { value: "1415", label: "R-15Adapted to Anime" }, { value: "1416", label: "Confident protagonis" }, { value: "1417", label: "Strong love interestsAdapted to Anime" }, { value: "1418", label: "Reversible coupleAdapted to Anime" }, { value: "1419", label: "TeamworkAbsent Parents" }, { value: "1420", label: "Sickly charactersAdapted to Drama CD" }, { value: "1421", label: "Witchcraft" }, { value: "1422", label: "Multiple love interests" }, { value: "1423", label: "Beautiful female leads" }, { value: "1424", label: "Refiner" }, { value: "1425", label: "Souls merge" }, { value: "1426", label: "Boy's Love Subplot" }, { value: "1427", label: "Historical fantasy" }, { value: "1428", label: "Myths" }, { value: "1429", label: "Cold and calculating mc" }, { value: "1430", label: "Forbidden techniques" }, { value: "1431", label: "Overpowered main character" }, { value: "1432", label: "Villain mc" }, { value: "1433", label: "Op" }, { value: "1434", label: "Side character" }, { value: "1435", label: "Multiple destined ones" }, { value: "1436", label: "Bloodlnes" }, { value: "1437", label: "Overpowered system" }, { value: "1438", label: "Assassin protagonist" }, { value: "1439", label: "Secret societies" }, { value: "1440", label: "Revenge & vendetta" }, { value: "1441", label: "Twisted alliances" }, { value: "1442", label: "Bestkin" }, { value: "1443", label: "MagesBattle Academy" }, { value: "1444", label: "Strong love interest" }, { value: "1445", label: "Mysterious family" }, { value: "1446", label: "Myrids worlds" }, { value: "1447", label: "Portals" }, { value: "1448", label: "Forbidden love" }, { value: "1449", label: "Student-teacher romance" }, { value: "1450", label: "Slow burn" }, { value: "1451", label: "Emotional angst" }, { value: "1452", label: "Obsession & desire" }, { value: "1453", label: "Dream world" }, { value: "1454", label: "Overpowered mc" }, { value: "1455", label: "Physical refinement" }, { value: "1456", label: "Mechas" }, { value: "1457", label: "Mystical powers" }, { value: "1458", label: "In love with the boss" }, { value: "1459", label: "forbidden romance" }, { value: "1460", label: "Adventurer" }, { value: "1461", label: "Fantasy creaturesAdapted to Manhua" }, { value: "1462", label: "Weak to strongCultivation" }, { value: "1463", label: "Power struggleMale Protagonist" }, { value: "1464", label: "Secret" }, { value: "1465", label: "Relationsh" }, { value: "1466", label: "Prisons" }, { value: "1467", label: "Average" }, { value: "1468", label: "Devoted love" }, { value: "1469", label: "Artifacts refiner" }, { value: "1470", label: "DungeonsAlchemy" }, { value: "1471", label: "AssassinsAssassins" }, { value: "1472", label: "Sentient objectsBeasts" }, { value: "1473", label: "Power struggleBattle Academy" }, { value: "1474", label: "Hansome male lead" }, { value: "1475", label: "Type-moonFanfiction" }, { value: "1476", label: "Soul cultivation" }, { value: "1477", label: "Reincanation" }, { value: "1478", label: "Eastern" }, { value: "1479", label: "Royalfamily" }, { value: "1480", label: "Fatedlove" }, { value: "1481", label: "Werewolf" }, { value: "1482", label: "Alpha" }, { value: "1483", label: "Princess" }, { value: "1484", label: "Seductive" }, { value: "1485", label: "Abusedfl" }, { value: "1486", label: "Arrangedmarriage" }, { value: "1487", label: "Campus" }, { value: "1488", label: "Cosmic entities" }, { value: "1489", label: "Indifferent hero" }, { value: "1490", label: "Anti-hero protagonist" }, { value: "1491", label: "Tribulations" }, { value: "1492", label: "Body cultivation" }, { value: "1493", label: "Trasported into a game world" }, { value: "1494", label: "Temporal anomaly" }, { value: "1495", label: "Quantum resonance" }, { value: "1496", label: "Chrono singularity" }, { value: "1497", label: "Void beasts" }, { value: "1498", label: "Fractured timeline" }, { value: "1499", label: "Echo technology" }, { value: "1500", label: "Temporal core" }, { value: "1501", label: "Anomalous evolution" }, { value: "1502", label: "Reality containment" }, { value: "1503", label: "Conscious emergence" }, { value: "1504", label: "Synthetic emotion" }, { value: "1505", label: "Reckless compassion" }, { value: "1506", label: "Hope persistence" }, { value: "1507", label: "Silent reverence" }, { value: "1508", label: "Becoming human" }, { value: "1509", label: "Relational intimacy" }, { value: "1510", label: "Sacred stillness" }, { value: "1511", label: "Identity disintegration" }, { value: "1512", label: "Existential memory" }, { value: "1513", label: "Sovereign without a throne" }, { value: "1514", label: "Machine with a soul" }, { value: "1515", label: "Sacrifice & resurrection" }, { value: "1516", label: "Blue sanctuary" }, { value: "1517", label: "Post-hierarchical society" }, { value: "1518", label: "Dystopian" }, { value: "1519", label: "Assassin/hitman" }, { value: "1520", label: "Shapeshifting" }, { value: "1521", label: "Guilds & organizations" }, { value: "1522", label: "Training & growth" }, { value: "1523", label: "Revenge & justice" }, { value: "1524", label: "Anti-heroine" }, { value: "1525", label: "Hidden identity" }, { value: "1526", label: "Special bloodline/race" }, { value: "1527", label: "Legendary weapons" }, { value: "1528", label: "Magic system & ranks" }, { value: "1529", label: "Stealth & illusions" }, { value: "1530", label: "Dark organizations" }, { value: "1531", label: "Strongest" }, { value: "1532", label: "Demon king" }, { value: "1533", label: "Ruthless" }, { value: "1534", label: "Cruel" }, { value: "1535", label: "Weird" }, { value: "1536", label: "Yin job" }, { value: "1537", label: "Demon" }, { value: "1538", label: "Portal" }, { value: "1539", label: "Plottwist" }, { value: "1540", label: "Masterpiece" }, { value: "1541", label: "Brahmyodha" }, { value: "1542", label: "The destroyer" }, { value: "1543", label: "Based on a Visual Novel" }, { value: "1544", label: "Cold but kind protagonist" }, { value: "1545", label: "Family feud" }, { value: "1546", label: "Ruthless enemies" }, { value: "1547", label: "Rise to power" }, { value: "1548", label: "Street smart" }, { value: "1549", label: "Business genius" }, { value: "1550", label: "Strong male lead" }, { value: "1551", label: "Hidden heir" }, { value: "1552", label: "Backstab" }, { value: "1553", label: "The divine scion" }, { value: "1554", label: "Donghua" }, { value: "1555", label: "Funny" }, { value: "1556", label: "Sigma" }, { value: "1557", label: "Soul land" }, { value: "1558", label: "Doulu dalu" }, { value: "1559", label: "Experiments" }, { value: "1560", label: "Business" }, { value: "1561", label: "Political Systems" }, { value: "1562", label: "Abused Characters" }, { value: "1563", label: "Counter-Strike" }, { value: "1564", label: "Anti-Hero Lead" }, { value: "1565", label: "Magic beast" }, { value: "1566", label: "Demon hunter" }, { value: "1567", label: "Wizard" }, { value: "1568", label: "Witcher" }, { value: "1569", label: "Monster" }, { value: "1570", label: "Other world" }, { value: "1571", label: "Redemption" }, { value: "1572", label: "Guns" }, { value: "1573", label: "Editors" }, { value: "1574", label: "Technology Gap" }, { value: "1575", label: "Tutorial" }, { value: "1576", label: "Frieren" }, { value: "1577", label: "Clans" }, { value: "1578", label: "Dieselpunk" }, { value: "1579", label: "FriendshipMale Protagonist" }, { value: "1580", label: "Mecha" }, { value: "1581", label: "Scheming Protagonist" }, { value: "1582", label: "The Witcher" }, { value: "1583", label: "Adaptable Protagonist" }, { value: "1584", label: "Ambitious Protagonist" }, { value: "1585", label: "Devouring" }, { value: "1586", label: "Based on History" }, { value: "1587", label: "World Building" }, { value: "1588", label: "Single Female Lead" }, { value: "1589", label: "Wrongly Accused" }, { value: "1590", label: "Magic Academy" }, { value: "1591", label: "Legacies" }, { value: "1592", label: "Age" }, { value: "1593", label: "VampiresAdapted to Manhua" }, { value: "1594", label: "Faith Dependent Deities" }, { value: "1595", label: "Gao Wu" }, { value: "1596", label: "Dark Fantasy" } ] } }; } async search({ query, filters }) { // ------------------------------ // Lógica de Selección de Modo // ------------------------------ // Si hay FILTROS activos (distintos a los default), usamos búsqueda AVANZADA (HTML) const hasFilters = filters && Object.keys(filters).length > 0 && ( filters.sort !== 'bookmark' || filters.status !== '-1' || filters.chapters !== '0' || (filters.genres && filters.genres.length > 0) || (filters.tags && filters.tags.length > 0) ); if (hasFilters) { return this.searchAdvanced(query, filters); } else { // Si es búsqueda simple por texto sin filtros especiales, usamos la API AJAX (Más rápida) return this.searchSimple(query); } } // --- Modo Simple (AJAX) --- async searchSimple(query) { const url = `${this.baseUrl}/ajax/searchLive?inputContent=${encodeURIComponent(query || "")}`; const res = await fetch(url, { headers: { "accept": "application/json" } }); const data = await res.json(); if (!data.data) return []; return data.data.map(item => ({ id: item.slug, title: item.title, image: `https://novelfire.net/${item.image}`, rating: item.rank ?? null, type: "book", // Construir la URL completa es buena práctica url: `${this.baseUrl}/book/${item.slug}` })); } // --- Modo Avanzado (HTML Scraping) --- async searchAdvanced(query, filters) { const url = new URL(`${this.baseUrl}/search-adv`); // Parámetros por defecto para emular la request "all" // NovelFire usa array params como country_id[]=1&country_id[]=2... // Aquí hardcodeamos los orígenes "todos" para que no filtre por país salvo que quieras [1, 2, 3, 4].forEach(id => url.searchParams.append('country_id[]', id)); url.searchParams.set('ctgcon', 'and'); // Categorías AND url.searchParams.set('tagcon', 'and'); // Tags AND // --- Filtro de Géneros (Categories) --- if (filters && filters.genres) { // El frontend manda string separado por comas "10,12,15" const genreIds = String(filters.genres).split(','); genreIds.forEach(id => { if(id.trim()) url.searchParams.append('categories[]', id.trim()); }); } // --- Filtro de Etiquetas (Tags) --- if (filters && filters.tags) { const tagIds = String(filters.tags).split(','); tagIds.forEach(id => { if(id.trim()) url.searchParams.append('tags[]', id.trim()); }); } // --- Filtros Simples --- if (filters) { if (filters.status) url.searchParams.set('status', filters.status); if (filters.sort) url.searchParams.set('sort', filters.sort); if (filters.chapters && filters.chapters !== '0') { url.searchParams.set('totalchapter', filters.chapters); } if (filters.rating) { // Asumo que si el usuario filtra por rating, quiere rating alto (min 4 o 5) // Aquí podrías hacerlo más complejo si el filtro rating tuviera opciones // url.searchParams.set('ratcon', 'min'); // url.searchParams.set('rating', filters.rating); } } // --- Fetch HTML --- // console.log("NovelFire Adv Search URL:", url.toString()); const res = await fetch(url.toString()); const html = await res.text(); const $ = this.cheerio.load(html); const results = []; $('.novel-item').each((_, el) => { const $el = $(el); const titleEl = $el.find('.novel-title a'); const title = titleEl.text().trim(); const href = titleEl.attr('href'); if (!href) return; // Extraer slug del href "/book/slug" const id = href.replace('/book/', ''); const img = $el.find('.novel-cover img').attr('data-src') || $el.find('.novel-cover img').attr('src'); const rating = $el.find('.info-rating').attr('data-rating'); results.push({ id: id, title: title, image: img ? (img.startsWith('http') ? img : `${this.baseUrl}${img}`) : "", rating: rating ? Number(rating) : null, type: "book", url: `${this.baseUrl}${href}` }); }); return results; } async getMetadata(id) { const url = `https://novelfire.net/book/${id}`; const html = await (await fetch(url)).text(); const $ = this.cheerio.load(html); const title = $('h1[itemprop="name"]').first().text().trim() || null; const summary = $('meta[itemprop="description"]').attr('content') || null; const image = $('figure.cover img').attr('src') || $('img.cover').attr('src') || $('img[src*="server-"]').attr('src') || null; const genres = $('.categories a.property-item') .map((_, el) => $(el).attr('title') || $(el).text().trim()) .get(); let chapters = null; const latest = $('.chapter-latest-container .latest').text(); if (latest) { const m = latest.match(/Chapter\s+(\d+)/i); if (m) chapters = Number(m[1]); } let status = 'unknown'; const statusClass = $('strong.ongoing, strong.completed').attr('class'); if (statusClass) { status = statusClass.toLowerCase(); } return { id, title, format: 'Light Novel', score: 0, genres, status, published: '???', summary, chapters, image }; } async findChapters(bookId) { const chapterUrl = `https://novelfire.net/book/${bookId}/chapter-1`; const html = await (await fetch(chapterUrl)).text(); const $ = this.cheerio.load(html); // csrf token const csrf = $('meta[name="csrf-token"]').attr('content'); if (!csrf) throw new Error("csrf-token not found"); // post_id desde script let postId; $("script").each((_, el) => { const txt = $(el).html() || ""; const m = txt.match(/post_id\s*=\s*parseInt\("(\d+)"\)/); if (m) postId = m[1]; }); if (!postId) throw new Error("post_id not found"); const params = new URLSearchParams({ post_id: postId, draw: 1, "columns[0][data]": "title", "columns[0][orderable]": "false", "columns[1][data]": "created_at", "columns[1][orderable]": "true", "columns[1][orderable]": "true", "order[0][column]": 1, "order[0][dir]": "asc", start: 0, length: 1000 }); const res = await fetch( `https://novelfire.net/listChapterDataAjax?${params}`, { headers: { "x-requested-with": "XMLHttpRequest", "x-csrf-token": csrf, "referer": chapterUrl } } ); const json = await res.json(); if (!json?.data) throw new Error("Invalid response"); return json.data.map((c, i) => ({ id: `https://novelfire.net/book/${bookId}/chapter-${c.n_sort}`, title: c.title, number: Number(c.n_sort), release_date: c.created_at ?? null, index: i, language: "en" })); } async findChapterPages(url) { const html = await (await fetch(url)).text(); const $ = this.cheerio.load(html); const $content = $("#content").clone(); $content.find("script, ins, .nf-ads, img, nfn2a74").remove(); $content.find("*").each((_, el) => { $(el).removeAttr("id").removeAttr("class").removeAttr("style"); }); return $content.html() .replace(/adsbygoogle/gi, "") .replace(/novelfire/gi, "") .trim(); } } module.exports = NovelFire;