I'm trying to feed url into crawl websites which request urls for bulk extraction or crawling but the webpage I am interested is in apsx format and all the pages are coded as
href="javascript:__doPostBack('AspNetPager1','3')
href="javascript:__doPostBack('AspNetPager1','4')
href="javascript:__doPostBack('AspNetPager1','5')
would there be a way to get the url for the page links so that I can feed it into the bulk extraction modals?
A similar post I found on stackoverflow is
But I am not following the answer, I've installed firebug but I'm not sure what extracting url from the "network traffic" actually entails. I'm not familiar with python or computer language, I'm only trying to extract text from websites through user friendly websites such as import.io.