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

Make URL Processing optional #211

Open
aidik opened this issue Feb 26, 2023 · 3 comments
Open

Make URL Processing optional #211

aidik opened this issue Feb 26, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers scraper Scraper related issue

Comments

@aidik
Copy link

aidik commented Feb 26, 2023

It would be nice to have the ability to indicate whether or not URLs should be processed for offline browsing. This change will make SuckIT a more versatile tool for static page generation and allow its integration into more toolchains.

@Skallwar
Copy link
Owner

I'm not sure about what a use case would look like. Could you explain a bit more?

@aidik
Copy link
Author

aidik commented Mar 9, 2023

Hi @Skallwar,

sure, for example in our environment we compile a static website from multiple local sources, and after that, we push the static files to the CDN. The use of SuckIT will significantly speed up our build process, unfortunately, we can't use it because it insists on URL processing.

Essentially I'm looking for an equivalent of httrack's --keep-links=4

Thank you for considering

@Skallwar
Copy link
Owner

Skallwar commented Mar 9, 2023

Oh I think I get it. The idea would be to download the website without modification.

It should be simple enough to implement I think.

I don't have much time right now so I can't give an ETA but I will gladly take a look and merge a PR adding this feature.

@Skallwar Skallwar added enhancement New feature or request good first issue Good for newcomers scraper Scraper related issue labels Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers scraper Scraper related issue
Projects
None yet
Development

No branches or pull requests

2 participants