You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only parsing needed is to replace space characters with the "%20" string.
It would be nice to have an --authorOrKeyword argument where one or more Authors/Keywords would be specified ( maybe a ; seperated list) and then just download the books matching the Author/Keyword. Even better would be to allow a file of Author names that could be read and processed for each Author (1 per line).
I looked at the file index.ts and see various option for fetchCriteria, but don't have a clue how to change the URL and Criteria to make this happen, even if I had to hard code the Author value each time before running it.
This would allow me to download the Authors that I absolutely want to download, and might get around some of the limits on the number of downloads that are possible.
Thanks,
Eric
The text was updated successfully, but these errors were encountered:
I can generate a list of books for a specific author or keyword using the URL:
https://www.amazon.com/hz/mycd/digital-console/contentlist/booksAll/dateDsc/[Author/Keyword]
For Example, to get the Books by the Author J. Robert Kennedy I could use the URL:
https://www.amazon.com/hz/mycd/digital-console/contentlist/booksAll/dateDsc/j.%20robert%20kennedy
The only parsing needed is to replace space characters with the "%20" string.
It would be nice to have an --authorOrKeyword argument where one or more Authors/Keywords would be specified ( maybe a ; seperated list) and then just download the books matching the Author/Keyword. Even better would be to allow a file of Author names that could be read and processed for each Author (1 per line).
I looked at the file index.ts and see various option for fetchCriteria, but don't have a clue how to change the URL and Criteria to make this happen, even if I had to hard code the Author value each time before running it.
This would allow me to download the Authors that I absolutely want to download, and might get around some of the limits on the number of downloads that are possible.
Thanks,
Eric
The text was updated successfully, but these errors were encountered: