UNPKG

mp4upload-scraper

Version:
10 lines (7 loc) 284 B
import { MP4UploadScraper } from '../lib'; import { ScraperTester } from 'source-scraper-test-utils'; const urls = ['https://mp4upload.com/embed-4gwq9pacjqx3.html']; ScraperTester.fromStatic(MP4UploadScraper) .testUrlDetection(urls) .testScraping(urls) .run();