19 个版本
| 0.2.4 | 2024年2月17日 |
|---|---|
| 0.2.3 | 2022年8月23日 |
| 0.2.2 | 2022年6月23日 |
| 0.2.0 | 2021年8月6日 |
| 0.0.10 | 2021年4月25日 |
#653 in 网页编程
被用于 unshorten
30KB
770 行
URLEXPAND
扩展 / 解短缩链接的详尽列表。
示例用法
- 异步
urlexpand = "0.2.3"
然后
use std::time::Duration;
use urlexpand::unshorten;
fn main() {
let url = "https://bit.ly/3alqLKi";
assert!(unshorten(url, Some(Duration::from_secs(10))).await.is_ok()); // with timeout
assert!(unshorten(url, None).await.is_ok()); // without timeout
}
- 阻塞
urlexpand = { version = "0.2.0", features = ["blocking"] }
然后
use std::time::Duration;
use urlexpand::unshorten;
fn main() {
let url = "https://bit.ly/3alqLKi";
assert!(unshorten_blocking(url, Some(Duration::from_secs(10))).is_ok()); // with timeout
assert!(unshorten_blocking(url, None).is_ok()); // without timeout
}
运行示例
cargo run --example unshorten https://bit.ly/3alqLKi
当前支持的 URL 短缩服务列表
adf.ly- Adflyadfoc.us- AdFocusamzn.to- Amazonatominik.com- Adf.ly 的一部分ay.gy- Adf.ly 的一部分b.link- BLINKbhpho.to- BH Photo & Videobit.ly- Bitly Url Shortnerbit.do- Bitdobn.gy- BNGYbranch.io- Branch.iobuff.ly- Buffer URL Shortnerceesty.com- sh.st 的一部分chollo.to- Chollo Ecommercecli.re- Capsulinkcli.fm- Capsulinkcutt.ly- Cuttlycutt.us- Cutt usdb.tt- Dropboxf.ls- Free Link Shortenerfa.by- rebrand.ly 的一部分fb.me- Facebookflip.it- Flipboardfumacrom.com- Adf.ly 的一部分git.io- Githubgeni.us- Genius Linkgoo.gl- Google 服务已停止提供 URL 短缩服务gns.io- trim (tr.im) 的一部分hmm.rs- HMM.RSht.ly- Hootsuite 的一部分hyperurl.co- SmartUrl.Itity.im- ity.im (it'-ee-i-am)intamema.comAdf.ly 的一部分is.gd- IS GDj.gs- Adf.ly 的一部分j.mp- Bitly 的一部分kutt.it- Kuttldn.im- trim (tr.im) 的一部分linklyhq.com- Linkly HQmicroify.comAdf.ly 的一部分mzl.la- Mozilla Orgnmc.sg- instra corporation ptynowlinks.net- Now Linksow.ly- Hootsuite 的一部分prf.hn- Partnerizeplu.sh- Plushq.gs- Adfly 的一部分qr.ae- Quoraqr.net- QR Code URL Shortner & generatorrebrand.ly- Rebrandlyrb.gy- RBGY Free URL Shortnerrlu.ru- RLU.RUrotf.loltinyurl.com 的一部分s.coop- SCOOPs.id- SID (home.s.id)sh.st- shorte.stsoo.gd- Soo.Gdshortcm.xyzSHORT.IO 的一部分short.gySHORT.IO 服务shortcm.xyzShortCmshorturl.at- ShortURL Atsmu.sg- 新加坡管理大学smq.tc- Bit.ly 的一部分snip.ly- Sniply.iosnipr.comsnipurl.comsnurl.comsplit.to- Linksplitsurl.li- Hyperhost (Secom.com.ua)t.co- Twittert.ly- T.LY Link Shortenert2m.io- T2M 即 "Text to Marketing" (t2mio.com)tiny.cc- TinyCCtiny.pl- TinyPLtinyium.comAdf.ly 的一部分tinyurl.com- TinyURLtiny.onetinyurl.com 的一部分tny.im- TNY.IMtny.sh- Linksplittr.imRedLotus 的 trim (tr.im)trib.al- Tribal 链接缩短器u.to- U TOv.gd- V GDvirg.in- Virginvzturl.com- Vzt URLwaa.ai- Akari 链接缩短器washex.am- bit.ly 的一部分x.co- GoDaddy URL 缩短器(目前已关闭)y2u.be- Firewrench inc. 提供的 YouTube URL 缩短器yourwish.es- 你的愿望zpr.io- Zapier
贡献
请随时通过提交拉取请求或修复错误来进行贡献。
提前感谢。
许可:MIT
依赖项
~5–20MB
~324K SLoC