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

Idempotent runs by locally tracking successful uploads (😘) #311

Closed
wants to merge 1 commit into from

Commits on Sep 17, 2023

  1. Idempotency: Keep a local "archive" (index) of files successfully upl…

    …oaded the way
    
      yt-dlp keep track of downloaded items.
    
    - Amend bibanon#19 by adding optional idempotency between runs:
      While concurrent-instances can still rely on a "clean" download directory (bibanon#19)
      a single upload node can use --use-upload-archive can avoid source files removal.
      Subsequent runs of `tubeup` will omit files already uploaded.
    
    - Fixes bibanon#23 (and part of bibanon#233)
    - NB: Ability for upload_ia() to return None, paves the way to fix bibanon#36 or bibanon#109
    drzraf committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    feaa124 View commit details
    Browse the repository at this point in the history