Replace links

This commit is contained in:
Jordan Petridis
2018-07-25 03:26:41 +03:00
parent 04c68ba013
commit 53be091a31
10 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ pub fn import_to_db<R: Read>(reader: R) -> Result<Vec<Source>, reader::Error> {
.filter_map(|s| {
if let Err(ref err) = s {
let txt = "If you think this might be a bug please consider filling a report over \
at https://gitlab.gnome.org/World/hammond/issues/new";
at https://gitlab.gnome.org/World/gnome-podcasts/issues/new";
error!("Failed to import a Show: {}", err);
error!("{}", txt);
+1 -1
View File
@@ -103,7 +103,7 @@ mod tests {
/// Insert feeds and update/index them.
fn test_pipeline() {
truncate_db().unwrap();
let bad_url = "https://gitlab.gnome.org/World/hammond.atom";
let bad_url = "https://gitlab.gnome.org/World/gnome-podcasts.atom";
// if a stream returns error/None it stops
// bad we want to parse all feeds regardless if one fails
Source::from_url(bad_url).unwrap();