1. Python / Говнокод #26665

    0

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 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)

    Багор.

    Запостил: gost, 19 Мая 2020

    Комментарии (1) RSS

    • Страйко, удали, пожалуйста, этот пост: он лишний.
      Ответить

    Добавить комментарий