butterscotchstallion / limnoria-plugins

A smattering of Limnoria plugins I've written
MIT License
14 stars 14 forks source link

SpiffyTitles: YouTube error with live stream #95

Closed bw4518 closed 7 years ago

bw4518 commented 7 years ago

Recently I noticed error supybot SpiffyTitles: error getting video id from https://www.youtube.com/c/powerfuljre/live when this link was sent in the channel.

butterscotchstallion commented 7 years ago

Yeah. This is due to how SpiffyTitles parses the video ID from the URL. Typically the URL looks like youtube.com/?v=video_id_here. As you can see in your example, there is no video id.

butterscotchstallion commented 7 years ago

I don't know what the expected behavior is here. If there's something you think should happen here, please feel free to reopen the issue.