Skip to content

Commit 66aa442

Browse files
authored
Update punctuation_1.py
1 parent ce108ae commit 66aa442

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/Misplaced, missing, or mismatched punctuation/punctuation_1.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
payload = {
2-
"url": "https://www.example.com/",
3-
"filters": {
4-
"crawl": [".*"],
5-
"process": [".*"],
6-
"max_depth": 1,
7-
"scrape_params": {
8-
"user_agent_type": "desktop",
9-
},
10-
"output": {
11-
"type_": "sitemap"
2+
"source": "universal",
3+
"url": "https://sandbox.oxylabs.io/products/1",
4+
"parse": True,
5+
"parsing_instructions": {
6+
"title": {
7+
"_fns": [
8+
{
9+
"_fn": "css_one",
10+
"_args": ["h2"]
11+
}
12+
]
13+
}
1214
}
13-
}

0 commit comments

Comments
 (0)