You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running scrappy in a serverless environment where I have limited ability to spawn processes and definitely do not have access to perl. What is the best way to disable exiftool2 spawn? I attempted to only use the html plugin with scrapeUrl, but I either don't have the syntax right, or it still manages to call exiftool2.
I appreciate any insight you might be able to provide.
The text was updated successfully, but these errors were encountered:
Turns out this is caused by the scrappy.helpers.iconSelector extract helper that I was using later.
I'd like to have access to the icons from the site.
That sounds good to me. Ideally not leaving javascript at all would help.
3.) Similarly digitalbazaar/jsonld.js#184 was giving me some grief, as I am using webpack to build the serverless function, so there no longer is a package.json.
I'd love to help to at least get 1. going and then follow up with 2. I am not terribly familiar with typescript, but quite fluent in javascript, exif and media extraction in general.
I am running scrappy in a serverless environment where I have limited ability to spawn processes and definitely do not have access to perl. What is the best way to disable
exiftool2
spawn? I attempted to only use the html plugin withscrapeUrl
, but I either don't have the syntax right, or it still manages to call exiftool2.I appreciate any insight you might be able to provide.
The text was updated successfully, but these errors were encountered: