С
Size: a a a
С
С
AT
С
С
AT
С
AT
AT
С
С
А
I
from lxml import html
import requests
url = 'https://www.youtube.com/watch?v=QoyTUbVOmqo'
response = requests.get(url)
tree = html.fromstring(response.content)
print(tree.xpath('/html/head/meta[@name="keywords"]/@content'))
['můj pÅ\x99Ã\xadbÄ\x9bh, stÄ\x9bhovánÃ\xad, pÅ\x99estÄ\x9bhovánÃ\xad, pronájem, kolej, levný byt, dennÃ\xad vlog, pÅ\x99Ã\x...
I
>
>
>
K
I
from lxml import html
import requests
url = 'https://www.youtube.com/watch?v=QoyTUbVOmqo'
response = requests.get(url)
tree = html.fromstring(response.content)
print(tree.xpath('/html/head/meta[@name="keywords"]/@content'))
['můj pÅ\x99Ã\xadbÄ\x9bh, stÄ\x9bhovánÃ\xad, pÅ\x99estÄ\x9bhovánÃ\xad, pronájem, kolej, levný byt, dennÃ\xad vlog, pÅ\x99Ã\x...
IA