Update The Australian

This commit is contained in:
Kovid Goyal 2022-07-27 11:13:12 +05:30
parent f2a3233e9a
commit 11345abc31
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: