Skip to content

Commit cf1c6c5

Browse files
authored
Update find_urls.py
1 parent 51ae131 commit cf1c6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Configuration for multiple target websites
66
TARGET_SITES = {
77
"https://en.wikipedia.org/wiki/Main_Page": "https://en.wikipedia.org/wiki/",
8-
"https://example.com/blog/": "https://example.com/blog/"
8+
"https://kernel.org/": "https://www.kernel.org/category/"
99
# Add more sites here in the format: "URL": "URL_PREFIX"
1010
}
1111

0 commit comments

Comments
 (0)