UNPKG

manga-crawl-lib

Version:

A library for scraping manga from various websites.

323 lines (322 loc) 7.89 kB
export const list_genres = { nettruyen: [ { name: 'Tất cả', path: '/tim-truyen', }, { name: 'Action', path: '/tim-truyen/action-95', }, { name: 'Adult', path: '/tim-truyen/truong-thanh', }, { name: 'Adventure', path: '/tim-truyen/adventure', }, { name: 'Anime', path: '/tim-truyen/anime', }, { name: 'Chuyển Sinh', path: '/tim-truyen/chuyen-sinh-2131', }, { name: 'Comedy', path: '/tim-truyen/comedy-99', }, { name: 'Comic', path: '/tim-truyen/comic', }, { name: 'Cooking', path: '/tim-truyen/cooking', }, { name: 'Cổ Đại', path: '/tim-truyen/co-dai-207', }, { name: 'Doujinshi', path: '/tim-truyen/doujinshi', }, { name: 'Drama', path: '/tim-truyen/drama-103', }, { name: 'Đam Mỹ', path: '/tim-truyen/dam-my', }, { name: 'Ecchi', path: '/tim-truyen/ecchi', }, { name: 'Fantasy', path: '/tim-truyen/fantasy-1050', }, { name: 'Gender Bender', path: '/tim-truyen/gender-bender-106', }, { name: 'Harem', path: '/tim-truyen/harem-107', }, { name: 'Historical', path: '/tim-truyen/historical', }, { name: 'Horror', path: '/tim-truyen/horror', }, { name: 'Josei', path: '/tim-truyen/josei', }, { name: 'Live action', path: '/tim-truyen/live-action', }, { name: 'Manga', path: '/tim-truyen/manga-112', }, { name: 'Manhua', path: '/tim-truyen/manhua', }, { name: 'Manhwa', path: '/tim-truyen/manhwa-11400', }, { name: 'Martial Arts', path: '/tim-truyen/martial-arts', }, { name: 'Mature', path: '/tim-truyen/mature', }, { name: 'Mecha', path: '/tim-truyen/mecha-117', }, { name: 'Mystery', path: '/tim-truyen/mystery', }, { name: 'Ngôn Tình', path: '/tim-truyen/ngon-tinh', }, { name: 'One shot', path: '/tim-truyen/one-shot', }, { name: 'Psychological', path: '/tim-truyen/psychological', }, { name: 'Romance', path: '/tim-truyen/romance-121', }, { name: 'School Life', path: '/tim-truyen/school-life', }, { name: 'Sci-fi', path: '/tim-truyen/sci-fi', }, { name: 'Seinen', path: '/tim-truyen/seinen', }, { name: 'Shoujo', path: '/tim-truyen/shoujo', }, { name: 'Shoujo Ai', path: '/tim-truyen/shoujo-ai-126', }, { name: 'Shounen', path: '/tim-truyen/shounen-127', }, { name: 'Shounen Ai', path: '/tim-truyen/shounen-ai', }, { name: 'Slice of Life', path: '/tim-truyen/slice-of-life', }, { name: 'Smut', path: '/tim-truyen/smut', }, { name: 'Soft Yaoi', path: '/tim-truyen/soft-yaoi', }, { name: 'Soft Yuri', path: '/tim-truyen/soft-yuri', }, { name: 'Sports', path: '/tim-truyen/sports', }, { name: 'Supernatural', path: '/tim-truyen/supernatural', }, { name: 'Thiếu Nhi', path: '/tim-truyen/thieu-nhi', }, { name: 'Tragedy', path: '/tim-truyen/tragedy-136', }, { name: 'Trinh Thám', path: '/tim-truyen/trinh-tham', }, { name: 'Truyện scan', path: '/tim-truyen/truyen-scan', }, { name: 'Truyện Màu', path: '/tim-truyen/truyen-mau-214', }, { name: 'Webtoon', path: '/tim-truyen/webtoon', }, { name: 'Xuyên Không', path: '/tim-truyen/xuyen-khong-205', }, ], toonily: [ { name: 'Action', path: '/webtoon-genre/action/', }, { name: 'Adventure', path: '/webtoon-genre/adventure/', }, { name: 'Comedy', path: '/webtoon-genre/comedy/', }, { name: 'Crime', path: '/webtoon-genre/crime/', }, { name: 'Drama', path: '/webtoon-genre/drama/', }, { name: 'Fantasy', path: '/webtoon-genre/fantasy/', }, { name: 'Gossip', path: '/webtoon-genre/gossip/', }, { name: 'Historical', path: '/webtoon-genre/historical/', }, { name: 'Horror', path: '/webtoon-genre/horror/', }, { name: 'Josei', path: '/webtoon-genre/josei/', }, { name: 'Magic', path: '/webtoon-genre/magic/', }, { name: 'Mature', path: '/webtoon-genre/mature/', }, { name: 'Mystery', path: '/webtoon-genre/mystery/', }, { name: 'Psychological', path: '/webtoon-genre/psychological/', }, { name: 'Romance', path: '/webtoon-genre/romance/', }, { name: 'School Life', path: '/webtoon-genre/school-life/', }, { name: 'Sci-Fi', path: '/webtoon-genre/scifi-webtoon/', }, { name: 'Seinen', path: '/webtoon-genre/seinen/', }, { name: 'Shoujo', path: '/webtoon-genre/shoujo/', }, { name: 'Shounen', path: '/webtoon-genre/shounen/', }, { name: 'Slice of Life', path: '/webtoon-genre/slice-of-life/', }, { name: 'Sports', path: '/webtoon-genre/sports/', }, { name: 'Supernatural', path: '/webtoon-genre/supernatural/', }, { name: 'Thriller', path: '/webtoon-genre/thriller/', }, { name: 'Tragedy', path: '/webtoon-genre/tragedy/', }, { name: 'Yaoi', path: '/webtoon-genre/yaoi/', }, { name: 'Yuri', path: '/webtoon-genre/yuri/', }, ], };