Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] anasch.cc #10843

Closed
chaosinnovator opened this issue Jan 17, 2021 · 17 comments · Fixed by #13654
Closed

[REQ] anasch.cc #10843

chaosinnovator opened this issue Jan 17, 2021 · 17 comments · Fixed by #13654

Comments

@chaosinnovator
Copy link

New private tracker

https://anasch.cc/

@ilike2burnthing ilike2burnthing added the New Private Tracker Request a Tracker that requires a login label Jan 18, 2021
@ilike2burnthing ilike2burnthing added this to New Trackers in Jackett Indexers Jan 18, 2021
@ilike2burnthing ilike2burnthing moved this from New Public Trackers to New Private Trackers in Jackett Indexers Jan 18, 2021
@xfouloux
Copy link
Contributor

Well you need to send credentials or invite to @garfield69 i guess

@ilike2burnthing
Copy link
Contributor

garfield69 is away at the moment

@ciasis
Copy link

ciasis commented Jan 20, 2021

The tracker seems to be down.. I can't connect.

@mathy2007
Copy link

mathy2007 commented Jan 21, 2021

Sorry wasn't aware some one else posted
Can contact me for invitation

@ilike2burnthing
Copy link
Contributor

Before potentially wasting an invite on me, when you perform a search, does each result only have one torrent? Some sites will group the torrents of 720p, 1080p, and 2160p releases of films/TV show all in the same result, in which case the indexer has to be written in C# (which is outside of my skillset). So long as they're separate I can give this a go.

@mathy2007
Copy link

Its based on the xbtit system if you are familar with it and doesn't group the releases together,
If i can i will PM you an invite

@ilike2burnthing
Copy link
Contributor

Thanks, yeah we have a few indexers for xbtit trackers.

Please send the invite to jacketttest AT gmail DOT com

@ilike2burnthing ilike2burnthing self-assigned this Jan 21, 2021
@ilike2burnthing ilike2burnthing added this to In progress in New .YML indexers Jan 21, 2021
@ilike2burnthing
Copy link
Contributor

Thanks!

@mathy2007
Copy link

No problem

@ilike2burnthing
Copy link
Contributor

ilike2burnthing commented Jan 22, 2021

Thanks again. Below is working fine and can be published as is if you like. However, I ran into a few problems on the site (see the comments in the search block to get an idea). I'm not sure if you want them discussed here, on the site's forum, or privately. I'd have sent you a DM, but either I'm doing something wrong on my end (possible, if not probable) or the messaging service is down.

anaschcc.yml [NEW]
---
id: anaschcc
name: anasch.cc
description: "anasch.cc is a Private Torrent Tracker for MOVIES / TV / GENERAL"
language: en
type: private
encoding: UTF-8
links:
  - https://anasch.cc/

caps:
  categorymappings:
    - {id: 1, cat: Movies, desc: Movies}
    - {id: 2, cat: TV, desc: TV}
    - {id: 3, cat: TV, desc: Animation}
    - {id: 5, cat: Audio, desc: Music}
    - {id: 12, cat: XXX, desc: Porn}
    - {id: 29, cat: TV/Sport, desc: Sports}
    - {id: 37, cat: PC, desc: Software}

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

settings:
  - name: username
    type: text
    label: Username
  - name: password
    type: password
    label: Password
  - name: freeleech
    type: checkbox
    label: Filter freeleech only
    default: false
  - name: info_tpp
    type: info
    label: Results Per Page
    default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
  - name: sort
    type: select
    label: Sort requested from site
    default: 3
    options:
      3: created
      5: seeders
      4: size
      2: title
  - name: type
    type: select
    label: Order requested from site
    default: 2
    options:
      2: desc
      1: asc

login:
  path: index.php?page=login
  method: form
  form: form[action^="index.php?page=login"]
  inputs:
    uid: "{{ .Config.username }}"
    pwd: "{{ .Config.password }}"
  error:
    - selector: div[data-validate^="Valid"]
      message:
        selector: div[data-validate^="Valid"]
        attribute: data-validate
  test:
    path: index.php
    selector: a[href="logout.php"]

