From 4ca3d9073e5302e4958ac52012c14194b689e5bc Mon Sep 17 00:00:00 2001 From: bvanroll Date: Thu, 10 Jul 2025 10:01:44 +0200 Subject: [PATCH] ok --- homegrown/email/Cargo.toml | 1 - homegrown/email/readme.md | 4 +++- homegrown/email/src/main.rs | 8 ++++---- static/yters.json | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/homegrown/email/Cargo.toml b/homegrown/email/Cargo.toml index b373d29..f1770d8 100644 --- a/homegrown/email/Cargo.toml +++ b/homegrown/email/Cargo.toml @@ -10,7 +10,6 @@ reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] } lettre = "0.11" serde = { version = "1.0", features = ["derive"] } -serde_yaml_ng = "0.9" serde_json = "1" google-youtube3 = "*" diff --git a/homegrown/email/readme.md b/homegrown/email/readme.md index 619440d..80bb5f3 100644 --- a/homegrown/email/readme.md +++ b/homegrown/email/readme.md @@ -2,4 +2,6 @@ sends me an email every monday with all the new videos from channels i like on youtbue # status -man, idk why but the request for my raw content just gives {} rn. i'm too tired to figure it out, it's for tomorrow +can read the json, now to actually implement the youtube api calls. +Prolly just gonna call the api directly with reqwest. +add