LivingWithHippos / unchained-android

App to interact with real-debrid API
GNU General Public License v3.0
397 stars 50 forks source link

Add containers support #95

Closed Invictaz closed 3 years ago

Invictaz commented 3 years ago

Filehosters group the individual parts of a file into .dlc files. Comparable to .nzb

Currently it's not implemented. Not sure if it's only the extension that needs support or more work.

.dlc files may have some sort of encryption?

LivingWithHippos commented 3 years ago

Real Debrid currently supports RSDF, CCF, CCF3 and DLC containers. It should not be too hard to add.

Invictaz commented 3 years ago

When importing containers, they are opened or first downloaded like torrents?

When downloaded, this takes an extra step to download it to phone afterwards via aria2app.

Hopefully we can avond the extra steps and use realdebrid to unlock the filehost and download to device. This is the same behavior as Jdownloader2 does on pc.

LivingWithHippos commented 3 years ago

I have never used a container so I'll need to find one and test it with real debrid. As a general rule, it will work like when you load them into real debrid.

They should be links to hosted files, right? Then they should be ready for use. I'll probably throw them into the new folder screen.

Invictaz commented 3 years ago

Yes but maybe they contain encrypted content. Not sure.