You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while trying to extract text from articles from the korean university site. I wanted to slurp an article, which is written on English, but I failed. I guess they have two versions of site for korean and english speakers. Therefore, when I try to slurp the page, I get the korean text. You can see an example of this issue in the article from this URL: Welcome message from the Head school.
By no mean, I am not complaining. Slurp is an amazing plugin. I just wanted to know if there is a solution to this issue.
Obsidian: 1.6.7
OS: Windows 11
Slurp: 0.1.12
The text was updated successfully, but these errors were encountered:
Dzhuks
changed the title
Unsupported site (?)
Unsupported site with two languages (?)
Sep 9, 2024
it looks like they use cookies or something similar to determine what language to load in, without checking the browser's locale.
Slurp can't do much about that since it won't have the same cookies as your browser and doesn't have a way to click the button before slurping the data. Many sites use the URL to carry locale info, eg http://.../lang=en_US for this exact reason.
This is something that the browser extension may be able to handle though. I'll link this issue there for future reference.
I encountered an issue while trying to extract text from articles from the korean university site. I wanted to slurp an article, which is written on English, but I failed. I guess they have two versions of site for korean and english speakers. Therefore, when I try to slurp the page, I get the korean text. You can see an example of this issue in the article from this URL: Welcome message from the Head school.
By no mean, I am not complaining. Slurp is an amazing plugin. I just wanted to know if there is a solution to this issue.
Obsidian: 1.6.7
OS: Windows 11
Slurp: 0.1.12
The text was updated successfully, but these errors were encountered: