<meta name="keywords" content="Ruby On Rails (Software), Authentication (Software Genre), Tutorial (Industry), howto, tips, tricks">
How can I get content
value from this meta tag using PyQuery?
from pyquery import PyQuery
def get_data(myurl):
query = PyQuery(url=myurl)
title = query("title").text()
keyword = query("meta[name=keywords]").text()
...
You've almost made it, missing apostrophe character to set the
keywork