[#6767] Use .text instead of .string on BeautifulSoup objects

If the element contains no text, .text will return u'' whereas
.string will return None

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>
2 files changed