UNPKG
nhentai-node-api
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
nHentai wrapper for NodeJs
github.com/barthofu/nhentai-node-api
barthofu/nhentai-node-api
nhentai-node-api
/
lib
/
utils
/
regex.js
7 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports = { urlToId: /(https?:\/\/nhentai\.net\/g\/)(\d+)\/?.*/, gToId: /\/g\/(\d+)\//, imageFilter: /t(\.(jpg|png|gif))/ }