Skip to content

Commit

Permalink
bitmagnet update
Browse files Browse the repository at this point in the history
  • Loading branch information
rraymondgh committed Jan 18, 2025
1 parent 7f6c7d9 commit ffbeafc
Showing 1 changed file with 95 additions and 12 deletions.
107 changes: 95 additions & 12 deletions definitions/v10/bitmagnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,52 @@ encoding: UTF-8
links:
- http://127.0.0.1:3333/
- http://bitmagnet:3333/
- http://192.168.1.2:3333/
- http://192.168.1.3:3333/
- http://192.168.1.4:3333/
- http://192.168.1.5:3333/
- http://192.168.1.6:3333/
- http://192.168.1.7:3333/
- http://192.168.1.8:3333/
- http://192.168.1.9:3333/
- http://192.168.1.10:3333/
- http://192.168.1.11:3333/
- http://192.168.1.12:3333/
- http://192.168.1.13:3333/
- http://192.168.1.14:3333/
- http://192.168.1.15:3333/
- http://192.168.1.16:3333/
- http://192.168.1.17:3333/
- http://192.168.1.18:3333/
- http://192.168.1.19:3333/
- http://192.168.1.20:3333/
- http://192.168.1.21:3333/
- http://192.168.1.22:3333/
- http://192.168.1.23:3333/
- http://192.168.1.24:3333/
- http://10.0.1.2:3333/
- http://10.0.1.3:3333/
- http://10.0.1.4:3333/
- http://10.0.1.5:3333/
- http://10.0.1.6:3333/
- http://10.0.1.7:3333/
- http://10.0.1.8:3333/
- http://10.0.1.9:3333/
- http://10.0.1.10:3333/
- http://10.0.1.11:3333/
- http://10.0.1.12:3333/
- http://10.0.1.13:3333/
- http://10.0.1.14:3333/
- http://10.0.1.15:3333/
- http://10.0.1.16:3333/
- http://10.0.1.17:3333/
- http://10.0.1.18:3333/
- http://10.0.1.19:3333/
- http://10.0.1.20:3333/
- http://10.0.1.21:3333/
- http://10.0.1.22:3333/
- http://10.0.1.23:3333/
- http://10.0.1.24:3333/

caps:
categorymappings:
Expand Down Expand Up @@ -57,26 +103,63 @@ search:

rows:
selector: rss > channel > item

fields:
categorydesc:
selector: category
_guid:
selector: guid
title:
selector: title
details:
text: /
text: "/webui/torrents/permalink/{{ .Result._guid }}"
date:
selector: pubDate
infohash:
selector: guid
size:
selector: size
infohash:
selector: attr[name="infohash"]
attribute: value
category:
selector: attr[name="category"]
attribute: value
size:
selector: attr[name="size"]
attribute: value
seeders:
text: 1
selector: attr[name="seeders"]
attribute: value
leechers:
text: 1
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
selector: attr[name="peers"]
attribute: value
files:
selector: attr[name="files"]
attribute: value
year:
selector: attr[name="year"]
attribute: value
imdb:
selector: attr[name="imdb"]
attribute: value

# attributes generated by bitmagnet with no target prowlarr attribute
# magneturl:
# selector: attr[name="magneturl"]
# attribute: value
# publishdate:
# selector: attr[name="publishdate"]
# attribute: value
# season:
# selector: attr[name="season"]
# attribute: value
# episode:
# selector: attr[name="episode"]
# attribute: value
# video:
# selector: attr[name="video"]
# attribute: value
# resolution:
# selector: attr[name="resolution"]
# attribute: value
# team:
# selector: attr[name="team"]
# attribute: value
# torznab xml

0 comments on commit ffbeafc

Please sign in to comment.