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
@@ -125,9 +125,9 @@ mod tests {
fn test_get_pixbuf_from_path() {
let pd = Source::from_url("http://www.newrustacean.com/feed.xml")
.unwrap()
.refresh()
.into_feed()
.unwrap()
.index_channel()
.get_podcast()
.unwrap();
let pxbuf = get_pixbuf_from_path(&pd);