ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

fix moby.to #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in twitter.php 376 line: function twitter_photo_replace($text) , 

chage:
'#moby.to/\??([\w\d]+)#i' => 'http://moby.to/?%s:square',

to:
'#moby.to/\??([\w\d]+)#i' => 'http://moby.to/%s:square',

Original issue reported on code.google.com by shiz...@gmail.com on 12 Oct 2009 at 1:51

GoogleCodeExporter commented 9 years ago
This was fixed some time ago.

Original comment by terence.eden on 24 Aug 2010 at 4:42

GoogleCodeExporter commented 9 years ago
It's not yet updated in the dabr-r359.zip

Original comment by rudolfpi...@gmail.com on 22 Mar 2011 at 12:46

GoogleCodeExporter commented 9 years ago
This is now part of embed.ly - works in all recent versions.

Original comment by terence.eden on 28 Apr 2011 at 1:04