j0k3r / graby

Graby helps you extract article content from web pages
MIT License
365 stars 74 forks source link

Prefered way for paywalled articles #303

Closed aschilling closed 1 year ago

aschilling commented 1 year ago

Hi everybody,

I discovered Graby by using Wallabag. Now I would like to use Graby in another project which needs to fetch articles behind a paywall. Do you have an example for using Graby with paywalled articles? As far as I debugged the code "username" and "password" in a particular site-config are not evaluated by default, is this correct?

Best regards Andy

aschilling commented 1 year ago

I just found this tutorial on how to use Guzzle to login https://stackoverflow.com/questions/25089960/how-to-get-past-login-screen-on-guzzle-call

which solved this issue for me

aschilling commented 1 year ago

Issue solved