We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ae131 commit cf1c6c5Copy full SHA for cf1c6c5
find_urls.py
@@ -5,7 +5,7 @@
5
# Configuration for multiple target websites
6
TARGET_SITES = {
7
"https://en.wikipedia.org/wiki/Main_Page": "https://en.wikipedia.org/wiki/",
8
- "https://example.com/blog/": "https://example.com/blog/"
+ "https://kernel.org/": "https://www.kernel.org/category/"
9
# Add more sites here in the format: "URL": "URL_PREFIX"
10
}
11
0 commit comments