UNPKG

redgifs-downloader

Version:

This is a simple utiliy which allows you to download all videos from any user or search term on RedGIFs.

6 lines (4 loc) 179 B
const fs = require('fs'); const path = require('path'); // const preflight = path.join(__dirname, './preflight.compact.js'); // if (fs.existsSync(preflight)) require(preflight);