Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created July 30, 2018 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/816789a22ccf01943549aabd365c291a to your computer and use it in GitHub Desktop.
Save astrotars/816789a22ccf01943549aabd365c291a to your computer and use it in GitHub Desktop.
let scrapingPromise = PodcastQueueAdd(
{
podcast: p._id,
url: p.feedUrl,
},
{
priority: 1,
removeOnComplete: true,
removeOnFail: true,
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment