Improve a bit the regexp for phpbb (#2551)

- Split the regexp
- Simplify some parts
main
jvoisin 6 years ago committed by Elbert Alias
parent ba6487640d
commit cb71babf0d

@ -12332,7 +12332,13 @@
"cookies": {
"phpbb": ""
},
"html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)",
"html": [
"Powered by <a[^>]+phpBB",
"<div class=phpbb_copyright>",
"<[^>]+styles/(?:sub|pro)silver/theme",
"<img[^>]+i_icon_mini",
"<table class=\"[^\"]*forumline"
],
"icon": "phpBB.png",
"implies": "PHP",
"js": {

Loading…
Cancel
Save