Skip to content

Commit

Permalink
fix(indexers): IPT regex (#635)
Browse files Browse the repository at this point in the history
fix(indexers): ipt regex

https://regex101.com/r/YtdL46/1
  • Loading branch information
s0up4200 committed Jan 8, 2023
1 parent d437f84 commit 3c4711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/indexer/definitions/iptorrents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ irc:
- test:
- "[Movies/XviD] The Movie 2010 DVDRip XviD-GROUP FREELEECH - http://www.iptorrents.com/details.php?id=000000 - 716.219 MB"
- "[Movies/XviD] The Movie 2010 DVDRip XviD-GROUP - http://www.iptorrents.com/details.php?id=000000 - 716.219 MB"
pattern: '\[(.+)] (.*?)\s*(FREELEECH)* - (https?\:\/\/.+\/).+id=(\d+) - (.*)'
pattern: '\[(.+?)] (.*?)\s*(?:(FREELEECH))? - (https?\:\/\/.+\/).+id=(\d+) - (.*)'
vars:
- category
- torrentName
Expand Down

0 comments on commit 3c4711e

Please sign in to comment.