Streamsb stop working
Closed this issue · 11 comments
Hi @Gujal00 ,
The streamsb stop working.
The 'download link' does not return the href in the response :(.
Can you please fix it when you have time?
hxxps://streamsb.net/embed-h4fg8eh792ff.html
Thank you,
Yes that particular one has downloads disabled on the website itself.
Is it happening for all embeds?
Also for watchsb .Don't know other embeds. I will try to find other link
But I think download is not disabled only a newer way to hide the dl link.
@Gujal00 based off what I'm seeing, may need to modify girc a little to capture that token...i think :P
@Gujal00 What do think about trying this....
use your idea of base64 module, but chop off any extra unnecessary shit at the end after the encoding
domain = base64.b64encode((rurl[:-1] + ':443').encode('utf-8'))
domain = re.sub(r'\W', '', domain)
does that help?
Seems like the =
is never needed for those api calls. Only ever seen a .
at the end of the string
Not sure if they replace the = with the . however, leaving it all off works too
This seems to work
domain = base64.b64encode((rurl[:-1] + ':443').encode('utf-8')).decode('utf-8').replace('=', '')
awesome let me test real quick
perfect works :)
Hi,
Can you please double check the sbplay2? It seems it does not work.
hxxps://sbplay2.com/e/6ndvw265eiyx
Thank you.