alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

excel file indices missing - can't download specific books #73

Open AntWarland opened 4 years ago

AntWarland commented 4 years ago

I want to download the epubs for a list of 38 books but there's no indices and row number has no relation to book downloaded.. please help

chaosAD commented 4 years ago

The indices are on the A column. The column is immediately to the left of the Book Title.

AntWarland commented 4 years ago

The book titles are on the A column for me (using this link): https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v4

chaosAD commented 4 years ago

indices

AntWarland commented 4 years ago

I've tried downloading the file again and that column is still not there....

chaosAD commented 4 years ago

You are right, the original Excel file do not have column with the indices I was referring to. Try this (I know it is crude):

python main.py -i 1

Then wait till it finishes. Go to the ./download sub-folder and open table_v4.xlsx file.

AntWarland commented 4 years ago

Okay, they're in that one! Thanks :)

chaosAD commented 4 years ago

To avoid confusion, I have amended the script to refer to the real Excel index instead of the newly injected index (red). This is fixed in PR #74.

So now, the first book, which is Fundamental of Power Electronics is on index 2 instead of 0. To download only that book

python main.py -i 2
cszesther commented 4 years ago

Hi! Index 383 Essentials of Business Analytics should be index 382