Handle invalid titles
Picksome had logic which would result in an error if the list of titles included any invalid characters (or otherwise violated the list of rules for wiki page titles as described in https://en.wikipedia.org/wiki/Wikipedia:Page_name#Technical_restrictions_and_limitations) By separating the title generation we are able to check for a null result (null is returned in the event of an invalid title) and skip that result instead of triggering the error. Issue #135
Please register or sign in to comment