From e6215419dbb643784a54e9c754ccec3086a8af93 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Jan 2011 08:30:19 -0700 Subject: [PATCH] ... --- resources/recipes/onionavclub.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/recipes/onionavclub.recipe b/resources/recipes/onionavclub.recipe index 038111cbe9..f32fd084b1 100644 --- a/resources/recipes/onionavclub.recipe +++ b/resources/recipes/onionavclub.recipe @@ -26,7 +26,7 @@ class BBC(BasicNewsRecipe): extra_css = '.headline {font-size: x-large;} \n .fact { padding-top: 10pt }' feeds = [ - ('Interviews', 'http://www.avclub.com/feed/interview/'), + ('TV', 'http://www.avclub.com/feed/tv/'), ('AV Club Daily', 'http://www.avclub.com/feed/daily'), ('Film', 'http://www.avclub.com/feed/film/'), ('Music', 'http://www.avclub.com/feed/music/'),