oddluck / limnoria-plugins

Limnoria plugins I wrote or forked.
Do What The F*ck You Want To Public License
39 stars 17 forks source link

Spiffytitles - Youtube handler does not catch official Youtube shortened URLs #36

Closed metaltermite closed 3 years ago

metaltermite commented 3 years ago

Youtube has had a Youtube URL shortener for a while. In a browser the short URLs can be accessed via the share link. The Youtube handler in SpiffyTittles isn't catching said shortened URLs.

Short URL: https://youtu.be/[video id]

oddluck commented 3 years ago

They work just fine for me. https://github.com/oddluck/limnoria-plugins/blob/8a681362f27f3fbb7ffc2b27dfa3f5c51d8f408c/SpiffyTitles/plugin.py#L133 https://github.com/oddluck/limnoria-plugins/blob/8a681362f27f3fbb7ffc2b27dfa3f5c51d8f408c/SpiffyTitles/plugin.py#L779

If it isn't working for you please provide an example link and debug log output, because I coded for this and has never been an issue for me or anyone else so far as I know.