Skip to content

Commit

Permalink
Merge pull request fmd-project-team#439 from KiraYamatoSD/patch-1
Browse files Browse the repository at this point in the history
Added MangazukiClub, MangazukiMe, ManhwaClub, YomangaInfo (Issue fmd-project-team#351)
  • Loading branch information
SDXC authored Aug 20, 2019
2 parents af8a1ad + f1d35f0 commit 68264fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/modules/Madara.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,16 @@ end
function Init()
local cat = 'Raw'
AddWebsiteModule('IsekaiRaw', 'http://isekairaw.com', cat)
AddWebsiteModule('MangazukiClub', 'https://mangazuki.club', cat)

cat = 'English'
AddWebsiteModule('IsekaiScan', 'http://isekaiscan.com', cat)
AddWebsiteModule('MangaLike', 'https://mangalike.net', cat)
AddWebsiteModule('MangaZukiOnline', 'https://www.mangazuki.online', cat)
AddWebsiteModule('MangaZukiSite', 'https://www.mangazuki.site', cat)

AddWebsiteModule('MangaZukiMe', 'https://mangazuki.me', cat)
AddWebsiteModule('YoManga', 'https://yomanga.info', cat)

cat = 'English-Scanlation'
AddWebsiteModule('TrashScanlations', 'https://trashscanlations.com', cat)
AddWebsiteModule('ZeroScans', 'https://zeroscans.com', cat)
Expand All @@ -229,6 +232,7 @@ function Init()
AddWebsiteModule('DoujinYosh', 'https://doujinyosh.com', cat)
AddWebsiteModule('ManhwaHentai', 'https://manhwahentai.me', cat)
AddWebsiteModule('HentaiRead', 'http://hentairead.com', cat)
AddWebsiteModule('ManhwaClub', 'https://manhwa.club', cat)

cat = 'Spanish-Scanlation'
AddWebsiteModule('GodsRealmScan', 'https://godsrealmscan.com', cat)
Expand Down

0 comments on commit 68264fc

Please sign in to comment.