From 31156c0bbff92cfa9d7574774ace15dea502cf70 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 02:09:30 +0300 Subject: [PATCH] Update rev.bs.config.js --- sites/rev.bs.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sites/rev.bs.config.js b/sites/rev.bs.config.js index c9c972cc..9217fd7c 100644 --- a/sites/rev.bs.config.js +++ b/sites/rev.bs.config.js @@ -11,7 +11,6 @@ const endpoint = `https://www.rev.bs/wp-content/uploads/tv-guide/$date_$index.js module.exports = { site: 'rev.bs', - days: 3, url: function ({ date }) { return endpoint.replace('$date', date.format('YYYY-MM-DD')).replace('$index', 0) },