-
Notifications
You must be signed in to change notification settings - Fork 597
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
Linkfinder too fast to scan everythin? #79
Comments
What version of LinkFinder are you using? |
Hello @EdOverflow |
I guess it does not work with lists so I ran it like this:
Moreover it would be nice if there where flags to just pull out absolute urls. I greped them manually like this:
|
Would you be willing to share a few lines of your input text file? |
Sure.
PS: glaube das tool kann stand jetzt keine Listen einlesen dementsprechend über ne For-Schleife gelöst, ist aber für meine Zwecke erstmal okey :) danke für deine Hilfe @EdOverflow |
You are absolutely right, @Rdago. There does appear to be a problem with lists now. Lists used to work so I must have broken it with an update. I will try my best to fix this issue as soon as possible. Übrigens du kannst auch GNU Parallel verwenden falls du die Links in parallel einlesen möchtest. Lauft schneller als eine Für-Schleife. :)
|
Hello there,
I just ran Linkfinder on 393.162 JS-URLs and it took less than a second to run and it found 2 Endpoints. I dont think that it checked all of them. What am I missing?
My code:
The text was updated successfully, but these errors were encountered: