unlimited-storage

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e7885fb64bea0e16fdc6be053dd18bd765361858
parent 7079080610a1e168005c32f22a8790ccc9b66b6b
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 17 Jul 2025 10:23:26 -0500

Updated readme

Diffstat:
AREADME.md | 9+++++++++
Msrc/decode.cpp | 1+
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# Unlimited-Storage + +The purpose of this code is to convert files -> images -> videos and back again. + +# Why? + +YouTube and other services allow for video uploads for free with the current claim they will not delete them unless they break ToS. This business model is unsustainable. If the amount of data being stored always increases, you will eventually run out of space because only so much information can be stored in a finite volume. + +This timeline may be far out, but I find it to be insanely short sighted for any service to allow free file uploads without limits. To expedite this timeline, as long as you adhere to the service's ToS, feel free to use this tool to backup your data on stream services that don't state you can't (again, adhere to ToS. We don't condone breaking any ToS with this tool, and we are not liable for your usage of this program). diff --git a/src/decode.cpp b/src/decode.cpp @@ -3,6 +3,7 @@ #include "../include/debug.h" +// decode only one input file. int main(int argc, char* argv[]) { if (argc < 2) {