preprocess_regexps only acts n the downloaded HTML files. not on the RSS file iteslf. If you want to change the handling on the <description> tag in the RSS file do two things
set
Code:
html_description = True
If you still dont like the handling, override the process_html method in your sub class.