I am trying to extract url from a webpage and follow them and I am skipping the 4XX and 5XX.My question is Is it possible to print the URL of the request that is returning 200 using xidel
xidel -s --error-handling=4xx=skip,5xx=skip "URL" -e "PRINT URL"
'https://videlibri.sourceforge.net/xidel_readme.txt':
So, you're looking for
-e "$url".