diff --git a/server/src/newsreader.rs b/server/src/newsreader.rs index c079f26..5dc8c53 100644 --- a/server/src/newsreader.rs +++ b/server/src/newsreader.rs @@ -174,9 +174,6 @@ pub async fn thread( .map(|h| Url::parse(&h).ok()) .flatten(); let mut body = r.summary.unwrap_or("NO SUMMARY".to_string()); - // TODO: add site specific cleanups. For example: - // * Grafana does
- // * Some sites appear to be HTML encoded, unencode them, i.e. imperialviolent let cacher = Arc::new(Mutex::new(FilesystemCacher::new(&config.slurp_cache_path)?)); let body_tranformers: Vec> = vec![ Box::new(SlurpContents {