From d5b9fec0db7c31feb214805f9568b25c3738cf82 Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Sun, 7 Apr 2019 05:21:27 +0200 Subject: [PATCH] Added duration property to scraper template. --- src/scrapers/template.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scrapers/template.js b/src/scrapers/template.js index 05c588ec..a11330c0 100644 --- a/src/scrapers/template.js +++ b/src/scrapers/template.js @@ -72,6 +72,7 @@ async function scrapeScene(html, url, site) { actors, director, date, + duration, tags, rating: { likes,