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

Change useragent to something that doesn't get blocked #1332

Merged
merged 4 commits into from
Aug 1, 2024

Commits on Apr 20, 2024

  1. Change useragent to something that doesn't get blocked

    Looks like Nandaka#1239 is still the case, with pixiv now blocking the current user agent, too. Switching it to the recommended value from 1239, however, works.
    Pomax authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b2a8ece View commit details
    Browse the repository at this point in the history
  2. Remove "dead" code

    This also removes the code that got commented off in Nandaka#1239, because either it's no longer need (so it doesn't need to be in the code at all) or it may be needed "sometimes" in which case it should probably live uncommented inside an `if` block.
    Pomax authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a3df974 View commit details
    Browse the repository at this point in the history
  3. Link to the relevant README.md section

    Added a link so people can easily get the information they need to fix the problem.
    Pomax authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6acdcd7 View commit details
    Browse the repository at this point in the history
  4. (missing newline)

    Pomax authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    340435b View commit details
    Browse the repository at this point in the history