api - Getting the most recent version of a file kept by archive.org -


i have set of harvested atom feeds. of them have few years, , of posts link images no longer there.

is there way recent version kept way machine?

i know can manually, i'd automate process. archive.org provides restful api, far find out doesn't seem provide specific calls need. suppose fallback web-scrapping, i'd prefer more elegant solution, if there one.

figured out. latest version of file have get url (don't forget check http status code 200):

http://web.archive.org/web/form-submit.jsp?type=replay&url=<file_url>


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -