(\s*\S*)<\/div><\/span>', i_str)
- cn_text_strip = " "
- if cn_text:
- cn_text_strip = cn_text.groups()[0]
- i_str = re.sub(r'(
\s*\S*<\/div>)<\/span>', '', i_str).strip()
- my_str = my_str + mp3 + ' ' + i_str + cn_text_strip + '
'
+ # cn_text = re.search(r'
(\s*\S*)<\/div><\/span>', i_str)
+ # cn_text_strip = " "
+ # if cn_text:
+ # cn_text_strip = cn_text.groups()[0]
+ # i_str = re.sub(r'(
\s*\S*<\/div>)<\/span>', '', i_str).strip()
+ # my_str = my_str + mp3 + ' ' + i_str + cn_text_strip + '
'
+ my_str = my_str + mp3 + ' ' + i_str + '
'
return my_str
return ''