aaronpk / XRay

X-Ray returns structured data from any URL
https://xray.p3k.app
MIT License
90 stars 15 forks source link

Used default options for fetching as well as parsing #113

Closed barnabywalters closed 1 year ago

barnabywalters commented 2 years ago

Fixes a bug introduced in #111 where default options would be applied during the parsing stage but not the fetching stage. Default options are now passed to both. Covered using a test which hits the twitter API as a temporary measure, with a suggestion for how this could be mocked in the future.