Update rev.bs.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-07 02:09:30 +03:00
parent f1f7761146
commit 31156c0bbf

View file

@ -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)
},