This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

catch-redirect-url

1.0.2 • Public • Published

catch-redirect-url

Catching redirect url from headers without following it

Usage

var cru = require( 'catch-redirect-url' )
cru( "https://youtu.be/2Tvy_Pbe5NA", function ( url ) {
    console.log( url );
    // -> https://www.youtube.com/watch?v=2Tvy_Pbe5NA&feature=youtu.be
}

Readme

Keywords

Package Sidebar

Install

npm i catch-redirect-url

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • starak