diff --git a/README.md b/README.md index 1a13593..b5ee1b7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Written in D using [sumtype](https://code.dlang.org/packages/sumtype), [pegged](https://code.dlang.org/packages/pegged), [dxml](https://code.dlang.org/packages/dxml), -[htmld](https://code.dlang.org/packages/htmld) and [Vibe.d](https://vibed.org). +[htmld](https://code.dlang.org/packages/htmld), +[requests](https://code.dlang.org/requests) and [Vibe.d](https://vibed.org) ## Features diff --git a/source/cartastraccia/actor.d b/source/cartastraccia/actor.d index fc46044..dafe622 100644 --- a/source/cartastraccia/actor.d +++ b/source/cartastraccia/actor.d @@ -41,7 +41,6 @@ auto req = Request(); req.keepAlive = false; req.timeout = REQ_TIMEOUT; - auto res = req.get(path); parseRSS(rss, cast(immutable string)res.responseBody.data);