All Projects → matteocontrini → node-bypasser

matteocontrini / node-bypasser

Licence: MIT license
Bypass URL shortener websites

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-bypasser

gShort
URL Shortener without all the crap
Stars: ✭ 80 (+142.42%)
Mutual labels:  shortener
ursho
URL Shortener Service in Go
Stars: ✭ 118 (+257.58%)
Mutual labels:  shortener
YOURLS
🔗 The de facto standard self hosted URL shortener in PHP
Stars: ✭ 9,007 (+27193.94%)
Mutual labels:  shortener
ksana.in
✂️ Layanan pemendek tautan yang mudah, gratis & tanpa iklan
Stars: ✭ 186 (+463.64%)
Mutual labels:  shortener
bifrost
🌉 The rainbow bridge. URL shortener for Vercel.
Stars: ✭ 28 (-15.15%)
Mutual labels:  shortener
snip
✌️ The simple, no-bs link shortener
Stars: ✭ 33 (+0%)
Mutual labels:  shortener
goshort
Golang URL Shortener
Stars: ✭ 26 (-21.21%)
Mutual labels:  shortener
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+3148.48%)
Mutual labels:  shortener
Base62
PHP Base62 encoder and decoder for integers and big integers with Laravel 5 support.
Stars: ✭ 16 (-51.52%)
Mutual labels:  shortener
urlshortener-rs
A very-very simple url shortener for Rust
Stars: ✭ 34 (+3.03%)
Mutual labels:  shortener
dwarf
A O(1) URL shortener microservice backed by redis and gRPC communication.
Stars: ✭ 33 (+0%)
Mutual labels:  shortener
ruby-bitly
A simple bit.ly ruby client to shorten URLs, expand or get number of clicks on a bitlink.
Stars: ✭ 17 (-48.48%)
Mutual labels:  shortener
yii2-minify-url
Project on YII2 framework for create short url (url shortener)
Stars: ✭ 15 (-54.55%)
Mutual labels:  shortener
small-sh
Um encurtador de URL's gratuito e Open source. Torne suas URL's um tanto pequenas forma rápida e gratuita
Stars: ✭ 30 (-9.09%)
Mutual labels:  shortener
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+72.73%)
Mutual labels:  shortener

node-bypasser

Build Status npm version

Bypass URL shortener websites

Install

npm install --save node-bypasser

Example:

Try on Tonic

var Bypasser = require('node-bypasser');

var w = new Bypasser('http://adf.ly/1DX0XD');
w.decrypt(function(err, result) {
	console.log('Decrypted: ' + result);
});

The output will be

Decrypted: https://github.com/matteocontrini/node-bypasser/

Testing

npm run test

Travis CI build is failing?

Unit tests may occasionally fail when there are network connectivity issues or when services' servers give bad temporary responses.

Supported websites

  • Adf.ly
  • Linkbucks.com (all alternative domains)
  • Shorte.st (sh.st, u2ks.com, jnw0.com, digg.to, dh10thbvu.com)
  • AdFoc.us
  • Smsh.me
  • P.pw
  • LinkShrink.net
  • Link5s.com
  • Bc.vc
  • NowVideo and AuroraVid (MP4/FLV video direct link will be extracted)
  • All generic services that use simple 301/302 redirect (goo.gl, bit.ly, t.co,...)

Request a new service

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].