2019-05-29 20:02:31 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: magnetdl
|
2020-05-10 20:05:19 +00:00
|
|
|
name: MagnetDL
|
|
|
|
description: "MagnetDL is a Public torrent Magnet Links search engine"
|
|
|
|
language: en-us
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
|
|
|
followredirect: true
|
|
|
|
links:
|
|
|
|
- https://www.magnetdl.com/
|
|
|
|
- https://www.magnetdl.org/
|
|
|
|
- https://magnetdl.unblockninja.com/
|
2020-07-29 03:51:24 +00:00
|
|
|
- https://magnetdl.unblockit.win/
|
2020-05-10 20:05:19 +00:00
|
|
|
legacylinks:
|
|
|
|
- http://www.magnetdl.com/
|
|
|
|
- https://www.magnetdl.me/ # fake
|
|
|
|
- https://magnetdl.unblockit.pro/
|
|
|
|
- https://magnetdl.unblockit.one/
|
2020-06-10 03:54:08 +00:00
|
|
|
- https://magnetdl.unblockit.me/
|
2020-06-25 19:17:40 +00:00
|
|
|
- https://magnetdl.unblockit.pw/
|
2020-07-29 03:51:24 +00:00
|
|
|
- https://magnetdl.unblockit.id/
|
2019-05-29 20:02:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
"TV": TV
|
|
|
|
"Movie": Movies
|
|
|
|
"Music": Audio
|
|
|
|
"E-Book": Books/Ebook
|
|
|
|
"Game": PC/Games
|
|
|
|
"Software": PC
|
|
|
|
"Other": Other
|
2019-05-29 20:02:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2019-05-29 20:02:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
settings:
|
|
|
|
- name: sort
|
|
|
|
type: select
|
|
|
|
label: Sort requested from site
|
|
|
|
default: "age"
|
|
|
|
options:
|
|
|
|
"age": "created"
|
|
|
|
"se": "seeders"
|
|
|
|
"size": "size"
|
|
|
|
- name: type
|
|
|
|
type: select
|
|
|
|
label: Order requested from site
|
|
|
|
default: "desc"
|
|
|
|
options:
|
|
|
|
"desc": "desc"
|
|
|
|
"asc": "asc"
|
2019-05-29 20:02:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
headers:
|
|
|
|
# prevent redirect
|
|
|
|
Accept: ["text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"]
|
|
|
|
keywordsfilters:
|
|
|
|
# replace space between keywords with - to prevent 404 Not Found
|
|
|
|
- name: re_replace
|
|
|
|
args: [" ", "-"]
|
|
|
|
- name: tolower
|
|
|
|
paths:
|
|
|
|
# return results for 'of' if there are no search parms supplied (for use with the TEST button)
|
|
|
|
# http://www.magnetdl.com/m/midnight-texas-s01e10/
|
2020-06-02 19:54:22 +00:00
|
|
|
- path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{else}}2/{{ .Today.Year }}/{{end}}{{ .Config.sort }}/{{ .Config.type }}/"
|
|
|
|
- path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{else}}2/{{ .Today.Year }}/{{end}}{{ .Config.sort }}/{{ .Config.type }}/2/"
|
2019-12-13 22:11:39 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: tr:has(td.m)
|
2019-12-13 22:11:39 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: td.n a
|
|
|
|
attribute: title
|
|
|
|
category:
|
|
|
|
text: Other
|
|
|
|
category|noappend:
|
|
|
|
optional: true
|
2020-05-10 20:57:50 +00:00
|
|
|
selector: td[class^="t"]
|
2020-05-10 20:05:19 +00:00
|
|
|
details:
|
|
|
|
selector: td.n a
|
|
|
|
attribute: href
|
|
|
|
magnet:
|
|
|
|
selector: td.m a
|
|
|
|
attribute: href
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(3)
|
|
|
|
filters:
|
|
|
|
- name: timeago
|
|
|
|
files:
|
|
|
|
selector: td:nth-child(5)
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(6)
|
|
|
|
seeders:
|
|
|
|
selector: td.s
|
|
|
|
leechers:
|
|
|
|
selector: td.l
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: 0
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-01-18 21:05:52 +00:00
|
|
|
# engine n/a
|