scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.53k stars 345 forks source link

"open func get(_ i: Int) -> Element" can throw exception which is not handled properly #82

Closed gerchicov-bp closed 6 years ago

gerchicov-bp commented 6 years ago

get returns an array element. What if the index is out of bounds?

scinfu commented 6 years ago

Crash, like any array.

scinfu commented 6 years ago

Closed due to inactivity, if necessary re-open.