-
Notifications
You must be signed in to change notification settings - Fork 71
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
Change this forks "Scanner" tag to something different #315
Commits on Sep 17, 2023
-
Revert "Remove urllib3 dependency"
This reverts commit 0911477. urllib3 is needed to postprocess/parse/URL for sanitization and privacy purpose (bibanon#192)
Configuration menu - View commit details
-
Copy full SHA for d838711 - Browse repository at this point
Copy the full SHA d838711View commit details -
IA currently leaks the IP address of the submitter. This is bad.
We fix this by carefully redacting the IP address in the JSON fields known to contain it.
Configuration menu - View commit details
-
Copy full SHA for add619c - Browse repository at this point
Copy the full SHA add619cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb7b3e - Browse repository at this point
Copy the full SHA 7cb7b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 402ae19 - Browse repository at this point
Copy the full SHA 402ae19View commit details
Commits on Sep 18, 2023
-
Dont leak ip address (bibanon#310)
* Revert "Remove urllib3 dependency" This reverts commit 0911477. urllib3 is needed to postprocess/parse/URL for sanitization and privacy purpose (bibanon#192) * IA currently leaks the IP address of the submitter. This is bad. We fix this by carefully redacting the IP address in the JSON fields known to contain it. * added tests * flake8 linting
Configuration menu - View commit details
-
Copy full SHA for 9c2ae72 - Browse repository at this point
Copy the full SHA 9c2ae72View commit details -
URLlib3 dependency version lift
- Use latest urllib3 instead of that specific version
Configuration menu - View commit details
-
Copy full SHA for a7d8b42 - Browse repository at this point
Copy the full SHA a7d8b42View commit details
Commits on Sep 19, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d0b9df6 - Browse repository at this point
Copy the full SHA d0b9df6View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 545c8fe - Browse repository at this point
Copy the full SHA 545c8feView commit details -
Ability, from an existing info-file, to upload existing associated me…
…dia files. If `tubeup` is passed the path of info.json files instead of URL, then it will parse them and, if `--output` was set correctly (same value as previous `yt-dlp`) then recover the basename of the local files associated with this video. If used intelligently, especially in conjunction with: --ignore-existing-item # needed, for now, to avoid the download-archive codepath --yt=--format=... # use the same download format --yt=--no-overwrites ... then existing files may be uploaded without having been re-downloaded/overwritten. Usage isn't foolproof. Use at your own risks.
Configuration menu - View commit details
-
Copy full SHA for a52031c - Browse repository at this point
Copy the full SHA a52031cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f1730 - Browse repository at this point
Copy the full SHA 40f1730View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 33a8573 - Browse repository at this point
Copy the full SHA 33a8573View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c7115 - Browse repository at this point
Copy the full SHA f6c7115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8777dfa - Browse repository at this point
Copy the full SHA 8777dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0c21f - Browse repository at this point
Copy the full SHA ff0c21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e962f21 - Browse repository at this point
Copy the full SHA e962f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aaa6e7 - Browse repository at this point
Copy the full SHA 4aaa6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e32cee9 - Browse repository at this point
Copy the full SHA e32cee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9cc30 - Browse repository at this point
Copy the full SHA 6f9cc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055302b - Browse repository at this point
Copy the full SHA 055302bView commit details