Is it possible to obtain the last url using await needle()?
Moldoteck opened this issue · comments
Cristian Padureac commented
basically the title. For example in this case>
let document = await ndl('get', link, { follow_max: 5})
How can I get the last url?