Skip to content

Commit

Permalink
Fix paywall
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Sep 16, 2023
1 parent cf93ffe commit c08caf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Channels/News_Channel/newsdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ap_canada": {
"name": "AP",
"url": "https://afs-prod.appspot.com/api/v2/feed/tag?tags=%s",
"url2": "https://www.thestar.com/search/?f=rss&t=article&c=news/canada*&l=50&s=start_time&sd=desc",
"url2": "https://12ft.io/www.thestar.com/search/?f=rss&t=article&c=news/canada*&l=50&s=start_time&sd=desc",
"lang": "en",
"cat": {
"science": "science",
Expand Down Expand Up @@ -880,7 +880,7 @@ def parse_reuters(self):
self.location = self.article
except:
self.location = self.article

# move the credits for the article to the end of the article

if self.article[:3] == "By ":
Expand Down

0 comments on commit c08caf8

Please sign in to comment.