-
In a text-callback for GET I used `request.qs` to get the original parameters as dict.
But all keys and values are converted to lowercase.
this bug seems to exist since a long time and it was fixe…
-
Currently Scrapy can't extract links from http://scrapy.org/ page correctly because urls in page header are relative to a non-existing parent: `../download/`, `../doc/`, etc. Browsers resolve these li…
kmike updated
1 month ago
-
Hello, I know this plugin is old and probably abandoned, but I just noticed what I consider a bug, specifically, it seems to split URL query params not only on the ampersand `&` (to be precise, ampers…
-
**Describe the bug**
I configure PSA controller, use it for 2 weeks, then it gets logged out.
Since now to obtain the token requires to access it from a desktop browser, it is not something I can do …
-
If you use a URL with a password containing :, it will generate incorrect output (not encode the :), should it be encoded?
-
### 你的功能建议是否和某个问题相关?
小黑盒小程序在手机上看倒是方便,但是在电脑上就是司马手机视图
![image](https://github.com/user-attachments/assets/83b231b9-a062-45f8-822e-47401f73ceaa)
连网页也不愿适配一下真下头
### 你希望看到什么解决方案?
大橘能不能增加对小黑盒分享小程序…
-
Traceback (most recent call last):
File "C:\Test\weibo-chaohua-daily-master\main.py", line 300, in
main()
File "C:\Test\weibo-chaohua-daily-master\main.py", line 225, in main
chaohua_…
-
Had to update the `import urlparse` to `import urllib.parse` on line 13 along with:
Line 56: ` video_base_url = urllib.parse.urljoin(base_url, video['base_url'])`
Line 94:` audio_base_url =…
-
need to update six import location in order to make it compatible with django 3.
replace `from django.utils.six.moves.urllib import parse as urlparse` with `from six.moves.urllib import parse as ur…
-
In quite a few cases with my own repositories git-passport doesn't recognize the url correctly. This has to do with the use of urlparse. Some examples:
```
>>> from urllib.parse import urlparse
>>> …