butterscotchstallion / limnoria-plugins

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

SpiffyTitles: Problem with some timestamped YouTube urls #72

Closed bw4518 closed 8 years ago

bw4518 commented 8 years ago

There is a problem with some youtube links.

For example, https://youtu.be/l1nXK6qBlq4?t=3m will give you ValueError: invalid literal for float(): 3M

This is the url directly created by youtube's share option, if you set time exactly at full minute. It will work with timestamp like ?t=3m1s though.