Skip to content

Commit

Permalink
Adding regex for ReadM
Browse files Browse the repository at this point in the history
* Added regex so amr only loads on the reader
  • Loading branch information
Isotab committed Apr 17, 2021
1 parent 2a92635 commit d287b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mirrors/implementations/ReadM.js
Expand Up @@ -6,6 +6,7 @@ if (typeof registerMangaObject === 'function') {
languages: 'en',
domains: ['readm.org'],
home: 'https://readm.org/',
chapter_url: /^\/manga\/.*\/.*/g,

getMangaList: async function(search) {
let json = await amr.loadJson('https://readm.org/service/search', {
Expand Down

0 comments on commit d287b6b

Please sign in to comment.