[addon] refactors realdebrid to allow downloading links

This commit is contained in:
TheBeastLT
2020-05-10 19:21:18 +02:00
parent 1a4a06b8e3
commit 3662eda2bc
2 changed files with 92 additions and 30 deletions

7
addon/moch/static.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
DOWNLOADING: 'https://pictshare.net/i4q1aa.mp4/raw',
FAILED_DOWNLOAD: 'https://pictshare.net/efvr4p.mp4/raw',
FAILED_ACCESS: 'https://pictshare.net/unnwy8.mp4/raw',
FAILED_RAR: 'https://pictshare.net/2ldkfd.mp4/raw',
FAILED_UNEXPECTED: 'https://pictshare.net/r4ul1j.mp4/raw'
}