Enabled mobile album scraping for Burning Angel and Fame Digital.

This commit is contained in:
2020-03-06 23:08:55 +01:00
parent 6be065c0cb
commit a579e3c88f
2 changed files with 7 additions and 1 deletions

View File

@@ -468,7 +468,7 @@ async function fetchUpcoming(site) {
}
function getDeepUrl(url, site, release, mobile) {
const pathname = release?.path || new URL(url).pathname.replace('/en/video', '');
const pathname = release?.path || new URL(url).pathname.replace(/\/en(\/video)?|\/scene/g, '');
if (mobile) {
return `${mobile}${pathname}`;