forked from DebaucheryLibrarian/traxxx
Added duration property to scraper template.
This commit is contained in:
parent
6bf0bd9937
commit
d5b9fec0db
|
@ -72,6 +72,7 @@ async function scrapeScene(html, url, site) {
|
||||||
actors,
|
actors,
|
||||||
director,
|
director,
|
||||||
date,
|
date,
|
||||||
|
duration,
|
||||||
tags,
|
tags,
|
||||||
rating: {
|
rating: {
|
||||||
likes,
|
likes,
|
||||||
|
|
Loading…
Reference in New Issue