From: http://ur1.ca
ur1 is an Open Service from Contrôlez-Vous, Inc., powered by lilURL. Full source available under the terms of the
GNU General Public License.
UR1 Database is available in tab-separated values format. To the extent possible under law, Contrôlez-Vous, Inc.
has waived all copyright, moral rights, database rights, and any other rights that might be asserted over the UR1
Database.
--->8---
72c72,78
<
---
>
> :ur1ca => Service.new("ur1.ca") { |s|
> s.action = "/index.php"
> s.field = "longurl"
> s.block = lambda { |body| URI.extract(body).grep(/ur1.ca/)[0] }
> },
>
--->8---
|