Skip to content

Commit

Permalink
fix(source): Update HizoManga Domain (Closes LNReader/lnreader-plugin…
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarsheechatterjee committed Sep 22, 2023
1 parent a0096cd commit c15144f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sources/multisrc/madara/MadaraGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const OnlyMTLScraper = new MadaraScraper(

export const HizoMangaScraper = new MadaraScraper(
96,
'https://hizomanga.com/',
'https://hizomanga.net/',
'HizoManga',
{
'path': { 'novels': 'serie', 'novel': 'serie', 'chapter': 'serie' },
Expand Down
2 changes: 1 addition & 1 deletion src/sources/multisrc/madara/MadaraSources.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
},
{
"sourceId": 96,
"baseUrl": "https://hizomanga.com/",
"baseUrl": "https://hizomanga.net/",
"sourceName": "HizoManga",
"options": {
"path": { "novels": "serie", "novel": "serie", "chapter": "serie" },
Expand Down
2 changes: 1 addition & 1 deletion src/sources/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
},
{
"sourceId": 96,
"url": "https://hizomanga.com/",
"url": "https://hizomanga.net/",
"sourceName": "HizoManga",
"icon": "https://github.com/LNReader/lnreader-sources/blob/main/icons/multisrc/madara/icons/hizomanga.png?raw=true",
"lang": "Arabic"
Expand Down

0 comments on commit c15144f

Please sign in to comment.