Skip to content

Commit b195f41

Browse files
committed
#130 Return original feeds
1 parent 4efac8c commit b195f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/filter/google_news.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Name:: Automatic::Plugin::Filter::GoogleNews
33
# Author:: 774 <http://id774.net>
44
# Created:: Oct 12, 2014
5-
# Updated:: Oct 14, 2014
5+
# Updated:: Oct 16, 2014
66
# Copyright:: Copyright (c) 2014 Automatic Ruby Developers.
77
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
88

@@ -25,7 +25,7 @@ def run
2525
new_feeds << rewrite_link(feed) unless feed.link.nil?
2626
}
2727
end
28-
@return_feeds << Automatic::FeedMaker.create_pipeline(new_feeds)
28+
@return_feeds << new_feeds
2929
}
3030
@return_feeds
3131
end

0 commit comments

Comments
 (0)