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 39e4fc4 commit a581831Copy full SHA for a581831
src/consts/uris.rs
@@ -13,8 +13,8 @@ impl Uris {
13
"sci-hub.se",
14
];
15
16
+ pub const SCIHUB_PROXY_REQUEST_PDF: &'static str = "https://tools.monlib.net/scihub?url=";
17
pub const WIKIPEDIA_API_REQUEST_PDF: &'static str = "https://en.wikipedia.org/api/rest_v1/page/pdf/";
18
pub const WIKISOURCE_API_REQUEST_PDF: &'static str = "https://en.wikisource.org/api/rest_v1/page/pdf/";
- pub const SCIHUB_PROXY_REQUEST_PDF: &'static str = "https://tools.monlib.net/scihub?url=";
19
20
}
0 commit comments