j0k3r / graby

Graby helps you extract article content from web pages
MIT License
363 stars 73 forks source link

Handle meta refresh when attributes are reversed #221

Closed j0k3r closed 4 years ago

j0k3r commented 4 years ago

We already handled meta refresh url but only when attributes are in the following order: http-equiv THEN content. That PR will make the meta refresh url fetched works when they are in reverse: content THEN http-equiv

Fix https://github.com/wallabag/wallabag/issues/4259 & fix https://github.com/wallabag/android-app/issues/899

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.003%) to 96.544% when pulling 48891752eedd566a58bda8b50bde82815623e298 on fix/meta-refresh-url into 163096071ce860c76c1ddc1fe5c08af3e20f74e9 on master.