We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efac8c commit b195f41Copy full SHA for b195f41
plugins/filter/google_news.rb
@@ -2,7 +2,7 @@
2
# Name:: Automatic::Plugin::Filter::GoogleNews
3
# Author:: 774 <http://id774.net>
4
# Created:: Oct 12, 2014
5
-# Updated:: Oct 14, 2014
+# Updated:: Oct 16, 2014
6
# Copyright:: Copyright (c) 2014 Automatic Ruby Developers.
7
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
8
@@ -25,7 +25,7 @@ def run
25
new_feeds << rewrite_link(feed) unless feed.link.nil?
26
}
27
end
28
- @return_feeds << Automatic::FeedMaker.create_pipeline(new_feeds)
+ @return_feeds << new_feeds
29
30
@return_feeds
31
0 commit comments