Open sandeepsinghal opened 7 years ago
from the example :
instead of "title = item.title.cdata"
it will be more consistent with other libraries if it is called
title = item.title.text
Considering this for 2.0.0 since it is breaking the API.
from the example :
instead of "title = item.title.cdata"
it will be more consistent with other libraries if it is called
title = item.title.text