From 11345abc31fbdc022d31c38ed1665e27a383fe3a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 27 Jul 2022 11:13:12 +0530 Subject: [PATCH] Update The Australian --- recipes/the_oz.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/the_oz.recipe b/recipes/the_oz.recipe index a77bc6aaaf..1fe1b738cb 100644 --- a/recipes/the_oz.recipe +++ b/recipes/the_oz.recipe @@ -56,6 +56,9 @@ class DailyTelegraph(BasicNewsRecipe): (u'Travel', u'https://www.news.com.au/content-feeds/latest-news-travel/'), ] + def get_browser(self): + return BasicNewsRecipe.get_browser(self, user_agent='common_words/based') + def get_article_url(self, article): ans = article.link if '/video/' in ans: