V1 & V2 (Arquivo)

circle-info

Configuração antiga para a versão 0.7.x e <= 0.8.6-alpha

Versão Pro

  • Configurações ➜ Tradução ➜ Mecanismos MT ➜ Personalizado ➜ Configurar ➜ Alternar Editor para Código

Versão Pública

  • Configurações ➜ Tradução Automática ➜ Tradutores ➜ Personalizado ➜ Configurar ➜ Alternar Editor para Código


Método de Raspagem Web

  • lang: objeto

    • source: array[]

    • target: array[]

  • config: objeto

    • method: string

    • initialURL: string

    • scrapeURL: string

    • encodeURI: booleano

    • encodeURIComponent: booleano

    • querySelector: string

    • querySelectorAll: string

    • queryProperty: string

    • evaluateInterval: número

    • evaluateTimeOut: número

    • waitingTimeOut: booleano *Obsoleto

    • evaluateRepeated: booleano *Obsoleto


HTTP GET

  • lang: objeto

    • source: array[]

    • target: array[]

  • config: objeto

    • method: string

    • getURL: string

    • getOptions: objeto

    • encodeURI: booleano

    • encodeURIComponent: booleano

    • responseParse: booleano

    • responseType: string

    • responseQuery: string


HTTP POST

  • lang: objeto

    • source: array[]

    • target: array[]

  • config: objeto

    • method: string

    • postURL: string

    • postOptions: objeto

    • postData: objeto

    • encodeURI: booleano

    • encodeURIComponent: booleano

    • responseParse: booleano

    • responseType: string

    • responseQuery: string