Results 383 comments of Dag

yes artstation is currently broken. needs csrf token and correct api manipulation. @thefranke

has cloudflare protection unfortunately ``` class EpicGamesFreeGamesBridge extends BridgeAbstract { const NAME = 'EpicGamesFreeGames'; public function collectData() { $data = getContents('https://store.epicgames.com/en-US/free-games'); if (preg_match('#^window.__REACT_QUERY_INITIAL_QUERIES__ = (.*)$#', $data, $m)) { $a=2; }...

it's a diffferent domain im getting `403 Forbidden`: ``` https://store.epicgames.com/en-US/free-games resulted in 403 Forbidden @media screen and (max-width:374px){h1{font-size:18px}.cf_challenge_container{margin:25px;padding:25px}.cf_challenge_text{font-size:16px}}@media screen and (min-width:375px) and (max-width:1279px){h1{font-size:30px}.cf_challenge_container{margin:25px;padding:60px}.cf_challenge_text{font-size:16px}}@media screen and (min-width:1280px){h1{font-size:40px}.cf_challenge_container{margin:25px;padding:60px ```

is this still relevant? could use en example url

@rEnr3n Is this still an issue?

https://kill-the-newsletter.com/

I mean, we can make this bridge. Would require private credentials stored in config. Alternative is to use maildrop.cc or some other public inbox. Also see https://github.com/RSS-Bridge/rss-bridge/issues/2170

this issue is still interesting to me. the credentials must be stored in config. not in bridge form.