Compare commits

..

No commits in common. 'e68b0df3a3324c2127fb79dd683fff09a9a01d1f' and '826efeb3fabc0f3611ed0ea4540f121eb31d0685' have entirely different histories.

@ -1,4 +1,8 @@
# yt-dlp stream to s3
<<<<<<< HEAD
# yt-dlp-stream-to-s3
=======
## yt-dlp stream to s3
Small utility to download a file using yt-dlp and stream directly to s3. Avoids saving the file on disk.
@ -19,4 +23,5 @@ try:
yt_dlp_stream_to_s3(URL, s3_extra_args=dict(ACL="public-read"))
except Exception as e:
print("error", e)
```
```
>>>>>>> d2b1e5d (first commit)

Loading…
Cancel
Save