Fix one more release cleaning regex range

This commit is contained in:
DariusIII
2019-03-07 11:06:05 +01:00
parent 798eeb826b
commit 4bbd4ce8e2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-03-07 DariusIII
* Fix: Fix one more release cleaning regex range
* Fix: Fix more regex ranges in Blacklight namespace
* Fix: Add back missing $groupID in ProcessReleases class
* Chg: Fix ranges in collection and release naming regexes
+1 -1
View File
@@ -316,7 +316,7 @@ return [
39 => [
'id' => 40,
'group_regex' => '^alt\\.binaries\\.ath$',
'regex' => '/^.+http:\\/\\/you-need-all\\.tk.+\\[\\d+\\/\\d+\\][\\s-_]{0,3}"(?P<match0>[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([\-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[\-_\\s]{0,3}yEnc$/ui',
'regex' => '/^.+http:\\/\\/you-need-all\\.tk.+\\[\\d+\\/\\d+\\][\\s_-]{0,3}"(?P<match0>[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([\-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[\-_\\s]{0,3}yEnc$/ui',
'status' => 1,
'description' => '//<->http://you-need-all.tk<-> - [28/32] - "Dirty Minded W',
'ordinal' => 25,
@@ -370,7 +370,7 @@ class ReleaseNamingRegexesTableSeeder extends Seeder
[
'id' => 40,
'group_regex' => '^alt\\.binaries\\.ath$',
'regex' => '/^.+http:\\/\\/you-need-all\\.tk.+\\[\\d+\\/\\d+\\][\\s-_]{0,3}"(?P<match0>[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([\-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[\-_\\s]{0,3}yEnc$/ui',
'regex' => '/^.+http:\\/\\/you-need-all\\.tk.+\\[\\d+\\/\\d+\\][\\s_-]{0,3}"(?P<match0>[\\w\\säöüÄÖÜß+¤ƒ¶!.,&_\\()\\[\\]\\\'\\`{}#-]{8,}?\\b.?)([\-_](proof|sample|thumbs?))*(\\.part\\d*(\\.rar)?|\\.rar|\\.7z)?(\\d{1,3}\\.rev"|\\.vol.+?"|\\.[A-Za-z0-9]{2,4}"|")[\-_\\s]{0,3}yEnc$/ui',
'status' => 1,
'description' => '//<->http://you-need-all.tk<-> - [28/32] - "Dirty Minded W',
'ordinal' => 25,