def get_browser(self, *a, **kw): br = BasicNewsRecipe.get_browser(self, *a, **kw) br.set_cookie('tc_region', 'au', '.theconversation.com') return br