Skip to content

Commit

Permalink
Merge pull request #395 from flairNLP/exclude-world-truth
Browse files Browse the repository at this point in the history
comment out `WorldTruth` from the collection
  • Loading branch information
MaxDall authored Mar 26, 2024
2 parents 875f412 + 65b6f87 commit 07fc749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions docs/supported_publishers.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,23 +690,5 @@
</td>
<td>&#160;</td>
</tr>
<tr>
<td>
<code>WorldTruth</code>
</td>
<td>
<div>World Truth</div>
</td>
<td>
<a href="https://www.worldtruth.tv/">
<span>www.worldtruth.tv</span>
</a>
</td>
<td>
<code>authors</code>
<code>topics</code>
</td>
<td>&#160;</td>
</tr>
</tbody>
</table>
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 07fc749

Please sign in to comment.