diff options
author | NerdyPepper <[email protected]> | 2018-07-30 17:17:42 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-07-30 17:17:42 +0100 |
commit | ffacbf9aec3342519190755a913faa11438f3f28 (patch) | |
tree | 75af81e031b6c528847a5763d726cacd3cfddb1d /src | |
parent | 769b323073a523414fd8bbfa1c3a734529196c1d (diff) |
Add profiles
Diffstat (limited to 'src')
-rw-r--r-- | src/content.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content.rs b/src/content.rs index d767f9c..aa45207 100644 --- a/src/content.rs +++ b/src/content.rs | |||
@@ -24,7 +24,7 @@ pub fn query_url_gen(title: &str) -> String { | |||
24 | url.push_str(&urlencoding::encode(title)); | 24 | url.push_str(&urlencoding::encode(title)); |
25 | url.push_str("&"); | 25 | url.push_str("&"); |
26 | url.push_str("redirects=1&"); | 26 | url.push_str("redirects=1&"); |
27 | url.push_str("pllimit=40&"); | 27 | url.push_str("pllimit=100&"); |
28 | url.push_str("explaintext=1"); | 28 | url.push_str("explaintext=1"); |
29 | url | 29 | url |
30 | } | 30 | } |