-
Notifications
You must be signed in to change notification settings - Fork 13
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
Avoid 301 Redirect penalty; Realtime progress bar; added GitHub support. #4
base: master
Are you sure you want to change the base?
Conversation
…id the penalty that comes from automatically following the 301 redirect.
Added a realtime progress bar which estimates the amount of time left it takes until the handles are done processing. I did change |
…ror reporting; update .gitignore.
Added support for different |
http://www.twitter.com is permanently redirected to https://twitter.com, so every single time request sends out a HTTP request, there's a small redirection penalty for every async task. This eliminates that and results in faster processing.