Add RSS plugin (#192)

This commit is contained in:
Simon Lecoq
2021-03-21 12:14:05 +01:00
committed by GitHub
parent 3df4159026
commit 30fb3b4a41
14 changed files with 234 additions and 2 deletions

View File

@@ -11,9 +11,10 @@
import twemojis from "twemoji-parser"
import jimp from "jimp"
import opengraph from "open-graph-scraper"
import rss from "rss-parser"
//Exports
export {fs, os, paths, url, util, processes, axios, puppeteer, git, opengraph}
export {fs, os, paths, url, util, processes, axios, puppeteer, git, opengraph, rss}
/**Returns module __dirname */
export function __module(module) {