googletrans でエラーが出た場合は PRE-RELEASE で回避可能
以前に Python で Google API Key を使わずに Google 翻訳を利用する というメモを書きました。 しかし、現時点で googletrans の安定版である 3.0.0 では AttributeError: 'NoneType' object has no attribute 'group'
エラーになってしまいます。 これは Google 側の仕様変更に起因するエラーのようです。 この問題は error in result (AttributeError: 'NoneType' object has no attribute 'group') #234 で言及されており、googletrans のプレリリース版では一応、動作するようです。