Coder Social home page Coder Social logo

node-expand-url's People

Contributors

kamaln7 avatar ttback avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-expand-url's Issues

Need a hack for few url expanders

Hello, for some urls the expander does not work. It returns the same url. However using it on browser, redirects to the new url.

var urlExpander=require('expand-url');

var url = 'http://cdn.newsapi.com.au/link/375e7272fdc87a7db2d21e25ab9c8320';
urlExpander.expand(url, function(err, longUrl){
    console.log(longUrl);
});

Could you please update your code so that it doesn't rely on deprecated dependencies

❯ npm install expand-url
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

Expansion does not work for Facebook short urls

Example :

https://fb.me/6VeR6oHIs should redirect to http://kannadamatinee.in/bangalore_police_video/.

But its not, the module is giving back the initial url which has been provided to it. This is the case for all Facebook short urls. ie, the urls starting with fb.me

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.