Andrew Weeks

Results 2 issues of Andrew Weeks

The `:not()` selector works fine for single conditions, e.g. ``` doc.find('dt:not([class$="code"])') ``` But throws a `SelectorSyntaxError: Expected ')', got ` error if there's a comma in the expression. ``` doc.find('dt:not([class$="code"],...

I'd like to add video live streaming, probably using [Apple's HTTP live streaming architecture](https://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_39), as that seems to be the most widely supported. I'm not sure about cutting up videos,...

enhancement