adobe-font-scraper
adobe-font-scraper copied to clipboard
Timeout on specific fonts
A puppeteer timeout occurs after not being able to fetch specific fonts. When one removes the font in question from fontHrefs.json, it keeps on downloading normally. The error is:
30000 ms node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111
Maybe it would be possible to do an auto skip of any font that doesn't get downloaded after a certain amount of time, so one doesn't have to execute the script manually?
good idea.