Skip to content

Commit

Permalink
mangalek : new domain (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Sep 26, 2023
1 parent 51908fd commit d71448b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/src/engine/websites/Mangalek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { DecoratableMangaScraper } from '../providers/MangaPlugin';
import * as Madara from './decorators/WordPressMadara';
import * as Common from './decorators/Common';

@Madara.MangaCSS(/^https?:\/\/mangalek\.com\/manga\/[^/]+\/$/, 'div.post-title')
@Madara.MangaCSS(/^https?:\/\/mangaleku\.com\/manga\/[^/]+\/$/, 'div.post-title')
@Madara.MangasMultiPageAJAX()
@Madara.ChaptersSinglePageAJAXv2()
@Madara.PagesSinglePageCSS()
@Common.ImageAjax()
export default class extends DecoratableMangaScraper {

public constructor() {
super('mangalek', 'مانجا ليك (Mangalek)', 'https://mangalek.com', Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Media.Manga, Tags.Language.Arabic);
super('mangalek', 'مانجا ليك (Mangalek)', 'https://mangaleku.com', Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Media.Manga, Tags.Language.Arabic);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/Mangalek_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
title: 'مانجا ليك (Mangalek)'
},
container: {
url: 'https://mangalek.com/manga/against-the-gods/',
url: 'https://mangaleku.com/manga/against-the-gods/',
id: JSON.stringify({ post: '47', slug: '/manga/against-the-gods/' }),
title: 'Against The Gods'
},
Expand Down

0 comments on commit d71448b

Please sign in to comment.