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:
ze0s 2023-04-30 00:21:44 +02:00 committed by GitHub
parent ef3445cbed
commit 82beb31767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,10 +58,13 @@ irc:
type: single type: single
lines: lines:
- test: - 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" - "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"
pattern: 'TORRENT: (.*) - (.*) - https:\/\/.*\/.*id=\d+ \/ (https:\/\/.*\/).*action=download&id=(.+)' - "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: vars:
- torrentName - torrentName
- category
- freeleech
- tags - tags
- baseUrl - baseUrl
- torrentId - torrentId