pamaxie / --OLD--Pamaxie

Worker "clients" for analyzing media content. Pamaxie is a Natural Learning API for accessing several Neural Networks and hand-crafted algorithms for moderating content on platforms.
https://pamaxie.com
Apache License 2.0
2 stars 2 forks source link

WebClient Download implementation make stream seekable #20

Open ghost opened 3 years ago

ghost commented 3 years ago

Currently, when scanning files via URL the stream is not seekable, this needs to be changed. We cannot have a stream be nonseekable and potentially cause issues. This is why we need to make an implementation that elevates this issue.