Itz-fork / Gofile2

An API Wrapper for Gofile API
https://pypi.org/project/gofile2
MIT License
27 stars 4 forks source link

Program doesn't preserve the folder structure #5

Open h-enes-simsek opened 1 year ago

h-enes-simsek commented 1 year ago

This is actually almost not an issue, but a feature. I don't know if you want to add a feature to support recursive folder upload.

At the moment assume you have a folder like this: _ parent pic1.jpg child _____ pic2.jpg

And you upload the parent folder to gofile server. It ends up like this in the gofile server: longBoringGenericName pic1.jpg _ pic2.jpg

So it does not preserve the folder structure. I don't need it personally but this feature could be added.

Thank you for your effort to open source.