Add user agent.
Showing
- Cargo.lock 411 additions, 7 deletionsCargo.lock
- Cargo.toml 2 additions, 0 deletionsCargo.toml
- README.md 2 additions, 0 deletionsREADME.md
- set_version.sh 1 addition, 1 deletionset_version.sh
- src/main.rs 3 additions, 0 deletionssrc/main.rs
- src/routes/embed.rs 1 addition, 1 deletionsrc/routes/embed.rs
- src/routes/proxy.rs 6 additions, 6 deletionssrc/routes/proxy.rs
- src/structs/metadata.rs 3 additions, 0 deletionssrc/structs/metadata.rs
- src/util/request.rs 24 additions, 6 deletionssrc/util/request.rs
... | ... | @@ -7,7 +7,9 @@ edition = "2018" |
[dependencies] | ||
actix-web = "4.0.0-beta.6" | ||
lazy_static = "1.4.0" | ||
imagesize = "0.8.8" | ||
ytextract = "0.1.0" | ||
reqwest = "0.11.3" | ||
scraper = "0.12.0" | ||
serde_json = "1" | ||
... | ... |
Please register or sign in to comment