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

Feature request: Provide an argument to resume downloading at a certain position #48

Open
tomtom opened this issue May 12, 2020 · 1 comment

Comments

@tomtom
Copy link

tomtom commented May 12, 2020

Allow to restart downloading titles from a certain position. I didn't fully dig into the code, but assuming that the order of the results from download_springer_table is stable, it would be sufficient to change the definition of download_springer_book_files to something like this:

download_springer_book_files <- function ([...], start = 1) {
    [...]
    for (title in springer_books_titles[start : lenght(springer_books_titles)]) {
        [...]
    }
    [...]
}
@renanxcortes
Copy link
Owner

In closing #3, I added a feature that checks the existence of the file before downloading it and saving it. Therefore, I think this issue is already contemplated in a certain way.

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

2 participants