Jump to content
Ketarin forum

Too many automatic redirections were attempted.


soeka
 Share

Recommended Posts

usually this means that the site is performing user-agent sniffing and setting a session cookie in order to ensure only "real" visits are allowed to download. you can try changing the user-agent on the advanced tab, and/or attempting to handle session cookies. it's usually easier to find another source site though.

Link to comment
Share on other sites

Solved.

It turns out I can get the return value of the api with Invoke-WebRequest, then put the value in textual content and process them with regex.

This is simple step for anyone who might be interested (all variables are textual content):

  1. Create {api} : Invoke-WebRequest "https://chromium.woolyss.com/api/v3/?os=windows&bit=64&type=stable-codecs-sync&out=string"
  2. Create {apiv} : {api:ps}
  3. Create {version} : {apiv:regex:(?<=version\=)[\d.]+}
  4. Create {url} : {apiv:regex:(?<=download\=)[^;]+}
  5. Done.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.