Skip to content

Commit 62093cd

Browse files
author
Stephen Dolenc
committed
alternate destinations
1 parent 30c329b commit 62093cd

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

test/not_satisfied.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>The request could not be satisfied.</title>
7+
</head>
8+
9+
<body>
10+
The request could not be satisfied.
11+
</body>
12+
13+
</html>

test/test_amazonscraper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_amazonscraper_invalid_url():
4040

4141

4242
def test_amazonscraper_sign_in_suggestion():
43+
# or https://www.amazon.com/ref=assoc_res_sw_logo
4344
url = "https://www.amazon.com/gp/aw/ref=mw_access"
4445
products = amazonscraper.search(
4546
search_url=url,

0 commit comments

Comments
 (0)