Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AntWarland opened this issue Apr 30, 2020 · 8 comments
Open

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

AntWarland opened this issue Apr 30, 2020 · 8 comments

Comments

@AntWarland
Copy link

AntWarland commented Apr 30, 2020

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

@AntWarland AntWarland changed the title excel file indices missing - can't download specific book excel file indices missing - can't download specific books Apr 30, 2020
@chaosAD
Copy link
Contributor

chaosAD commented Apr 30, 2020

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

@AntWarland
Copy link
Author

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
Copy link
Contributor

chaosAD commented Apr 30, 2020

indices

@AntWarland
Copy link
Author

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

@chaosAD
Copy link
Contributor

chaosAD commented Apr 30, 2020

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
Copy link
Author

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

@chaosAD
Copy link
Contributor

chaosAD commented Apr 30, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants