Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
16arpi committed Jul 12, 2023
1 parent b97490c commit 0149b27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ural/could_be_rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
("feeds2.feedburner.com", ""),
("news.google.com", "rss/topics"),
]
QUERY_RE = re.compile(r"((page\=backend)|(?:feed|format|type)\=(?:xml|feed|atom|rss))", re.I)
QUERY_RE = re.compile(
r"((page\=backend)|(?:feed|format|type)\=(?:xml|feed|atom|rss))", re.I
)
OBVIOUS_EXT_RE = re.compile(
r"((^$)|(\/[^\.]*$)|(.+\.(?:xml|php|json|atom|rss)$))", re.I
)
Expand Down

0 comments on commit 0149b27

Please sign in to comment.