Commit graph

264 commits

Author SHA1 Message Date
sigma2017
dbaaed0e50
fix(indexers): update iPlay IRC port (#1062)
Update iplay.yaml

Port changed due to botnet attack
2023-09-01 21:45:43 +02:00
Devin Buhl
f234caec08
feat(indexers): support improved ANT announce (#1063)
fix: update regex for ant irc announcements
2023-08-28 23:13:29 +02:00
martylukyy
d335d01ad1
fix(indexers): remove nickserv options for AlphaRatio (#1053)
fix(indexers): remove nickserv options for alpharatio
2023-08-28 23:12:54 +02:00
soup
603312cebe
fix(indexers): MTV announce regex pattern (#1054) 2023-08-28 23:09:18 +02:00
Mavyre
db209319da
fix(indexers): IRC URL for Sharewood (#1035)
* Changed IRC URL for Sharewood Indexer

* Changed sharewood announcer case
2023-08-13 17:49:43 +02:00
Kyle Sanderson
fb4652f9cf
fix(indexers): danishbytes update irc (#1013)
fix(irc): update danishbytes
2023-07-15 19:36:15 +02:00
soup
2dd89ec711
fix(indexers): nebulance regex pattern (#1015) 2023-07-15 19:33:15 +02:00
martylukyy
956225c108
feat(indexers): add freeleech support for TS (#983)
add freeleech to regex and vars for new TS announce format
2023-06-14 19:44:06 +02:00
Benno
84c7120d08
feat(indexers): add TorrentSectorCrew (#982)
* added torrentsectorcrew indexer

* fix filename, uncomment rss

* refine help text
other minor changes

* refine help text - take 2

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
2023-06-14 19:42:42 +02:00
Mavyre
cecdda2ed9
feat(indexers): add Sharewood (#968)
* Add Sharewood indexer

* Changed Passkey help sharewood.yaml

Co-authored-by: soup <s0up4200@pm.me>

* Update sharewood.yaml

Added help about incompatible SASL default authentication

---------

Co-authored-by: soup <s0up4200@pm.me>
2023-06-04 16:18:08 +02:00
soup
295d6f0362
fix(indexers): update MTV irc network for consistency (#971) 2023-06-04 16:12:28 +02:00
Kyle Sanderson
314b5da8cc
fix(indexers): enthralled IRC network (#967)
* fix(indexers): enthralled IRC network

* fix: update network name

---------

Co-authored-by: ze0s <ze0s@riseup.net>
2023-06-04 16:11:42 +02:00
ze0s
8925266104
feat(indexers): add API support for Orpheus to fetch size (#944)
* feat(indexers): add API support for Orpheus

* feat(filters): add ops to AdditionalSizeCheck
2023-05-21 16:55:10 +02:00
DirectorX
762abef31e
fix(indexers): hebits use full category (#945)
fix(indexers): hebits fix pattern for category

Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
2023-05-19 18:38:39 +02:00
DirectorX
38242a8ca6
fix(indexers): Hebits infourl (#930)
fix(indexers): hebits fix infourl
2023-05-14 13:17:24 +02:00
Kyle Sanderson
058627f4e5
fix(indexers): Hebits URL parsing (#928) 2023-05-13 19:31:24 +02:00
Hilo4321
282175c39f
fix(indexers): xspeeds update passkey help (#907)
* Update xspeeds.yaml

Update the help info line for the Passkey.

* chore: update xspeeds secret key help

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2023-05-06 16:07:25 +02:00
soup
d23f1f2bce
fix(indexers): xspeeds regex pattern for categories (#906)
fix xspeeds regex pattern
2023-05-03 20:51:47 +02:00
ze0s
82beb31767
feat(indexers): iAnon parse category and freeleech (#886)
* feat(indexers): iAnon parse category and freeleech

* feat(indexers): iAnon parse category and freeleech
2023-04-30 00:21:44 +02:00
martylukyy
b0198bc2a3
fix(indexers): OPS new announce format (#862)
* fix ops parsing
extend regex capture group for torrentName var to contain releaseTags var
replace all – in announces with a - for torrentName var

* update ops yaml for new announces

* replace en-dashes with hyphens for OPS
add Sampler to releaseTypeMusic const
sort strings of releaseTypeMusic const alphabetically
shorten import in constants.ts

* replace en-dashes in pattern with . to cover any separator

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2023-04-26 20:31:21 +02:00
martylukyy
9e2e43477d
fix(indexers): TorrentNetwork settings crash (#879)
fix panic due to misspelling in definition
2023-04-24 12:59:50 +02:00
ze0s
fb9dcc23a0
feat(indexers): add iAnon (#838)
* feat(indexers): add iAnon

* fix: regex captures
2023-04-15 17:50:10 +02:00
ze0s
969a9e7025
fix(indexers): PolishSource downloads (#837)
* test: dump req and res for torrent download

* chore: remove req res dump
2023-04-14 21:15:32 +02:00
paperclip-go-brr
8487475e73
feat(indexers): add Tokyo Toshokan (#818)
* Add toktotoshokan.yaml definition

* Update tokyotoshokan.yaml
2023-04-13 18:09:24 +02:00
soup
81092cfe16
fix(indexers): OPS parsing (#832)
* fix/OPS parsing

* replaced special character with .
escaped / in case we ever switch regex flavour
altered a test line to account for empty releaseTags

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
2023-04-13 18:05:35 +02:00
martylukyy
4cf251e2cf
feat(indexers): add TheDarkCommunity (#808)
* add TheDarkCommunity indexer

* add RSS as supported protocol
2023-04-02 22:36:42 +02:00
costaht
86725d804e
feat(indexers): add Locadora (#796)
* Adds Locadora

That file adds a new indexer to autobrr

* Update locadora.yml

* rename to locadora.yaml in order for autobrr to recognize the definition

* Adding NickServ authentication

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
2023-03-30 22:07:08 +02:00
martylukyy
fe2950f630
fix(indexers): pbay announce bot name (#790)
* fix pbay announce bot name

* add both announce bot names in case of reversal
2023-03-26 23:09:59 +02:00
Kyle Sanderson
ef61331a22
chore(indexers): properly capitalize Aither network (#768) 2023-03-19 21:08:49 +01:00
ze0s
59a1bd900e
fix(indexers): add generic newznab definition (#741)
fix(indexers): add Newznab definition
2023-03-05 19:59:55 +01:00
soup
2daab695eb
fix(indexers): ncore irc server change (#738) 2023-03-05 15:27:51 +01:00
soup
c6101cc765
feat(indexers): add PTFiles (PTF) (#729)
* feat(indexer): add PTFiles

thanks qmayer for providing it

* encode torrentName
2023-02-26 19:05:14 +01:00
ze0s
e20219170e
fix(indexers): TorrentBytes broken tracker use non-SSL link (#705)
fix(indexers): TorrentBytes broken tracker use non-ssl link
2023-02-11 22:22:11 +01:00
soup
1bbd3d9155
fix(indexers): redacted infourl (#701) 2023-02-07 11:17:20 +01:00
soup
fe5e15a333
fix(indexers): hd-space infourl (#699) 2023-02-07 00:27:26 +01:00
soup
17cb4f4ee9
fix(indexers): Anthelion infourl (#698) 2023-02-07 00:21:39 +01:00
soup
28874564e1
fix(indexers) alpharatio infourl (#697)
* fix(indexer) fixed regex for alpharatio infourl

* updated alpharatio regex

* changed infourl
2023-02-07 00:20:28 +01:00
ze0s
bfdf875541
fix(indexers): SkipTheTrailers identifier (#696)
fix(indexers): skipthetrailers identifier
2023-02-06 23:50:22 +01:00
soup
d52b28d05f
fix(indexer): bad url for PTN (#694)
* fixed bad url for ptn

* minor change
2023-02-05 23:16:57 +01:00
ze0s
c17034dcff
feat(indexers): add SkipTheTrailers (STT) (#693)
feat(indexers): add STT skipthetrailers
2023-02-05 18:52:37 +01:00
soup
27f8b14678
fix(indexers): add default http baseurl for PTN (#687)
* Changed PTN baseurl from https to http

* added https back as a secondary option
2023-02-02 23:43:43 +01:00
ze0s
4c83787a0b
feat(releases): add info url link to releases list (#683)
* feat(indexers): definitions add infourl to irc parsing

* feat(indexers): add infourl to releases

* fix(indexers): fix info urls

* fix(indexers): update btn
2023-01-29 21:40:49 +01:00
soup
b95c1e6913
feat(indexers): add LST (#682)
* feat(indexers): add LST

* added infourl
2023-01-29 17:40:55 +01:00
varoOP
ad0d482065
fix(releases): force capture titles AB (#668)
capture those weird titles
2023-01-29 16:03:37 +01:00
soup
eb3a86f49d
fix(indexers): Funfile download URL (#666) 2023-01-29 15:59:57 +01:00
soup
96774edba1
fix(indexers): new announcer for Nebulance (#673) 2023-01-28 16:48:20 +01:00
soup
4ae2773dc9
fix(indexers): multiple definition regex pattern corrections (#656)
* fuzer: fix regex pattern

old: https://regex101.com/r/pmyFOX/1

new: https://regex101.com/r/YxtVT7/1

* hebits: fix regex pattern

old: https://regex101.com/r/66kpcT/1

new: https://regex101.com/r/AuJPRg/1

* iplay: fix regex pattern

* forgot to update pattern

* ncore: fix regex pattern

didnt catch baseurl correctly

* retroflix: fix regex pattern

old: https://regex101.com/r/WY5qPu/1

new: https://regex101.com/r/qIS6i5/1

* speedapp: removed unused capture group

old: https://regex101.com/r/1v0T3j/1

new: https://regex101.com/r/Fzv6Cq/1

* torrentbytes: fixed bad baseurl capture

old: https://regex101.com/r/n5iJr6/1

new: https://regex101.com/r/ozIu3F/1
2023-01-17 22:25:43 +01:00
martylukyy
513a0f3369
fix(indexers): animebytes regex (#654)
* fix: adapt regex to parse release group for translated printed media

* fix miscapturing of other values in parenthesis

* fixed an edge case where the torrent name was misparsed if it contained the string `TV`
excluded and escaped `./.` strings from capture groups
2023-01-17 22:25:17 +01:00
soup
362aa8f9d0
fix(indexers): funfile single line parsing (#646)
* fix(indexers): funfile announce line 2 is optional

* Change to single line parse for the time being
2023-01-14 16:21:39 +01:00
ze0s
626fa6f156
feat(indexers): irc parse support ignoring lines (#641)
feat(indexers): irc support ignore line
2023-01-10 19:20:48 +01:00