We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there,
I'm glad to find a free solution for creating RSS online. So thank you for that.
I do encounter a python error when trying to create RSS on https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=sophos
with XPath rule. //div[@id='TableWithRules']//table//tr/td[1]/a | //div[@id='TableWithRules']//table//tr/td[2]
Python error: https://morss.it/:items=%7C%7Cdiv[@id='TableWithRules']%7C%7Ctable%7C%7Ctr%7Ctd[1]%7Ca%20%7C%20%7C%7Cdiv[@id='TableWithRules']%7C%7Ctable%7C%7Ctr%7Ctd[2]/https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=sophos
I'm no good with python, but I guess something is wrong :)
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there,
I'm glad to find a free solution for creating RSS online. So thank you for that.
I do encounter a python error when trying to create RSS on
https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=sophos
with XPath rule.
//div[@id='TableWithRules']//table//tr/td[1]/a | //div[@id='TableWithRules']//table//tr/td[2]
Python error:
https://morss.it/:items=%7C%7Cdiv[@id='TableWithRules']%7C%7Ctable%7C%7Ctr%7Ctd[1]%7Ca%20%7C%20%7C%7Cdiv[@id='TableWithRules']%7C%7Ctable%7C%7Ctr%7Ctd[2]/https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=sophos
I'm no good with python, but I guess something is wrong :)
Thank you.
The text was updated successfully, but these errors were encountered: