aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content.rs b/src/content.rs
index 36d4da6..67e8d24 100644
--- a/src/content.rs
+++ b/src/content.rs
@@ -1,6 +1,5 @@
1pub fn url_gen(title: &str) -> String { 1pub fn url_gen(title: &str) -> String {
2 2
3// /w/api.php?action=query&format=json&prop=extracts&titles=rust&explaintext=1
4 title.replace(" ", "%20"); 3 title.replace(" ", "%20");
5 4
6 // query config 5 // query config