Rss 获取TCVDB系列时更换重音符号

Rss 获取TCVDB系列时更换重音符号,rss,television,torrent,Rss,Television,Torrent,我正在尝试替换重音符号,以便在我的rss中正确搜索: TVDB名称:Cómo供应商drogas online(toda pastilla) RSS标题名称:Como供应商drogas online(toda pastilla) 我想匹配它,这样它就可以被替换了,但它不起作用 manipulate: - title: replace: regexp: 'á' format: 'a' - title: replace:

我正在尝试替换重音符号,以便在我的rss中正确搜索:

  • TVDB名称:Cómo供应商drogas online(toda pastilla)
  • RSS标题名称:Como供应商drogas online(toda pastilla)
我想匹配它,这样它就可以被替换了,但它不起作用

manipulate:
  - title:
      replace:
        regexp: 'á'
        format: 'a'
  - title:
      replace:
        regexp: 'é'
        format: 'e'
  - title:
      replace:
        regexp: 'í'
        format: 'i'
  - title:
      replace:
        regexp: 'ó'
        format: 'o'
  - title:
      replace:
        regexp: 'ú'
        format: 'u'
My config.yml:

  tv:

    thetvdb_lookup:
      language: es

    configure_series:
      from:
        thetvdb_list:
          username: '{? TvDB.username ?}'
          account_id: '{? TvDB.account_id ?}'
          api_key:  '{? TvDB.api_key ?}'
          strip_dates: yes

    set:
      path: {? path.externaldrive ?}
我想这样替换重音符号:

á=a

这样我就可以好好搜索了