dharmafly / noodle

A node server and module which allows for cross-domain page scraping on web documents with JSONP or POST.
https://noodle.dharmafly.com/
745 stars 69 forks source link

Doesn't give final url and domain #121

Open manojmali1991 opened 8 years ago

manojmali1991 commented 8 years ago

I need the final url location

e.g.
I want to scrape following url A: http://bit.ly/1TcDGBI

this redirects to

B: https://medium.com/@jamnopeanut/facing-three-months-in-rikers-for-climbs-on-statue-while-protesting-police-murder-85dd5062523a#.l3qaty8r5

So I need this unshortened url B. How can I get it?