Ignareo-ISML-auto-voter
Ignareo-ISML-auto-voter copied to clipboard
Call for enhancement of charaSelector.py
charaSelector.py
is not related to civil use.
In this file I find nodes with subscripting (for example, something[4]
) instead of getElementsBy*
provided by AdvancedHTMLParser. Subscripting makes the code difficult to read, and vulnerable to changes in the ISML voting page.
Note that you can use AdvancedTag.getElementsByClassName
, TagCollection.getElementsByTagName
, ... ,
but AdvancedTag.getElementsByTagName
is not available.