diff options
author | NerdyPepper <[email protected]> | 2018-07-14 16:46:44 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-07-14 16:46:44 +0100 |
commit | 7bd99903ccf03f087d71e34a455b4d6763cab6ca (patch) | |
tree | bb365c155e83f1188ecfcbbb10ee7fc880445640 /src | |
parent | 56c9c0a9bd80b265635c14b593e773ecbd384b1f (diff) |
Add more links
Diffstat (limited to 'src')
-rw-r--r-- | src/content.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content.rs b/src/content.rs index 5d702a9..f352f9f 100644 --- a/src/content.rs +++ b/src/content.rs | |||
@@ -23,6 +23,7 @@ pub fn query_url_gen(title: &str) -> String { | |||
23 | url.push_str(title); | 23 | url.push_str(title); |
24 | url.push_str("&"); | 24 | url.push_str("&"); |
25 | url.push_str("redirects=1&"); | 25 | url.push_str("redirects=1&"); |
26 | url.push_str("pllimit=40&"); | ||
26 | url.push_str("explaintext=1"); | 27 | url.push_str("explaintext=1"); |
27 | url | 28 | url |
28 | } | 29 | } |