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

Implement multiple urls in single request #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aleroot
Copy link

@aleroot aleroot commented Oct 26, 2017

Allow multiple urls crawling within a single API request.
I need to be able to parse multiple url with a single request, so I've decided to separate them with a pipe and allow them to be processed.
Since the pipe is an invalid URL character, I think that it can be easily used as a split character to allow concatenating multiple urls in a single request and process them all.

@aleroot aleroot force-pushed the master branch 5 times, most recently from f3fba07 to 94c275c Compare October 26, 2017 15:24
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