UNPKG

redgifs

Version:

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

9 lines (8 loc) 187 B
declare const webdriver: any; declare const chrome: any; declare let options: any; declare const Redgifs: { new (): { getRedgifsVideo(url: string): Promise<string>; }; };