-
Notifications
You must be signed in to change notification settings - Fork 63
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
There are also some links that cannot be obtained, and the problem of abnormal acquisition #3
Comments
The mp.weixin.qq.com URLs load the title onto the page using Javascript. Hypothetically if we had some kind of funds for this project I could build a new CORS proxy using a headless browser and use that for URL fetching, fixing both the issue of Javascript loaded pages as well as encoding issues but as I'd need to pay to host it publicly that's not something I'm considering at the moment. Alternatively that browser/API could be run locally by a user and turned on in settings. |
I've got a local scraping solution working on desktop, it still doesn't get a title out of weixin.qq.com but it succeeds at the other two. Need to perform mobile tests.
|
Fixed for Desktop on 1.2.0 |
WeChat links failed again. The link is given here: https://mp.weixin.qq.com/s/nVilywouNxnZlb-l3Buj3w Is it possible to set a rule, and for websites following this rule we will fetch the whole page and get the title for them? |
There are also some links that cannot be obtained, and the problem of abnormal acquisition:
The text was updated successfully, but these errors were encountered: