Skip to content
#

rss

Here are 352 public repositories matching this topic...

tirkarthi
tirkarthi commented Apr 27, 2020

Deprecation warning due to invalid escape sequences. Using raw strings or escaping them again helps in resolving this. Check https://github.com/asottile/pyupgrade/ for automatic fix of this.

Syntax warnings are caused due to comparison of literals using is.

Steps to reproduce:

find . -iname '*.py' | grep -Ev 'rdf4|tool|doc' | xargs -P4 -I{} python3.8 -Wall -m py_compile {}
./up
mweinelt
mweinelt commented Jul 7, 2020

Some sites lack a title tag in their plain html site and are instead providing opengraph metadata. The URL plugin does not currently work for those.

The opengraph title attribute looks like so:

<meta property="og:title" content="Mozilla Developer Network">

It could be used when the title tag is missing.

I'm currently lacking an example site for this behaviour, if I'll com

Improve this page

Add a description, image, and links to the rss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rss topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.