Th3-822 / rapidleech

http://rapidleech.com/forum/
590 stars 522 forks source link

uptostream not working #141

Open andykimpe opened 6 years ago

andykimpe commented 6 years ago

uptostream not working

Download link not found.

uptostream update your server for use json

please update regex for get link this example

window.sources = JSON.parse('[{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/1080\/0\/video.mp4","type":"video\/mp4","label":"1080p","res":"1080","lang":"French","idLang":"0"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/720\/0\/video.mp4","type":"video\/mp4","label":"720p","res":"720","lang":"French","idLang":"0"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/480\/0\/video.mp4","type":"video\/mp4","label":"480p","res":"480","lang":"French","idLang":"0"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/360\/0\/video.mp4","type":"video\/mp4","label":"360p","res":"360","lang":"French","idLang":"0"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/1080\/1\/video.mp4","type":"video\/mp4","label":"1080p","res":"1080","lang":"English","idLang":"1"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/720\/1\/video.mp4","type":"video\/mp4","label":"720p","res":"720","lang":"English","idLang":"1"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/480\/1\/video.mp4","type":"video\/mp4","label":"480p","res":"480","lang":"English","idLang":"1"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/360\/1\/video.mp4","type":"video\/mp4","label":"360p","res":"360","lang":"English","idLang":"1"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/1080\/2\/video.mp4","type":"video\/mp4","label":"1080p","res":"1080","lang":"French2","idLang":"2"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/720\/2\/video.mp4","type":"video\/mp4","label":"720p","res":"720","lang":"French2","idLang":"2"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/480\/2\/video.mp4","type":"video\/mp4","label":"480p","res":"480","lang":"French2","idLang":"2"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/360\/2\/video.mp4","type":"video\/mp4","label":"360p","res":"360","lang":"French2","idLang":"2"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/1080\/3\/video.mp4","type":"video\/mp4","label":"1080p","res":"1080","lang":"English3","idLang":"3"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/720\/3\/video.mp4","type":"video\/mp4","label":"720p","res":"720","lang":"English3","idLang":"3"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/480\/3\/video.mp4","type":"video\/mp4","label":"480p","res":"480","lang":"English3","idLang":"3"},{"src":"https:\/\/www91.uptostream.com\/gb7kwv8a98\/360\/3\/video.mp4","type":"video\/mp4","label":"360p","res":"360","lang":"English3","idLang":"3"}]');
Th3-822 commented 6 years ago

can you add a link to check

andykimpe commented 6 years ago

yes sir eg link http://uptobox.com/brua8u2zvps8

andykimpe commented 6 years ago

I do not know enough quickleech to do the script myself

but logically a preg_match and a json_decode

should be enough

please I would like to have this host as soon as possible

its useless to propose uptobox if uptostream

does not propose with

please update file /blob/master/hosts/download/uptostream_com.php

nimah79 commented 6 years ago

You can get updated Upstream plugin from here: https://github.com/nimah79/rapidleech-plugins/blob/master/download/uptostream_com.php

andykimpe commented 6 years ago

it's already a good start but there is still a problem

that's what we can not choose either quality or language

he should rather pass it in json

so that you can retrieve the parameters

res and lang

to display a selection menu

For this, it would be necessary to recover the complete line which starts with

window.sources = JSON.parse ('

and who finishes with ')

and pass it through a decode json

it's recovering the entire line that I can not do

the jsondecode I could do it without problem