mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(indexers): iAnon parse category and freeleech (#886)
* feat(indexers): iAnon parse category and freeleech * feat(indexers): iAnon parse category and freeleech
This commit is contained in:
parent
ef3445cbed
commit
82beb31767
1 changed files with 5 additions and 2 deletions
|
@ -58,10 +58,13 @@ irc:
|
|||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- "TORRENT: TheBestMacApp.X.4.10.6.macOS - utility - https://ianon.app/torrents.php?id=1323 / https://ianon.app/torrents.php?action=download&id=1323"
|
||||
pattern: 'TORRENT: (.*) - (.*) - https:\/\/.*\/.*id=\d+ \/ (https:\/\/.*\/).*action=download&id=(.+)'
|
||||
- "TORRENT: TheBestMacApp.X.4.10.6.macOS (Applications) - utility - https://ianon.app/torrents.php?id=1323 / https://ianon.app/torrents.php?action=download&id=1323"
|
||||
- "TORRENT: MasterClass - Issa Rae Teaches Creating Outside the Lines (Tutorials) - freeleech,learning,tutorials,video - https://ianon.app/torrents.php?id=2414 / https://ianon.app/torrents.php?action=download&id=2423"
|
||||
pattern: 'TORRENT: (.*) \((.*)\)\s+?. (freeleech)?,?(.*) . https:\/\/.*\/.*id=\d+ \/ (https:\/\/.*\/).*action=download&id=(.+)'
|
||||
vars:
|
||||
- torrentName
|
||||
- category
|
||||
- freeleech
|
||||
- tags
|
||||
- baseUrl
|
||||
- torrentId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue