Skip to content

Commit

Permalink
improve rss tests
Browse files Browse the repository at this point in the history
  • Loading branch information
16arpi committed Jul 12, 2023
1 parent 8377f39 commit c5351f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/could_be_rss_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
False,
),
("https://legifrance.gouv.fr/jorf/texte_jo/JORFTEXT000046652536", False),
#
("https://www.htmhell.dev/feed.xml", True),
("http://feeds.feedburner.com/2ality?format=xml", True),
("http://webkit.org/blog/feed/", True),
Expand All @@ -39,6 +40,13 @@
("https://www.debugbear.com/blog/feed/rss", True),
("https://marcysutton.com/rss.xml", True),
("http://feeds.feedburner.com/kizuruen", True),
#
("https://feeds.feedburner.com/TechCrunch/", True),
("https://feeds2.feedburner.com/TechCrunch/", True),
("https://linkedin.com/feed/update/urn%253Ali%253Aactivity%253A7013073227979608064", False),
("https://news.google.com/rss/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx1YlY4U0FtVnVHZ0pWVXlnQVAB?hl=en-US&gl=US&ceid=US:en", True),
("https://news.google.com/__i/rss/rd/articles/CBMilwFodHRwczovL3d3dy", False)

]


Expand Down

0 comments on commit c5351f6

Please sign in to comment.