Thread: [Solved] Packagizer rule problem
View Single Post
  #19  
Old 27.04.2021, 00:02
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 285
Default

Everything worked fine, but I noticed the parser was not working for these links:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**



Does not perform a parsing activity

I tried to optimize the previous pattern, but there is an error in the ranges.
I had to go back to a different pattern again:

Code:
(hXXps://example\\.ru/(20[01][0-9]|202[0-2])/0*([1-9]|1[0-2])/(\\d+[-/]\\d+)|hXXps://example\\.ru/diary/(.*)/(\\d+)-(\\d+)-(\\d+))
New date 2000 - 2022

Parse Into Range:
2000 - 2019
2020 - 2022
Parse Into Block Regex:
20[01][0-9]
202[0-2]
Combining Into Regex Pattern:
(20[01][0-9]|202[0-2])

Last edited by Student im ersten Jahr; 27.04.2021 at 00:30.
Reply With Quote