v.1.4.2 - introducing new params
What's Changed
--tag on all API-hitting commands — scrape, crawl, google, fast-search, amazon-product, amazon-search, walmart-search, walmart-product, youtube-search, youtube-metadata, and chatgpt now accept --tag VALUE to optionally label requests - tag is included in API response headers. Forwarded to the API as ?tag=... when set, omitted otherwise.
--date-range on google — restrict results to the past hour/day/week/month/year via --date-range past-hour|past-day|past-week|past-month|past-year (also accepts the underscore form past_hour, ...). Forwarded to the API as date_range=past_week (snake_case).
New Contributors
- @marius-nemeiksis-sbee made their first contribution in #20
Full Changelog: v1.4.1...v1.4.2