2bc4 / streamlink-ttvlol

Streamlink Twitch plugin modified to work with the TTV.LOL API
BSD 2-Clause "Simplified" License
158 stars 6 forks source link

Suggestion to sideload the plugin rather than replacing the original as install method #12

Closed crackerbear closed 1 year ago

crackerbear commented 1 year ago

Streamlink supports plugin sideloading, if you go to the directory listed on that page (depending on your OS) and put the twitch.py file there, Streamlink should then use your custom file.

If a plugin is added with the same name as a built-in plugin, then the added plugin will take precedence. This is useful if you want to upgrade plugins independently of the Streamlink version.

2bc4 commented 1 year ago

I didn't know streamlink supported this, thanks.