jsergio123 / script.module.resolveurl

Fork of the UrlResolver from tknorris
GNU General Public License v2.0
111 stars 97 forks source link

Can you add the hydrax(absyy.to) ? #476

Closed lavara123 closed 3 years ago

lavara123 commented 3 years ago

Can you add this?

curl 'https://embed2.megaxfer.ru/embed2/01bded490f99430277078b8ad5ae9af8' \
  -H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36' \
  -H 'referer: https://www.2embed.ru/' \
  --compressed
Gujal00 commented 3 years ago

Unfortunately can't be done as Hydrax delivers the stream (segments stored in Google Drive) over websocket instead of any standard Kodi supported streaming protocol. So will only work with their custom player on the webbrowser and not inside Kodi.

lavara123 commented 3 years ago

Unfortunately can't be done as Hydrax delivers the stream (segments stored in Google Drive) over websocket instead of any standard Kodi supported streaming protocol. So will only work with their custom player on the webbrowser and not inside Kodi.

There is an old example of what can be done for Kodi, can't this be improved?

https://github.com/L2501/script.gslug.player

https://github.com/L2501/script.gslug.player/blob/master/resources/service/gslug.py

Gujal00 commented 3 years ago

ResolveURL is not a player, not the right solution