ferret icon indicating copy to clipboard operation
ferret copied to clipboard

Declarative web scraping

Results 64 ferret issues
Sort by recently updated
recently updated
newest added

Hi all! I need to send a POST request from my script. This is example code: ``` LET req = {hello: "world"} LET result = IO::NET::HTTP::POST({ url: "https://httpbin.org/post", body: JSON_STRINGIFY(req),...

type/bug

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies
status/stale

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0. Commits e9344a8 docs: add an example for Lshortfile-like implementation of CallerMarshalFunc ... 263b0bd #411 Add FieldsExclude parameter to console writer (#418) 588a61c ctx: Modify...

dependencies

Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.32.0 to 0.33.0. Release notes Sourced from github.com/mafredri/cdp's releases. v0.33.0 Switch to GitHub Actions (#129) (159a656) Update to latest protocol definitions (#130) (d0c159a) rpcc: Fix potential deadlock...

dependencies
status/stale

Bumps [github.com/corpix/uarand](https://github.com/corpix/uarand) from 0.1.1 to 0.2.0. Commits 742da75 update user-agent list da6dd94 lowercase filenames 6af5d03 update dependencies 34af6a5 update useragents 8c6d4bd use nixpkgs from system 6fd8ff1 shell: added python3 0affdd1...

dependencies
status/stale

Right now, pages created by in-memory ``http`` driver does not support navigation between pages due to their static nature. It makes it problematic to "move" from one static page to...

type/enhancement
good first issue
area/drivers/http
area/drivers

**Describe the bug** Install docs don't work. Running any of these commands does not produce a successful outcome. **To Reproduce** Steps to reproduce the behavior: 1. Run any of the...

type/enhancement
help wanted

We need more unit tests in ``runtime`` package. - [x] pkg/runtime/core - [ ] pkg/runtime/expressions - [ ] pkg/runtime/expressions/operators - [ ] pkg/runtime/expressions/literals - [ ] pkg/runtime/expressions/clauses

good first issue
area/runtime
hacktoberfest

Hi, I am trying a simple scraping where I need to select a drop down value and click a button , see the attached screenshot url : [https://www.booking.com/hotel/us/freehand-chicago.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaJMCiAEBmAExuAEXyAEP2AED6AEB-AECiAIBqAIDuALcssmRBsACAdICJGE2NjViOTFiLWEwNTYtNGUxNS1hNjAwLTY5NGIzYjI2NDhhYdgCBOACAQ&sid=15060b0bdc44b1513a0f0939816e9dbf&all_sr_blocks=128021703_93121951_0_0_0&checkin=2022-06-21&checkout=2022-06-29&dest_id=20033173&dest_type=city&dist=0&group_adults=2&group_children=0&hapos=3&highlighted_blocks=128021703_93121951_0_0_0&hpos=3&matching_block_id=128021703_93121951_0_0_0&no_rooms=1&req_adults=2&req_children=0&room1=A%2CA&sb_price_type=total&sr_order=popularity&sr_pri_blocks=128021703_93121951_0_0_0__134800&srepoch=1647466951&srpvid=e7ee98a2a9d00088&type=total&ucfs=1&activeTab=main#_](url) ![drop_down](https://user-images.githubusercontent.com/11955402/158703036-4259401e-aeaa-4bfa-a505-309627fbbe06.png) Any...

status/stale