sealedtx / java-youtube-downloader

Simple, almost zero-dependency java parser for retrieving youtube video metadata
Other
426 stars 117 forks source link

Add public overload of download that takes an OutputStream #80

Closed jamesvickers19 closed 3 years ago

jamesvickers19 commented 3 years ago

Allows users of the library to operate on the data in-memory without writing to disk.

77

sealedtx commented 3 years ago

@jamesvickers19 nice, thank you