UNPKG

redgifs

Version:

Easy getting video-file url by page on redgifs.com

9 lines (6 loc) 215 B
const Redgifs = require("../lib/index"); const r = new Redgifs(); r .getRedgifsVideo("https://www.redgifs.com/watch/decisivebestbettong") .then((videoFileUrl) => console.log(videoFileUrl)) .catch(console.log);