Show
Ignore:
Timestamp:
08/02/08 09:43:11 (4 months ago)
Author:
hsbt
Message:

suport v2.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/section_footer2.rb

    r15391 r16965  
    7575        begin 
    7676                timeout(5) do 
    77                         open( "http://badges.del.icio.us/feeds/json/url/data?hash=#{url_md5}" ) do |f| 
     77                        open( "http://feeds.delicious.com/v2/json/urlinfo/#{url_md5}" ) do |f| 
    7878                                json = JSON.parse( f.read ) 
    7979                        end