-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
add /
to protected chars in _QUERY_REQUOTER
#910
Conversation
58201e2
to
cf09a06
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #910 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 4 4
Lines 772 772
=======================================
Hits 770 770
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cf09a06
to
e505ecb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be curious to see a quote from the standard that this attempts to comply with, and some explanation of what doesn't work. With reproducers et al.
If this change is correct indeed, the PR will also need a test covering this specific case. And finally, the linting violations will have to be corrected.
Unfortunately, without understanding of what this patch attempts to fix and what the side effects would be, we can't accept this pull request in its current state.
@SafaSafari could you address the above shortcomings and provide us with all the information necessary to proceed?
…fari/yarl into SafaSafari-patch-1
yarl1.mp4this is what actually occurred and that's my fix for that also i think linter failed to check because of ` character in CHANGES rst file |
A single backtick might. It corresponds to "any" role in Sphinx / RST. Which is why you must use double backticks to highlight inline code. |
@@ -0,0 +1 @@ | |||
Fix instagram download link signature by adding / to protected chars of protected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use RST inline highlighting in the appropriate places. This also requires past tense and full sentences. The change notes are meant to show the end-users (the target audience) what the effect of the change is for them. Instagram is not something everyone puts in URLs. Something people would care about in a more generic way should be used.
The video doesn't show the actual URL original, nor can copy it. So it can't be verified. Besides, the earlier points regarding the low quality and missing bits in the patch still stand. But if I were to make a wild guess, you're probably hitting reencoding on redirects: aio-libs/aiohttp#5319 (comment). Using proper arguments (as in, |
Closing per above. |
What do these changes do?
this patch will fix query reqouter skip chars
Are there changes in behavior for the user?
who users cannot download Instagram posts using aiohttp, after this patch will can =))
Related issue number
actually no, but I'm wondering why it's not =))
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.