younesaassila / ttv-lol-pro

TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect.
GNU General Public License v3.0
1.46k stars 30 forks source link

Purple Adblock Support #46

Closed revunix closed 1 year ago

revunix commented 1 year ago

Is it possible to use the servers of Purple Adblock?

https://eu1.jupter.ga/channel/{channelname} https://eu2.jupter.ga/channel/{channelname}

This server a working very good.

younesaassila commented 1 year ago

TTV LOL PRO is only compatible with servers using the same structure as TTV LOL's API (/ping, /playlist, and /vod routes).

I don't know if Purple Adblock is compatible with this structure. If it is and you want to use it, just add its URL to Options > Proxies.

Edit: The reason for only supporting servers following TTV LOL's API structure is that adding special cases for specific servers would result in more spaghetti code.