We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ca170 commit d0614c9Copy full SHA for d0614c9
1 file changed
plugins/filter/image_source.rb
@@ -2,7 +2,7 @@
2
# Name:: Automatic::Plugin::Filter::ImageSource
3
# Author:: 774 <http://id774.net>
4
# Created:: Feb 28, 2012
5
-# Updated:: Feb 21, 2014
+# Updated:: Feb 26, 2014
6
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
7
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
8
@@ -25,7 +25,7 @@ def run
25
arr = rewrite_link(feed)
26
if arr.length > 0
27
arr.each {|link|
28
- Automatic::Log.puts("info", "Parsing: #{link}")
+ Automatic::Log.puts("info", "Extract Image: #{link}")
29
hashie = Hashie::Mash.new
30
hashie.title = 'FilterImageSource'
31
hashie.link = link
0 commit comments