kaangiray26 / geddit-app

An open-source, Reddit client for Android without using the public JSON feed
https://kaangiray26.github.io/geddit-app/
GNU General Public License v3.0
886 stars 27 forks source link

Please add a button to download videos/images directly to our device #33

Open ghost opened 1 year ago

kaangiray26 commented 1 year ago

Hi, recent commits bring the ability to download images to the documents/geddit folder, however I've not implemented a way to download videos and all gallery images at once.

Downloading videos is a bit more problematic and may require additional steps because the source is a HLS fragmented media. I guess I need to implement a way to download fragments and then convert them to mp4 for the best support among android devices.