search:
  paths:
    - path: index.php
  inputs:
    page: torrents
    active: 0
    search: "{{ .Keywords }}"
    $raw: "{{ range .Categories }}category[]={{.}}&{{end}}"
    # 1 freeleech, 2 2x upload, 3 featured
    discount[]: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
    order: "{{ .Config.sort }}"
    by: "{{ .Config.type }}"

  rows:
    selector: "table.lista tbody tr:has(a[href^=\"index.php?page=torrent-details\"])"

  fields:
    category:
      selector: td a[href^="index.php?page=torrents&category="]
      attribute: href
      filters:
        - name: querystring
          args: category
    title:
      selector: td a[href^="index.php?page=torrent-details"]
    details:
      selector: td a[href^="index.php?page=torrent-details"]
      attribute: href
    download:
      selector: td a[href^="download.php"]
      attribute: href
    imdb:
      selector: a[href^="index.php?page=torrent-details"]
      attribute: onmouseover
      filters:
        - name: replace
          args: ["javascript:ShowImage('/images/imdb/", "tt"]
        - name: replace
          args: [".jpg')", ""]
        - name: replace
          args: ["tt0000000", ""]
    poster:
      selector: td a[href^="index.php?page=torrent-details"]
      attribute: onmouseover
      filters:
        - name: replace
          args: ["javascript:ShowImage('", ""]
        - name: replace
          args: ["')", ""]
        - name: replace
          args: ["/images/imdb/0000000.jpg", ""]
    size:
      selector: td:nth-child(5)
    date:
      # 22/01/2021 01:28
      selector: td:nth-child(6)
      filters:
        - name: append
          args: " +00:00" # auto adjusted by site account profile - doesn't adjust for DST
        - name: dateparse
          args: "02/01/2006 15:04 -07:00"
    seeders:
      selector: td:nth-child(7)
    leechers:
      selector: td:nth-child(8)
    grabs:
      selector: td:nth-child(9)
      filters:
        - name: replace
          args: ["---", "0"]
    downloadvolumefactor:
      case:
        img[src*="freeleech.png"]: 0
        "*": 1
    uploadvolumefactor:
      case:
        img[src*="x2u.png"]: 2
        "*": 1
    minimumratio:
      text: 3.0
    minimumseedtime:
      # 5 days (as seconds = 5 x 24 x 60 x 60)
      text: 432000
# xbtit

If you or anyone else wants to test it - anaschcc.zip [OLD]

Let me know how you want to proceed. Talk to you soon (I need sleep lol)

@ilike2burnthing
Copy link
Contributor

ilike2burnthing commented Jan 23, 2021

Following up on the fixes to the site, PR is ready for review if you want to give it a final look. All going well it will be in the next release (~15hrs).

#10902 #10933

@mathy2007
Copy link

mathy2007 commented Jan 23, 2021 via email

@ilike2burnthing
Copy link
Contributor

anaschcc.yml - right-click and save the link

@ilike2burnthing
Copy link
Contributor

All good?

New .YML indexers automation moved this from In progress to Done Jan 27, 2021
@ilike2burnthing
Copy link
Contributor

v0.17.383 - let me know there are any issues

@garfield69 garfield69 removed this from New Private Trackers in Jackett Indexers Mar 2, 2021
@ilike2burnthing
Copy link
Contributor

https://anasch.cc/ - Connection timed out - Error code 522

@ilike2burnthing ilike2burnthing removed their assignment Sep 17, 2022
@ilike2burnthing ilike2burnthing added Down / Waiting for removal Site is 522/500/403/302. To be Monitored. If still offline after 30d then Indexer will be removed. and removed New Private Tracker Request a Tracker that requires a login labels Sep 17, 2022
@ilike2burnthing ilike2burnthing removed this from Done in New .YML indexers Sep 17, 2022
@ilike2burnthing ilike2burnthing added this to Down / Waiting for removal in Jackett Indexers Sep 17, 2022
@ilike2burnthing ilike2burnthing removed this from Down / Waiting for removal in Jackett Indexers Oct 17, 2022
@ilike2burnthing ilike2burnthing removed the Down / Waiting for removal Site is 522/500/403/302. To be Monitored. If still offline after 30d then Indexer will be removed. label Oct 17, 2022
@garfield69
Copy link
Contributor

v0.20.2122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants