Module: GoogleTranslateTts::Constanting
- Included in:
- GoogleTranslateTts
- Defined in:
- lib/google_translate_tts/constanting.rb
Constant Summary collapse
- BASE_URL =
ENV.fetch("TTS_BASE_URL", "http://translate.google.com")
- TTS_TMP_DIR =
ENV.fetch("TTS_TMP_DIR", File.("~/.tmp/tts_tmp", __dir__))
- REFERER =
BASE_URL
- USER_AGENT =
ENV .fetch( "TTS_UA", "Mozilla/5.0 (X11; CrOS x86_64 14767.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.9999.0 Safari/537.36" )