mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
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
This commit is contained in:
parent
513a0f3369
commit
4ae2773dc9
7 changed files with 8 additions and 10 deletions
|
@ -57,9 +57,8 @@ irc:
|
|||
- "New Torrent: סדרה - עונה 4 פרק 5 | Show S04E05 2160p UHDTV x265-Release-Group Category: סדרות ישראליות HD By: Uploader1 Size: 2.88GB Link: http://fuzer.me/attachment.php?attachmentid=101010 [Show.S04E05.2160p.UHDTV.x265-Release-Group]"
|
||||
- "New Torrent: סדרה אפילו יותר טובה - עונה 1 פרק 7 - תרגום בצד | Even Better Show S01E07 1080p AMZN WEB-DL DDP5.1 H.264 Category: סדרות HD By: EvenBett3rUploader Size: 2.27GB Link: http://fuzer.me/attachment.php?attachmentid=222222 [Even.Better.Show.S01E07.14.45.1080p.AMZN.WEB-DL.DDP5.1.H.264]"
|
||||
- "New Torrent: הכי טובה - עונה 1 פרק 5 - תרגום בצד | The Best S01E05 1080p WEB H264-TEST Category: סדרות HD By: Uploader5 Size: 3.25GB Link: http://fuzer.me/attachment.php?attachmentid=616161 [The.Best.S01E05.1080p.WEB.H264-TEST]"
|
||||
pattern: 'New Torrent: (.*) Category: (.*) By: (.*) Size: (.*) Link: https?\:\/\/([^\/]+)\/.*[&\?]attachmentid=(\d+) \[(.*)\]'
|
||||
pattern: 'New Torrent:.*\| .* Category:\s?.* (.*) By: (.*) Size: (.*) Link: (https?\:\/\/.*\/).*attachmentid=(\d+) \[(.*)\]'
|
||||
vars:
|
||||
- name1
|
||||
- category
|
||||
- uploader
|
||||
- torrentSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue