Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3f03f10

Browse files
Update punctuation_1_fixed.py
1 parent 66aa442 commit 3f03f10

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
payload = {
2-
"url": "https://www.amazon.com/",
3-
"filters": {
4-
"crawl": [".*"],
5-
"process": [".*"],
6-
"max_depth": 1
7-
}, # Add the missing brace
8-
"scrape_params": {
9-
"user_agent_type": "desktop",
10-
},
11-
"output": {
12-
"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+
}
1314
}
14-
}
15+
}# Add the missing brace

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /