Skittyblock / aidoku-community-sources

Public sources for the Aidoku application
Apache License 2.0
352 stars 132 forks source link

KomikCast #375

Open darkvier4 opened 1 year ago

darkvier4 commented 1 year ago

Request for source indonesian Komikcast (Manga, Manhua & Manhwa)

https://komikcast.io/

darkvier4 commented 12 months ago

any news?

naufaljct48 commented 11 months ago

Actually i already built komikcast.io sources. But the manga list title showing "Untitled", i still need to figure it out bcs i need to create parser or helper. I'll send you, dm me at discord @kurotenshi

naufaljct48 commented 11 months ago

Check this link I can't pr this one, bcs i'm overriding the template.rs Please close this issue

Thanks

Skittyblock commented 11 months ago

wdym you can't pr it bc you're overriding template.rs?

naufaljct48 commented 11 months ago

wdym you can't pr it bc you're overriding template.rs?

I mean, i won't pr because I'm overriding parse_manga_listing on template.rs from: let title = manga_node.select(self.manga_title).attr("title").read(); to: let title = manga_node.select("h3.title").text().read(); bcs komikcast using class instead of attr, so i'm changing it. That's why i won't merged it

Skittyblock commented 11 months ago

you can just make a template change that allows disabling the attribute selector?

naufaljct48 commented 11 months ago

It's from mangastream, but modified. I'll make a parser for it