Skip to content

Commit

Permalink
[doujins] add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1982 committed Oct 7, 2023
1 parent 33aec5b commit df1e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/engine/websites/Doujins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ function ImageExtractor(node: HTMLImageElement) {

@Common.MangaCSS(/^https?:\/\/doujins\.com\/[^/]+/, 'head title')
@Common.MangasNotSupported()
// TODO: Consider using decorator Common.ChaptersUniqueFromManga(...)
@Common.PagesSinglePageCSS('img.doujin', ImageExtractor)
@Common.ImageAjax()

export default class extends DecoratableMangaScraper {

public constructor() {
Expand Down

0 comments on commit df1e6f4

Please sign in to comment.