Goldenfreddy0703 / Otaku

Repository for Otaku Development
GNU General Public License v3.0
114 stars 22 forks source link

Download RD Source #233

Closed TwilightMercy closed 8 months ago

TwilightMercy commented 8 months ago

Hi,

is it possible to download the video file in Otaku? Example from Fen:

image

Goldenfreddy0703 commented 8 months ago

Not at the moment unfortunately, but we will be adding it with this issue sometime soon. It will take tike time tho so we are unsure on when we could add something like this.

https://github.com/Goldenfreddy0703/Otaku/issues/160

Goldenfreddy0703 commented 8 months ago

Hey so good news, our contributor @joezito129 has some code for downloading sources. I manage to add his code into our addon and i managed to get it working. This is still kinda experimental but it works super well with individual episodes.

There are a couple of drawbacks but in the future, we plan to work on the download function more.

About releasing, i just need help with getting this code to work without requests module and we should hopefully be good to release after we get the download function fully finished.

Goldenfreddy0703 commented 8 months ago

Hey so great news, i manage to get the code to work without requests so we released and it should be online as we speak, hope this helps, if you have any trouble with this experimental download feature, please tell me and we will look into it.

To download, you just need to right click on an episode and it should pull up a context menu and you click download. Anyway hope this feature helps, im going to go ahead and close this but we plan to improve on it in the feature. Thank you

TwilightMercy commented 8 months ago

Thanks!

What is the reason for not using requests module?

Goldenfreddy0703 commented 8 months ago

Ok it's not really a good reason but slowness, that's why @Gujal00 made his own in client.py and it works really well.

TwilightMercy commented 8 months ago

Yes, it works great!