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

Updated headers to bypass ForbiddenResponse by CDN #10

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

Conversation

FireHead90544
Copy link

Recently, gogoanime's cdn (anicdn thingy) has been showing Forbidden | 403 error, so I captured the new required headers from the network tab in dev tools. Just updated them in this PR, as the downloader was not working many a times due to this, the new headers are working perfectly now.

@sh1nobuu
Copy link
Owner

Thanks for fixing the bug man. Unfortunately I can't merge it right now (my internet connection got cut off) I'll review it once my connection is back. Thanks again.

@FireHead90544
Copy link
Author

FireHead90544 commented Oct 16, 2021

Thanks for fixing the bug man. Unfortunately I can't merge it right now (my internet connection got cut off) I'll review it once my connection is back. Thanks again.

Yeah sure mate, no worries. Btw, if I get time I'll fix some type-hinting too as the current one is having some errors, for example, instead of

list[str]

this should be used

from typing import List
List[str]

Still thanks for reviewing :)

@sh1nobuu
Copy link
Owner

Thanks for fixing the bug man. Unfortunately I can't merge it right now (my internet connection got cut off) I'll review it once my connection is back. Thanks again.

Yeah sure mate, no worries. Btw, if I get time I'll fix some type-hinting too as the current one is having some errors, for example, instead of

list[str]

this should be used

from typing import List
List[str]

Still thanks for reviewing :)

Thanks for fixing the bugs mate. I didn't know about the type hinting i thought it's the right way I'll fix it on my code (local repo).

@FireHead90544
Copy link
Author

Thanks for fixing the bug man. Unfortunately I can't merge it right now (my internet connection got cut off) I'll review it once my connection is back. Thanks again.

Yeah sure mate, no worries. Btw, if I get time I'll fix some type-hinting too as the current one is having some errors, for example, instead of

list[str]

this should be used

from typing import List
List[str]

Still thanks for reviewing :)

Thanks for fixing the bugs mate. I didn't know about the type hinting i thought it's the right way I'll fix it on my code (local repo).

No worries bro, good luck, welcome :)

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.

2 participants