Jackett: [New Tracker REQ] torrent9.biz

Created on 15 Feb 2017  路  16Comments  路  Source: Jackett/Jackett

Hello , please add http://www.torrent9.biz/ tracker

Most helpful comment

Added with #1250. Thanks @ChibiTomo

All 16 comments

+1

+1

+1

+1

For thoses who do not want to wait, put this in a torrent9.yml inside your app/Jackett/Definitions folder:

  site: torrent9
  name: Torrent9
  language: fr-fr
  type: public
  encoding: UTF-8
  links:
    - http://www.torrent9.biz/

  caps:
    categorymappings:
      - {id: films, cat: Movies, desc: "Movies"}
      - {id: series, cat: TV, desc: "TV"}

    modes:
      search: [q]
      tv-search: [q, season, ep]

  search:
    path: "{{if .Query.Keywords}}/search_torrent/{{range .Categories }}{{.}}/{{end}}{{ .Query.Keywords }}/page-0,trie-seeds-d{{else}}/top_torrent.php{{end}}"
    rows:
      selector: div.table-responsive > table tbody tr
    fields:
      title:
        selector: td:nth-child(1) a
      details:
        selector: td:nth-child(1) a
        attribute: href
      download:
        selector: td:nth-child(1) a
        attribute: href
        filters:
          - name: replace
            args: [ "/torrent", "/get_torrent"]
          - name: append
            args: ".torrent"
      size:
        selector: td:nth-child(2)
        filters:
          - name: re_replace
            args: [ "\\.(\\d) Ko", "$1X00"]
          - name: re_replace
            args: [ " Ko", "000"]
          - name: re_replace
            args: [ "\\.(\\d) Mo", "$1X00000"]
          - name: re_replace
            args: [ " Mo", "000000"]
          - name: re_replace
            args: [ "\\.(\\d) Go", "$1X00000000"]
          - name: re_replace
            args: [ " Go", "000000000"]
          - name: re_replace
            args: [ "\\.(\\d) To", "$1X00000000000"]
          - name: re_replace
            args: [ " To", "000000000000"]
          - name: replace
            args: [ "X", "" ]
      seeders:
        text: 0
      seeders:
        selector: td:nth-child(3) span.seed_ok
        optional: true
      leechers:
        text: 0
      leechers:
        selector: td:nth-child(4)
        optional: true
      downloadvolumefactor:
        text: "0"
      uploadvolumefactor:
        text: "1"

It is far from perfect, but I think it is a good start.

Thanks @ChibiTomo 馃憤

Added with #1250. Thanks @ChibiTomo

@adamwinn It might be a good idea to remove the username & password fields since the tracker is open/public and doesn't require registration.

@RoloSoze the definition file doesn't have username and password fields. I think I asked @kaso17 a while ago why I was getting the username/password fields for another public tracker and he said to just press the Okay button. I'm not sure why they're not present for TPB tho

@adamwinn Yes, you can leave the username & password fields blank & press Okay - that'll work for any public tracker. It just makes more sense to remove them altogether since they're not needed. Case in point, TPB, RARBG, EZTV, KAT, Lime Torrents, Sky Torrent, Torrentz2, etc. Let's see if @kaso17 is able to help out with this when he's back. It's just a cosmetic / usability feature, nothing to do with functionality :)

to remove them just set settings to an empty array, if it's not set at all it defaults to username/password. See 60b9a34ceae3c155316ce9559873cce2440c5550

https://www.oxtorrent.me/ - Error 522 - Connection timed out
Proxies still working

back up

https://www.oxtorrent.me/ - Error 522 - Connection timed out
Proxies still working

back up

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Eisa01 picture Eisa01  路  3Comments

thexa4 picture thexa4  路  3Comments

whitesnakeftw picture whitesnakeftw  路  3Comments

ewtoombs picture ewtoombs  路  3Comments

cadatoiva picture cadatoiva  路  3Comments