the-markup / blacklight-collector

GNU General Public License v3.0
201 stars 36 forks source link

Add headers option #89

Closed dphiffer closed 5 months ago

dphiffer commented 5 months ago

Adds a new headers option and bumps the version to 3.1.0.

const result = await collect(`https://themarkup.org`, {
    numPages: 1,
    headless: false,
    headers: {
        "Sec-GPC": "1"
    }
});