KK
Size: a a a
KK
AL
KK
options nvidia-drm modeset=0in
SB
from lxml.html.soupparser import fromstring
html_comment = '''<body>
<div class="resume-header-print-update-date">Foo bar<!-- --> <!-- -->29.07.2019 22:43</div>
</body>
'''
html_plain = '''<body>
<div class="resume-header-print-update-date">Foo bar 29.07.2019 22:43</div>
</body>
'''
tree = fromstring(html_comment, features='html.parser')
print(tree.xpath('//div[contains(@class, "update-date")]/text()'))
print('--')
tree = fromstring(html_plain, features='html.parser')
print(tree.xpath('//div[contains(@class, "update-date")]/text()'))
Foo bar', ' ', '29.07.2019 22:43']бага в bs как думаете?
--
['Foo bar 29.07.2019 22:43']
БС
RH
SB
БС
utils.asyncБС
SB
БС
БС
SB
acuHkБС
KK
KK
БС
💭П
unattend.xml<Options>
<Option Name="InstallAllUsers" Value="yes" />
<Option Name="TargetDir" Value="C:\Tools\Python3" />
<Option Name="Include_launcher" Value="0" />
<Option Name="AssociateFiles" Value="0" />
<Option Name="CompileAll" Value="1" />
<Option Name="Shortcuts" Value="0" />
<Option Name="Include_debug" Value="1" />
<Option Name="Include_launcher" Value="0">
<Option Name="InstallLauncherAllUsers" Value="0" />
<Option Name="Include_symbols" Value="0" />
</Options>
d:\project_packedge\python
# python-3.6.3.exe
d:\project_packedge\python
#