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
Videocardz.com has to use specific setting to bypass cloudflare, but either these changes or the sites content isn't displayed correctly.
Setup
When trying to add the feed https://videocardz.com/rss-feed, I'm unable to do so without additional options. I believe this is because the feed/website is placed behind Cloudflare. To get this to work I need to both 'Disable HTTP/2 to avoid fingerprinting' and 'Override Default User Agent':
General
Feed URL: https://videocardz.com/rss-feed
Network Settings
Override Default User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36
Fetch original content
Disable HTTP/2 to avoid fingerprinting
Rules
Scraper Rules: #videocardz-article
Rewrite Rules: remove("div.socialbar")
Problem
However, the content returned is not correctly displayed:
TL; DR
Videocardz.com has to use specific setting to bypass cloudflare, but either these changes or the sites content isn't displayed correctly.
Setup
When trying to add the feed
https://videocardz.com/rss-feed
, I'm unable to do so without additional options. I believe this is because the feed/website is placed behind Cloudflare. To get this to work I need to both 'Disable HTTP/2 to avoid fingerprinting' and 'Override Default User Agent':General
https://videocardz.com/rss-feed
Network Settings
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36
Rules
#videocardz-article
remove("div.socialbar")
Problem
However, the content returned is not correctly displayed:
Original article
Miniflux article:
becomesÂ
,’
becomes’
and many more issues seemingly to do with UTF-8.Note
When searching for options that could help with decoding the content, I applied the rewrite rule
base64_decode
and it caused this error:The text was updated successfully, but these errors were encountered: