andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

PARSE format='cookie' #69

Open andykais opened 3 years ago

andykais commented 3 years ago

the last FETCH should store list of cookies the response tried setting. These should be parseable. E.g. PHPSESSID. Format should look like:


PARSE 'PHPSESSID' FORMAT='cookie'