Added First Anal Quest and Double View Casting latest and scene scraper.

This commit is contained in:
DebaucheryLibrarian
2020-12-02 03:17:32 +01:00
parent bfbfa761ef
commit 2656e3adb0
33 changed files with 166 additions and 8 deletions

View File

@@ -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) {