add erai rss scraper

This commit is contained in:
TheBeastLT
2022-02-19 13:04:47 +01:00
parent 30fb5624ea
commit 47c05c465c
7 changed files with 134 additions and 9 deletions

View File

@@ -211,7 +211,7 @@ function landingTemplate(manifest, config = {}) {
`<div class="contact">
<p>Contact ${manifest.name} creator:</p>
<a href="mailto:${manifest.contactEmail}">${manifest.contactEmail}</a>
</div>` : '';
</div>` : '<div class="separator"></div>';
const providersHTML = Providers.options
.map(provider => `<option value="${provider.key}">${provider.foreign || ''}${provider.label}</option>`)
.join('\n');