Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for local file system in HTTP driver. #777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremyje
Copy link

@jeremyje jeremyje commented Mar 3, 2023

The change allows file:// URLs to be parsed as files on the local filesystem rather than retrieving them via HTTP. This is useful if you already have the HTML files on local disk.
The primary use case for this is for scenarios where you want to update the FQL script to parse a large set of HTML files without sending traffic to the live HTTP servers that serve them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant