rapidleech
rapidleech copied to clipboard
uptostream not working
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"}]');
can you add a link to check
yes sir eg link http://uptobox.com/brua8u2zvps8
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
You can get updated Upstream plugin from here: https://github.com/nimah79/rapidleech-plugins/blob/master/download/uptostream_com.php
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