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

Support multiple URLs #44

Closed
dantleech opened this issue Feb 18, 2019 · 7 comments
Closed

Support multiple URLs #44

dantleech opened this issue Feb 18, 2019 · 7 comments

Comments

@dantleech
Copy link
Owner

It could be desirable to supply multiple URLs (for example to include URLs which are not linked from the base URL, or are part of the same site so should be included in the crawl).

@dantleech
Copy link
Owner Author

Done

@gitressa
Copy link
Contributor

I have just tested master, and it works perfectly, thanks!

@gitressa
Copy link
Contributor

gitressa commented Mar 6, 2019

Actually, it seems that if I supply two URLs like php fink.phar https://example.org https://example.org/hiddenpage, external links on the second URL are checked, but the crawler doesn't seem to follow internal links. Can you confirm my suspicion? My use case is using example.org/hiddenpage as a list of internal links, to guide the crawler to specific pages.

@dantleech
Copy link
Owner Author

This could be a bug - could you open a new issue?

@dantleech
Copy link
Owner Author

dantleech commented Mar 6, 2019

Saying that, fink http://www.example.com -x0 https://www.dantleech.com crawls https:/www.dantleech.com and adding a third URL also seems to work.. maybe theres an edge case?

But in anycase, a new issue would always be preferable, otherwise I can lose track :)

@gitressa
Copy link
Contributor

gitressa commented Mar 6, 2019

For now I have made a workaround, where I put all the links in one page, but I might create an issue, thanks!
By the way, what does -x0 do?

@gitressa
Copy link
Contributor

gitressa commented Mar 6, 2019

I have created #60.

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

No branches or pull requests

2 participants