Untiny应声而出的短网址恢复提取网站,其API接口那是相当的简单易用,除此之外还提供了Firefox插件使用(经试验不能在Linux Firefox中安装,用Windows的同学们尝试一下吧)。还有Untiny Ubiquity——这个自然得借助Ubiquity,以及Untiny GTalk Bot机器人。缩短网址自然是好,可是哪里知道这短网址背后所隐藏的秘密,不经意间你或许就被带入到某个黑暗深渊,深受病毒,蠕虫,垃圾信息的侵扰,是Untiny给我们带来了福音。
且看官方提供的提取短网址原链接的脚本文件
#!/bin/bash
# read the URL from user input
tinyURL=$1
# check if the user wrote an URL , if not show the usage message ..
if [ ! "$tinyURL" = "" ]
then
echo "Extracting the tiny web site , \
the speed depends on your connection and server status,please wait .."
varUntiny=$(w3m -F -dump \
"http://untiny.me/api/1.0/extract?url=$tinyURL&format=text"|head -1)
echo "The untiny web site is : $varUntiny"
else
echo "Usage : untinysh URL , e.g. untinysh http://jerais.com"
fi
原脚本文件下载地址,如果用python实现也比较简单,同样一条命令就足够了
urllib.urlopen("http://untiny.me/api/1.0/extract?\
url=http://tinyurl.com/picobird&format=text")
其他更多内容,插件和API接口见官方网站
[星期二, 四月 28, 2009
|
View Comments
]
查看邮件也能赚钱
blog comments powered by Disqus