GregTroar
7ef4538200
feat(indexers): add torrentbytes ( #64 )
2022-03-26 16:16:29 +01:00
GregTroar
dc0428fcc9
fix(indexers): update pattern RevTT ( #204 )
...
Currently releases are saved as !new ReleaseName.720p.HDTV.x264-NoGroup.
Adding double quotes on pattern to avoid this.
2022-03-26 13:52:55 +01:00
Ludvig Lundgren
a966291b38
fix(indexers): only load definitions with .yaml ext ( #188 )
2022-03-20 16:37:29 +01:00
Ludvig Lundgren
fdf69e6403
feat(indexers): load custom definitions ( #186 )
2022-03-20 14:35:33 +01:00
F4n4t
fc1b234578
feat(indexers): add Torrent-Syndikat ( #178 )
2022-03-17 22:29:48 +01:00
Ludvig Lundgren
e0e4bf6202
feat(indexers): definitions set forcesizeunit ( #156 )
...
* feat(indexers): support custom size handling
* fix: change case for yaml key
2022-02-28 19:25:39 +01:00
Ludvig Lundgren
c8356d667a
fix(indexers): norbits correctly escape yaml ( #152 )
2022-02-27 18:19:25 +01:00
Ludvig Lundgren
2035effbd0
feat(indexers): add Norbits ( #151 )
...
* feat(indexers): add norbits
* docs: add norbits
2022-02-27 17:59:07 +01:00
Ludvig Lundgren
9e1b6a62a7
feat(indexers): add revolutiontt ( #150 )
...
* feat(indexers): add revolutiontt
* docs: add revott
2022-02-27 16:53:21 +01:00
Ludvig Lundgren
03ca3ed49a
feat(indexers): add danishbytes ( #146 )
...
* feat(indexers): add danishbytes
* docs: update supported indexers
2022-02-19 20:23:27 +01:00
Ludvig Lundgren
d1f08903d1
fix: indexers orpheus torrent url ( #122 )
2022-02-07 18:59:59 +01:00
GregTroar
3b3b1de51d
indexer: add digitalcore ( #105 )
...
* feat: add digitalcore
2022-02-04 17:43:01 +01:00
Ludvig Lundgren
26f558859a
fix: blank page loading filters ( #107 )
...
* fix(filters): load indexers separate
* feat: add ctx to filter related db methods
2022-02-03 21:58:41 +01:00
Alex
29301aa91d
Indexers: Add HDBits ( #95 )
...
* Indexers: Add HDBits
* docs: add hdb
2022-01-23 17:37:19 +01:00
GregTroar
9b34ebc4a7
Indexers: Add TorrentDb ( #97 )
...
* feat(indexers): add torrentdb
* docs: add torrentdb to supported indexers
2022-01-23 13:55:04 +01:00
Ludvig Lundgren
b91984e28e
fix(indexers): use torrentsize instead of size ( #98 )
2022-01-23 13:32:03 +01:00
Ludvig Lundgren
9f3ca433b3
feat(indexers): mtv parse category from tags ( #94 )
2022-01-19 18:56:18 +01:00
Ludvig Lundgren
00bc8298ac
feat(filters): add music filters ( #91 )
...
* feat(filters): add music filters
* feat: improve parsing and filtering
* feat: add red api support
2022-01-19 18:50:04 +01:00
KaiserBh
8ff8e6bbb0
feat(indexers): add animebytes ( #87 )
...
* feat: Added support for AB indexer.
* docs: Changed readme to inlcude all the supported trackers.
* feat: improve releasetags parsing and regex
2022-01-16 15:28:01 +01:00
Ludvig Lundgren
ebed38a16c
Fix: Remove mock indexers ( #83 )
...
* fix: remove mock indexers
* chore: gitignore extra db files
2022-01-13 23:29:19 +01:00
Ludvig Lundgren
2daeedbdc7
Feature: Support multi user per irc network ( #78 )
...
* feat: delete irc network in transaction
* feat: use compound key for irc handlers
* chore: update deps
* refactor: start network
* refactor: init irc handler
* indexers: update network name
2022-01-13 21:26:23 +01:00
Ludvig Lundgren
dcd1d458cf
fix(indexers): btn api client ( #71 )
...
What:
* Api key and torrentId in wrong order
* Set hardcoded ID in jsonrpc request object
* ParsetorrentId from url
Fixes #68
2022-01-08 15:48:18 +01:00
Ludvig Lundgren
2ea2293745
Feature: Get size by api for ptp btn and ggn ( #66 )
...
* chore: add package
* feat: get size by api for ptp and btn
* feat: download and parse torrent if not api
* feat: bypass tls check and load meta from file
* fix: no invite command needed for btn
* feat: add ggn api
* feat: imrpove logging
* feat: build request url
* feat: improve err logging
2022-01-05 23:52:29 +01:00
Ludvig Lundgren
ae1f14d0a4
Feature: Improve filtering and release parsing ( #56 )
...
* feat: match against orig and cleaned rel
* feat: add more release parse tests
* feat: filter check tags
* feat: improve filter tag parsing
* refactor: simplify tag split and trim
* fix(indexers): use releasetags for milkie
* fix: properly replace spaces in string
* feat: better source check
* feat: extract releasetags
2022-01-01 21:50:38 +01:00
GregTroar
8f53becbb3
indexers(mtv): set irc pass required ( #60 )
2022-01-01 21:33:13 +01:00
GregTroar
f331aab6c9
Indexers: Update TorrentSeeds for new site ( #57 )
...
* feat: update regex
* feat: update download url
* feat: change passkey to rsskey
2021-12-30 13:47:45 +01:00
Ludvig Lundgren
c83ebdc1a4
fix(indexers): milkie url encode apikey and add tests ( #51 )
2021-12-25 18:25:59 +01:00
Ludvig Lundgren
9b4ea21885
Indexers: Add TranceTraffic ( #47 )
2021-12-24 00:24:37 +01:00
GregTroar
35d3817bd4
Indexers: Add TD, MTV, TS and Milkie ( #45 )
...
* feat: add Milkie definition
* feat: add TorrentDay definition
* feat: add MoreThanTV definition
* feat: add TorrentSeeds definition
Co-authored-by: Ludvig Lundgren <hello@ludviglundgren.se>
2021-12-23 23:34:49 +01:00
Ludvig Lundgren
c4d580eb03
Feature: Support multiline irc parsing ( #39 )
...
* feat: initial multiline support
* refactor: handle multiple indexers per network
* wip: setup indexer
* build: add docker compose for testing
* chore: remove temp mock indexers
* chore: update deps
* refactor: update and store network handler
* build: update test compose
* chore: minor cleanup
2021-12-21 21:15:42 +01:00
Kyle Sanderson
c7b61d803e
indexers: Fix BTN IRC Server ( #34 )
2021-11-24 23:20:48 +01:00
Ludvig Lundgren
e5f2510f6e
fix(indexers): ptp regex pattern ( #29 )
...
Match case without by Director.
2021-09-14 17:15:46 +02:00
Ludvig Lundgren
c372ca4ddf
fix: ipt download url
2021-08-30 20:57:44 +02:00
Ludvig Lundgren
2cba7a90e0
fix: download client and ipt download url
2021-08-30 20:54:14 +02:00
Ludvig Lundgren
9aaf79e7bb
refactor: indexer definitions ( #21 )
2021-08-30 20:11:23 +02:00
Ludvig Lundgren
2288997335
fix(indexer): ipt bad torrenturl ( #20 )
2021-08-30 00:53:13 +02:00
Ludvig Lundgren
4d40d41628
Refactor irc client ( #19 )
...
* refactor: update http handlers
* feat: add trace log level
* refactir: irc handler
* refactor(definitions): add irc settings and invite cmd:
* feat: add dft values to inputs
* refactor: indexer irc forms
* refactor(definitions): fix nickserv.password var:
* feat: pre fill indexer name field
* refactor: handle stopping and updates
2021-08-29 23:23:02 +02:00
Ludvig Lundgren
a838d994a6
feat: add backend
2021-08-11 15:26:17 +02:00