Skip to content

Commit

Permalink
Merge branch 'fix-sat-paper-article-end' of https://github.com/lexual…
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 23, 2024
2 parents 621bf91 + d7eacdf commit 728129e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/the_saturday_paper.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class SaturdayPaper(BasicNewsRecipe):
classes('social-icons-article-top-container social-icons-article-bottom-container'
' article-page__sidebar article-page__social__icons share-wrapper article-footer-container')
]
remove_tags_after = [
{"name": "div", "class": "end-matter"},
]


def get_cover_url(self):
soup = self.index_to_soup('https://www.thesaturdaypaper.com.au/editions/')
Expand Down

0 comments on commit 728129e

Please sign in to comment.