- 1
- 2
- 3
- 4
- 5
- 6
post_content = post_node.xpath('div[@class="entry-content"]')[0]
post_code_nodes = post_content.xpath('.//code')
if len(post_code_nodes) > 0:
post.code = post_code_nodes[0].text
else:
post.code = inner_html_ru(post_content)
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
0
post_content = post_node.xpath('div[@class="entry-content"]')[0]
post_code_nodes = post_content.xpath('.//code')
if len(post_code_nodes) > 0:
post.code = post_code_nodes[0].text
else:
post.code = inner_html_ru(post_content)
Багор.
gost 19.05.2020 13:35 # 0