AR
Size: a a a
AR
🇺L
AR
🇺L
>>> response.xpath('//time[contains(@class,"published")]/text()').getall()
['-', '-', ' 22:29:00', '-', '-', ' 22:29:00']
>>>
ponse.xpath('//time[contains(@class,"published")][3]/text()').get()получаю []
то
S
>>> response.xpath('//time[contains(@class,"published")]/text()').getall()
['-', '-', ' 22:29:00', '-', '-', ' 22:29:00']
>>>
ponse.xpath('//time[contains(@class,"published")][3]/text()').get()получаю []
то
AR
🇺L
<time class=" b-singlepost-author-date published dt-published ">
<a href="https://aa.livejournal.com/2016/" target="_self">2016</a>-<a href="https://aa.livejournal.com/2016/07/" target="_self">07</a>-<a href="https://aa.livejournal.com/2016/07/09/" target="_self">09</a> 22:29:00</time>
🇺L
🇺L
AR
🇺L
AR
S
S
AR
AR
🇺L