Added First Anal Quest and Double View Casting latest and scene scraper.
This commit is contained in:
@@ -161,7 +161,7 @@ function styles(context, selector, styleAttr) {
|
||||
return elStyles;
|
||||
}
|
||||
|
||||
function number(context, selector, match = /\d+/, attr = 'textContent') {
|
||||
function number(context, selector, match = /\d+(\.\d*)?/, attr = 'textContent') {
|
||||
const value = q(context, selector, attr);
|
||||
|
||||
if (value && match) {
|
||||
|
||||
Reference in New Issue
Block a user