Methods renaming, Api changes.

This commit is contained in:
Jordan Petridis
2017-11-22 06:25:34 +02:00
parent 9bc6df2cba
commit 31328355b1
5 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -208,9 +208,9 @@ mod tests {
fn test_cache_image() {
let pd = Source::from_url("http://www.newrustacean.com/feed.xml")
.unwrap()
.refresh()
.into_feed()
.unwrap()
.index_channel()
.get_podcast()
.unwrap();
let img_path = cache_image(&pd);