Skip to content

Commit

Permalink
comment out WorldTruth from the collection
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDall committed Mar 26, 2024
1 parent df873dc commit f9bb236
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/fundus/publishers/us/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ class US(PublisherEnum):
parser=TheNationParser,
)

WorldTruth = PublisherSpec(
name="World Truth",
domain="https://www.worldtruth.tv/",
sources=[RSSFeed("https://feeds.feedburner.com/ConsciousnessTv")],
parser=WorldTruthParser,
)
# WorldTruth = PublisherSpec(
# name="World Truth",
# domain="https://www.worldtruth.tv/",
# sources=[RSSFeed("https://feeds.feedburner.com/ConsciousnessTv")],
# parser=WorldTruthParser,
# )

FreeBeacon = PublisherSpec(
name="The Washington Free Beacon",
Expand Down

0 comments on commit f9bb236

Please sign in to comment.