maybe the RSS feeds in this recipe also contain links to the french articles.
OR that english article page contains hidden tags with french text.
you can add something like if url.__contains__ ('theconversation.com/fr/') return '' in def print_version
|