Jackett/src/Jackett.Common/Definitions/glodls.yml

145 lines
3.9 KiB
YAML
Raw Normal View History

---
id: glodls
name: GloDLS
description: "GloDLS is a Public Torrent Tracker for MOVIES / TV / GENERAL"
language: en-US
type: public
encoding: UTF-8
followredirect: true
links:
- https://glodls.to/
2022-03-19 02:10:32 +00:00
- https://gtdb.cc/
- https://www.gtdb.to/
2023-07-07 07:56:26 +00:00
- https://glotorrents.unblockit.rsvp/
2023-05-02 03:15:01 +00:00
- https://glotorrents.mrunblock.life/
2022-06-04 00:25:26 +00:00
- https://glodls.unblockninja.com/
2023-05-02 03:26:10 +00:00
- https://glotorrents.nocensor.click/
2020-05-12 19:15:11 +00:00
legacylinks:
- https://glodls.rocks/
2020-09-12 22:34:31 +00:00
- https://gtdb.to/
- https://glotorrents.nocensor.biz/
2022-05-07 20:21:01 +00:00
- https://glotorrents.unblockit.llc/
2022-06-07 19:34:13 +00:00
- https://glotorrents.unblockit.blue/
2022-07-07 19:22:52 +00:00
- https://glotorrents.unblockit.name/
2022-07-18 03:50:41 +00:00
- https://glotorrents.nocensor.sbs/
2022-08-07 09:06:25 +00:00
- https://glotorrents.unblockit.ist/
2022-09-07 19:10:47 +00:00
- https://glotorrents.unblockit.bet/
2022-10-08 16:59:53 +00:00
- https://glotorrents.unblockit.cat/
2022-11-07 17:02:52 +00:00
- https://glotorrents.unblockit.nz/
- https://glotorrents.nocensor.world/
2022-12-07 17:00:49 +00:00
- https://glotorrents.unblockit.page/
2023-01-06 21:32:14 +00:00
- https://glotorrents.unblockit.pet/
2023-01-15 01:26:26 +00:00
- https://glotorrents.nocensor.lol/
2023-02-07 17:49:12 +00:00
- https://glotorrents.unblockit.ink/
- https://glotorrents.nocensor.art/
2023-03-08 07:48:19 +00:00
- https://glotorrents.unblockit.bio/
- https://glotorrents.unblockit.boo/
2023-05-02 03:15:01 +00:00
- https://glotorrents.mrunblock.guru/
2023-05-07 09:47:03 +00:00
- https://glotorrents.unblockit.click/
2023-06-07 10:04:49 +00:00
- https://glotorrents.unblockit.asia/
2023-07-07 07:56:26 +00:00
- https://glotorrents.unblockit.mov/
caps:
categorymappings:
- {id: 50, cat: XXX, desc: "XXX"}
- {id: 5, cat: PC/Mobile-Android, desc: "Android"}
- {id: 28, cat: TV/Anime, desc: "Anime"}
- {id: 18, cat: PC, desc: "Apps"}
- {id: 51, cat: Books/EBook, desc: "Books"}
- {id: 73, cat: XXX, desc: "Desi Porn"}
- {id: 75, cat: Audio/Lossless, desc: "FLAC"}
- {id: 10, cat: PC/Games, desc: "Games"}
- {id: 55, cat: PC/Mac, desc: "Macintosh"}
- {id: 52, cat: PC/Mobile-Other, desc: "Mobile"}
- {id: 1, cat: Movies, desc: "Movies"}
- {id: 22, cat: Audio, desc: "Music"}
- {id: 33, cat: Other, desc: "Other"}
- {id: 72, cat: TV, desc: "Packs"}
- {id: 70, cat: Other, desc: "Pictures"}
- {id: 76, cat: TV/Sport, desc: "Sports"}
- {id: 74, cat: Books, desc: "Tutorials"}
- {id: 41, cat: TV, desc: "TV"}
- {id: 71, cat: Audio/Video, desc: "Videos"}
- {id: 54, cat: PC/0day, desc: "Windows"}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings:
- name: sort
type: select
label: Sort requested from site
2020-10-23 09:00:09 +00:00
default: id
options:
2020-10-23 09:00:09 +00:00
id: created
seeders: seeders
size: size
name: title
- name: type
type: select
label: Order requested from site
2020-10-23 09:00:09 +00:00
default: desc
options:
2020-10-23 09:00:09 +00:00
desc: desc
asc: asc
search:
paths:
2020-05-12 23:07:31 +00:00
# https://glodls.to/search_results.php?c1=1&c72=1&c41=1&search=blacklist+s07e05&cat=0&incldead=1&inclexternal=0&lang=0&sort=id&order=desc
- path: search_results.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"
cat: 0
# 0 active 1 incldead 2 onlydead
incldead: 1
# 0 both 1 local 2 external
inclexternal: 0
# 0 all 1 english etc
lang: 0
sort: "{{ .Config.sort }}"
order: "{{ .Config.type }}"
rows:
selector: table.ttable_headinner tr.t-row
after: 1
2020-01-18 05:26:04 +00:00
fields:
category:
selector: a[href^="/search.php?cat="]
attribute: href
optional: true
default: 33
filters:
- name: querystring
args: cat
title:
selector: td:nth-child(2) a[title]
attribute: title
details:
selector: td:nth-child(2) a[title]
attribute: href
download:
selector: a[href^="/down.php?id="], a[href*="itorrents.org/torrent/"]
attribute: href
magnet:
selector: a[href^="magnet:?xt="]
attribute: href
size:
selector: td:nth-child(5)
seeders:
selector: td:nth-child(6)
leechers:
selector: td:nth-child(7)
date:
text: now
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
2020-01-18 05:26:04 +00:00
# engine n/a