Hacker News new | past | comments | ask | show | jobs | submit login

Actually I had done this:

  wget -O ~/Downloads/books.csv 'https://link.springer.com/search/csv?facet-content-type=%22Book%22&package=mat-covid19_textbooks&fbclid=IwAR14_P6ZT4OoaHCYpxQCu_NtGLENhKOhfVD-b648OmS3TFM39gDZEhkDBS0&facet-language=%22En%22&sortOrder=newestFirst&showAll=true' && awk 'BEGIN { FS = "," }; { gsub("book","content/pdf",$9) ; if ($9 ~ /^"http/) { print "wget --content-disposition -P ~/Downloads/springer " $9; } }' < ~/Downloads/books.csv | bash



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: