Question regarding using WPCleaner on the Bengali Wikipedia

Hi NicoV, I'd like to know about the issue (texts not displayed properly) was discussed here. Would you please also make sure that the bot tool works for bnwiki's? Thanks! Warm Regards, ZI Jony (Talk) 14:17, 8 February 2022 (UTC)

Hi ZI Jony. The last months were quite busy for me, and I didn't do too much for WPCleaner, and to be honest, I had forgotten about this problem. If you want, you can open a task on phabricator, but I don't know when I will have time to work it... Sorry. --NicoV (Talk on frwiki) 19:50, 8 February 2022 (UTC)
NicoV, Thanks for your response. I've filed a task on phabricator, but I'll update more soon there. Warm Regards, ZI Jony (Talk) 13:32, 9 February 2022 (UTC)
It would also be great to make the text work properly for other Wikipedias for languages not using the Latin alphabet, not just Bengali. Not just that, but it would be great to make text work properly for right-to-left languages as well. Johnny Au (talk/contributions) 00:25, 1 May 2022 (UTC)
Hi ZI Jony and Johnny Au, just in case, can you try upgrading to Java 17 ? --NicoV (Talk on frwiki) 15:20, 29 September 2022 (UTC)
I will let you know. Johnny Au (talk/contributions) 00:07, 1 October 2022 (UTC)

Year disambiguation suffices

I have just reverted two edits [1][2] made with WPCleaner that broke "shortened footnotes" system references. Character suffices on years intended for source disambiguation in references are not erroneous and should not be removed automatically. Would it be possible to fix WPCleaner to avoid making these sorts of edits? Pinging @Lindsey40186, who made the edits, and @Trappist the monk, who probably knows more about CS1/2 date formatting than anybody else and so may be able to help fix the date parsing code. Thanks, Wham2001 (talk) 18:39, 10 July 2022 (UTC)

Thanks Wham! I had not noticed the error. Will hold off on using WPCleaner for those types of changes until the formatting experts can advise. :) Lindsey40186 (talk) 18:53, 10 July 2022 (UTC)
Before the tool's edit, Joan of Arc Quicherat 1841a and 1841b (b can't be linked because |ref=none), were correctly formatted and short-form references to them were also working correctly. As an example, see one of 1841a links (before) and same link (after). The tool erred in removing the CITEREF disambiguation character.
This doesn't seem to have been a recent change to the tool – see github repository. If this is not the result of a recent change then this sort of edit may go a long way to explaining why Category:Harv and Sfn no-target errors lists 22,000+ articles.
As an (unrelated aside) had the tool removed the Quicherat 1841b long-form citation (because not used as a source in the article) and also trimmed year values in the {{sfn|Quicherat|1841a}} and {{harvnb|Quicherat|1841a}} templates, this would likely be a non-issue.
Trappist the monk (talk) 19:33, 10 July 2022 (UTC)
At the top of this page there is a warning box that suggests that bug reports should be reported at phabricator. Has that been done?
Trappist the monk (talk) 19:36, 10 July 2022 (UTC)
@Trappist the monk thanks, that's what I thought. I haven't reported the bug – the few times I've looked at phabricator I found it incomprehensible, frankly. If you could that would be great. Thanks, Wham2001 (talk) 20:08, 10 July 2022 (UTC)
@Wham2001, Lindsey40186, and Trappist the monk: When running Joan of Arc through a full analysis in WPCleaner, it identifies two "Date format in templates" issues: |year=1841a and |year=1841b. The issue isn't that WPCleaner automatically removes the CITEREF disambiguation characters, but that it misidentifies the parameters as issues to be resolved by human editors. To prevent this from happening in the future, I made this edit to Wikipedia:WikiProject Check Wikipedia/Translation to state that yyyya and yyyyb are valid parameters of |year=. After making the edit, I reloaded the WPCleaner system options and analyzed the Joan of Arc and 160th Rifle Division (1941 formation) articles, and confirmed that WPCleaner no longer identified any date format issues. GoingBatty (talk) 03:12, 11 July 2022 (UTC)
@GoingBatty Thank-you! Two quibbles, though – some articles have many more than two sources with the same author and year, so I think that the valid set of suffices should ideally be any lower-case character. Secondly, they should apply to other CS1/2 templates as well. I've made another edit which will hopefully get us close enough; could you please check I've not made a mistake? Thanks, Wham2001 (talk) 06:33, 11 July 2022 (UTC)
Hi everyone. Thank you GoingBatty for explaining WPCleaner behavior in this situation and modifying the configuration. I confirm that in this case, WPCleaner only reported a date format issue (because the year format wasn't in the allowed formats in the configuration) and it was modified manually by the editors. --NicoV (Talk on frwiki) 08:15, 11 July 2022 (UTC)
@Wham2001: Looks good to me - thanks! GoingBatty (talk) 01:14, 12 July 2022 (UTC)
Ugh; that's ugly. Disambiguation alpha character suffixes are supported for simple year, circa year, and the no-date values in |year= and |date=. All other cs1|2 supported formats (except yyyy-mm-dd) support the suffix on the year portion of the supported format (for ranges that's the last year). Only |year= and |date= make use of the suffix. So consider adding:
c. yyyy – because circa 1800 is just a valid a circa 800
c. yyyya ... – and the disambiguated form
c. yyya ...
yyya ...
yyy–yyya ...
yyy–yyyy
yyy–yyyya ... and its disambiguated form
yyyy–yyyy
yyyy–yyyya ... and its disambiguated form
n.d.a ...
nd
nda ... and its disambiguated form
You get the idea. These also apply to |date= and all of the other date formats. Some sort of wildcard symbol would go a long way to making this list maintainable. The tool apparently knows that 'y' and 'd' are digits so surely the tool can be trained to know that 'a' (or some other symbol) is a letter character and that '?' is 0 or 1 of the preceding symbol.
The cite journal|date entry has: |Christmas yyyy. Is that correct? Doesn't MMM yyyy cover the Christmas named date? Month list is missing 'Easter', 'First Quarter', 'Second Quarter', 'Third Quarter', and 'Fourth Quarter'. Winter yyyy–yyyy is one of a pair; in the southern hemisphere, the year boundary occurs in summer so: Summer yyyy–yyyy.
Never ever should editors use unsubsted {{date}} in cs1|2 date-holding parameters. Never. This tool should not accept {{date}} as a valid date value. Substing doesn't work in <ref>...</ref> tags. So, {{date}} should be removed from the cs1|2 entries in the 521 list.
These are the obvious things that ought to be fixed.
Trappist the monk (talk) 12:59, 11 July 2022 (UTC)
@Trappist the monk Thanks for sharing your suggestions. Feel free to jump in and update the configuration. Thanks! GoingBatty (talk) 01:13, 12 July 2022 (UTC)

Template groups for #521 ?

  Resolved

Hi @GoingBatty. A few weeks/months ago, I introduced the notion of template groups (see general_template_groups in User:NicoV/WikiCleanerConfiguration). Currently, it's not implemented for #521, but it may be a good place to add it. Do you think it would be useful for you? It should reduce the configuration required and at the same time apply the check to other templates and redirects. What do you think? NicoV (Talk on frwiki) 12:56, 11 July 2022 (UTC)

@NicoV I wouldn't object if you tried this out. Thanks! GoingBatty (talk) 01:12, 12 July 2022 (UTC)
Hi GoingBatty. #521 can now be configured with template groups, either by using the template groups defined in User:NicoV/WikiCleanerConfiguration, general_template_groups or by adding specific ones in #521 configuration. --NicoV (Talk on frwiki) 21:20, 18 July 2022 (UTC)

external viewer & system options not working debian sid

  Resolved

i am running on debian sid. commands use: (1)cd wp (Installation with getdown methid used: getdown.txt & getdown.jar & credentials.txt) (2)java -jar getdown.jar . client -credentials credentials.txt en. however when i click external viewer (earth logo) nothing happens. it is also same for system options. jindam, vani (talk) 12:09, 18 August 2022 (UTC)

Hi jindam, vani. I suppose it's the same for the Idea button on the main window ? The code for opening external viewer first checks if Desktop is supported by Java on the system :
  • If not supported, WPCleaner should open a popup message saying so : apparently, it's not your case, si it's probably supported
  • If supported, WPCleaner should browse to URL by doing a system call : apparently, it's not working for you.
Do you have a default browser registered ?
Could you check in the folder where you installed WPCleaner ? You should have a WPCleaner.log file containing various logs : when you try to use the external viewer, is there any log appearing at the end of the file ?
--NicoV (Talk on frwiki) 09:35, 19 August 2022 (UTC)
@NicoV for some reason, i havent default browser at beginning. after some research, i added ′netsurf as default using command: sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/netsurf-gtk 20
  • i run both commands in op to start wpcleaner, then i clicked full analysis for random article: Kerala Gazette then i clicked "earth symbol" & nothing happened, this is end of log:
09:49:11.660 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=Kerala Gazette&ppprop=disambiguation&gplnamespace=0
09:49:39.605 [AWT-EventQueue-0] ERROR o.w.gui.swing.basic.Utilities - InvocationTargetException: null
09:49:53.840 [AWT-EventQueue-0] ERROR o.w.gui.swing.basic.Utilities - InvocationTargetException: null
09:49:57.975 [AWT-EventQueue-0] ERROR o.w.gui.swing.basic.Utilities - InvocationTargetException: null
09:50:04.633 [AWT-EventQueue-0] ERROR o.w.gui.swing.basic.Utilities - InvocationTargetException: null
09:50:13.829 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=logout&format=xml
09:50:15.770 [AWT-EventQueue-0] WARN  o.w.api.request.BasicApiResult - Error reported: missingparam - The "token" parameter must be set.

jindam, vani (talk) 10:17, 19 August 2022 (UTC)

Thanks jindam, vani. I will look into it, the InvocationTargetException logs seem to be related. --NicoV (Talk on frwiki) 10:41, 19 August 2022 (UTC)
Note for myself : maybe have a look at this post. --NicoV (Talk on frwiki) 17:30, 19 August 2022 (UTC)
Hi jindam, vani. I tried a modification in WPCleaner, is there any difference? --NicoV (Talk on frwiki) 16:17, 5 September 2022 (UTC)
hi NicoV, there seems to be no improvement. i have again gone through my op. it seems i omitted most important info. i am running debian sid on userland (this app runs on proot) on android device. i am pasting here my latest try on ver. 2.0.5
17:26:25.321 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=Daniel Boone (singer)&ppprop=disambiguation&gplnamespace=0
17:26:25.322 [MW-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Daniel Boone (singer)&rvprop=content|ids|timestamp
17:26:33.171 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=Chelsea F. C.|ISBN (identifier)|ISNI (identifier)|Larry Page (singer and manager)|MBA (identifier)|Music recording sales certification|ProQuest (identifier)|Russian Music Charts|The Billboard Hot 100|VIAF (identifier)&ppprop=disambiguation
17:26:34.484 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=Chelsea F. C.|ISBN (identifier)|ISNI (identifier)|Larry Page (singer and manager)|MBA (identifier)|Music recording sales certification|ProQuest (identifier)|Russian Music Charts|The Billboard Hot 100|VIAF (identifier)&rvprop=content
17:27:23.431 [Thread-3] INFO  PERF - Slow regular expression (Daniel Boone (singer)): Typo AWB dies/died(32851ms):(?<=\b(?:brothers?|c(?:hild(?:ren)?|ousins?)|daughters?|f(?:athers?|riends?)|grand(?:child(?:ren)?|daughters?|fathers?|mothers?|parents?|sons?)|He|h(?:e|usbands?)|mothers?|n(?:ephews?|ieces?)|parents?|s(?:he|isters?|ons?|pouses?|tep(?:child(?:ren)?|daughters?|fathers?|mothers?|parents?|sons?)|tudents?)|[A-Z][a-z]+|She|[tT]hey|wi(?:fe|ves))\s+)(?:sadly\s+)?(?:pass(?:e([ds]))?\s+away|lose(s)?\s+(?:their|h(?:er|is)(?:\s+or\s+h(?:er|is)|[/\\]h(?:er|is))?)\s+li(?:fe|ves))(?! from earthly existence)
17:27:42.095 [AWT-EventQueue-0] ERROR o.w.gui.swing.basic.Utilities - InvocationTargetException: null
17:28:18.375 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=logout&format=xml
17:28:19.733 [AWT-EventQueue-0] WARN  o.w.api.request.BasicApiResult - Error reported: missingparam - The "token" parameter must be set.

excuse for not disclosing earlier... jindam, vani (talk) 17:43, 9 September 2022 (UTC)

Hi jindam, vani. Ok, I think I have an idea why my modification didn't change anything. I will try something else. --NicoV (Talk on frwiki) 12:51, 14 September 2022 (UTC)
Hi jindam, vani. Can you try again ? And send again the logs if it doesn't work ? I've no clues about what is available on such device... --NicoV (Talk on frwiki) 15:41, 14 September 2022 (UTC)
hi NicoV, its working, thank you jindam, vani (talk) 17:46, 14 September 2022 (UTC)

is there any way to activate line numbers in article

  Declined

https://commons.m.wikimedia.org/wiki/Category:WPCleaner#/media/File%3AWPCleaner_-_Disambiguation.png on the right side there is article text. is there any way to temporarily or permenatently active line numbers for the article text? jindam, vani (talk) 07:38, 23 August 2022 (UTC)

Hi jindam, vani. No, it's not possible. It would probably require significant work on my side, the component I use for editing area doesn't have this option. --NicoV (Talk on frwiki) 15:48, 5 September 2022 (UTC)

Suggestion: estimated load time

  Resolved

It would be great if there were an estimated load time so we know how long a page would load. Johnny Au (talk/contributions) 01:35, 1 September 2022 (UTC)

Hi Johnny Au. It's quite difficult to estimate... If you mean the time spent between clicking a button like Full Analysis, and the page available for edit, there are several steps :
  • Several API requests to Wikipedia to get the page contents and various information. It mostly depends on your internet connection, and the Wikipedia servers. I don't known how to estimate.
  • Analysis of the page contents. For enwiki, I think some errors like "Spelling and typography" are the most time consuming (some regular expressions in Wikipedia:AutoWikiBrowser/Typos seem to be very time consuming), but I don't know how I can estimate the time needed.
  • If some automatic fixes can be done, then page contents is analysed again for each kind of error. I don't know how to quantify the number of loops.
Do you need this because some pages take a very long time to load? If so, can you check in WPCleaner's log file when you load such a file to see if there are some messages about things taking too much time (spelling and typography is logged when it takes too long) ? --NicoV (Talk on frwiki) 12:38, 2 September 2022 (UTC)
Thanks. Johnny Au (talk/contributions) 13:58, 2 September 2022 (UTC)
@NicoV: Thanks for mentioning the log - I've never looked at that. List of television channels in Vietnam takes a long time to load, so I turned on the log and found lots of entries around the AWB typo rules, so I posted to Wikipedia talk:AutoWikiBrowser/Typos#Improvements for WPCleaner? in the hopes of improving the rules and reducing the load time. GoingBatty (talk) 00:10, 3 September 2022 (UTC)
Thanks @GoingBatty. I made some suggestions there to improve performance. A long time ago, I opened T258889 to look into this for WPCleaner, and I opened T258892 on AWB side with even a proposal of code to help on this matter. Unfortunately, it's been 2 years now, and no real answer from AWB developer. NicoV (Talk on frwiki) 17:36, 3 September 2022 (UTC)
Hello Johnny Au and GoingBatty. The 2 regular expressions reported by GoingBatty to take a very long time are now fixed. I think load time should be a lot better now. In the future, new typo rules defined for AWB may again slow down WPCleaner a lot on big articles. If WPCleaner becomes again very slow on long articles, you can check the logs to see which regular expression is taking a very long time and either ask for it to be fixed at Wikipedia talk:AutoWikiBrowser/Typos‎‎, or include the regular expression in the list of disabled regular expression (example with disabling the Etc. rule). --NicoV (Talk on frwiki) 15:43, 5 September 2022 (UTC)
I will take a look. Johnny Au (talk/contributions) 00:06, 1 October 2022 (UTC)
Much better now. Thanks! Johnny Au (talk/contributions) 00:09, 1 November 2022 (UTC)

check dead links, 2 blank checkboxes after url

when i click "check dead links", after few minutes it shows windows with couple of 404 urls. right, left or double clicking nothing happens. ctrl+shft+E does not launch in external viewer. is this normal behaviour? relevant logs:

logs
05:18:05.902 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=templatedata&format=json&redirects=&titles=Template:Cite book
05:18:24.736 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=templatedata&format=json&redirects=&titles=Template:Cite book
05:19:48.049 [Thread-9] INFO  API - HEAD http://samarkand-guide.narod.ru/j7samnadirshah.html
05:19:49.717 [Thread-9] INFO  API - HEAD https://www.ebooks.az/view/IrWcSTM6.pdf
05:20:06.562 [Thread-10] INFO  API - POST https://en.wikipedia.org/w/api.php?action=edit&assert=user&basetimestamp=2022-09-22T05:10:18Z&bot=&format=xml&minor=&starttimestamp=2022-09-22T05:14:55Z&summary=v2.05 - Fix errors for [[WP:WCW|CW project]] (Tag with incorrect syntax - Whitespace characters after heading - Template with deprecated parameter)&tags=WPCleaner&text={{Lead too short|date=September 2022}}...&title=Capture of Samarkand by Nader Shah Afshar&watchlist=nochange
05:20:09.769 [MW-5] INFO  API - POST https://checkwiki.toolforge.org/cgi-bin/checkwiki_bots.cgi?action=mark&id=2&project=enwiki&title=Capture of Samarkand by Nader Shah Afshar
05:20:14.165 [Thread-11] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=Brynolf Wennerberg&ppprop=disambiguation&gplnamespace=0
05:20:14.168 [MW-7] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Brynolf Wennerberg&rvprop=content|ids|timestamp
05:20:14.687 [Thread-11] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=Fasching|ISBN (identifier)|ISNI (identifier)|Simplicissimus|VIAF (identifier)&ppprop=disambiguation
05:20:15.200 [Thread-11] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=Fasching|ISBN (identifier)|ISNI (identifier)|Simplicissimus|VIAF (identifier)&rvprop=content
05:21:49.202 [Thread-12] INFO  API - HEAD http://www.simplicissimus.info/index.php?id=7&tx_lombkswjournaldb_pi2[personid]=107&tx_lombkswjournaldb_pi2[action]=nameFilter&tx_lombkswjournaldb_pi2[controller]=PersonRegister&cHash=d8a6a50d1f3d7eb98d34e5996ecd9c6b
05:21:51.923 [Thread-12] INFO  API - HEAD https://zdb-katalog.de/title.xhtml?idn=013032666
05:21:56.408 [Thread-12] INFO  API - HEAD http://www.brynolf-wennerberg.de/
05:21:59.129 [Thread-12] INFO  API - HEAD https://www.gailerfineartchiemsee.de/unsere-kuenstler/brynolf-wennerberg
05:22:01.194 [Thread-12] INFO  API - HEAD http://www.bayerische-staatszeitung.de/staatszeitung/kultur/detailansicht-kultur/artikel/zig-maenner-an-jedem-finger.html
05:22:04.728 [Thread-12] INFO  API - HEAD http://www.sueddeutsche.de/muenchen/fuerstenfeldbruck/ausstellung-obsession-fuer-schoene-und-elegante-frauen-1.1819886
05:23:16.499 [Thread-13] INFO  API - POST https://en.wikipedia.org/w/api.php?action=edit&assert=user&basetimestamp=2022-09-20T07:53:44Z&bot=&format=xml&minor=&starttimestamp=2022-09-22T05:20:15Z&summary=v2.05 - Fix errors for [[WP:WCW|CW project]] (Tag with incorrect syntax)&tags=WPCleaner&text=[[File:Brynolfwennerberg.png|thumb|200px|Brynolf Wennerberg (c.1925)]]...&title=Brynolf Wennerberg&watchlist=nochange
05:23:21.282 [MW-8] INFO  API - POST https://checkwiki.toolforge.org/cgi-bin/checkwiki_bots.cgi?action=mark&id=2&project=enwiki&title=Brynolf Wennerberg
05:23:24.550 [Thread-14] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=Broomhill railway station&ppprop=disambiguation&gplnamespace=0
05:23:24.551 [MW-9] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Broomhill railway station&rvprop=content|ids|timestamp
05:23:25.041 [Thread-14] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=Boat of Garten railway station|British Railways|Broomhill railway station (Northumberland)|Dr Beeching|Glenbogle|ISBN (identifier)&ppprop=disambiguation
05:23:25.477 [Thread-14] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=Boat of Garten railway station|British Railways|Broomhill railway station (Northumberland)|Dr Beeching|Glenbogle|ISBN (identifier)&rvprop=content
05:28:34.569 [Thread-15] INFO  API - HEAD http://www.pastthetracks.com/Aviemore/Aviemore_History.htm
05:28:36.228 [Thread-15] INFO  API - HEAD https://web.archive.org/web/20160819185037/http://www.pastthetracks.com/Aviemore/Aviemore_History.htm
05:28:38.778 [Thread-15] INFO  API - HEAD http://strathspeyrailway.co.uk/the-journey/
05:28:46.156 [Thread-15] INFO  API - HEAD https://web.archive.org/web/20160701120824/http://strathspeyrailway.co.uk/the-journey/
05:28:47.535 [Thread-15] INFO  API - HEAD http://maps.nls.uk/view/74427066
05:28:50.856 [Thread-15] INFO  API - HEAD https://web.archive.org/web/20160817064927/http://maps.nls.uk/view/74427066
05:28:51.637 [Thread-15] INFO  API - HEAD http://maps.nls.uk/view/75833620
05:28:52.215 [Thread-15] INFO  API - HEAD https://web.archive.org/web/20160817005719/http://maps.nls.uk/view/75833620
05:28:53.498 [Thread-15] INFO  API - HEAD http://www.railwaysarchive.co.uk/docSummary.php?docID=13
05:28:56.787 [Thread-15] INFO  API - HEAD http://www.railwaysarchive.co.uk/docSummary.php?docID=35
05:28:57.676 [Thread-15] INFO  API - HEAD https://www.railscot.co.uk/Inverness_and_Perth_Junction_Railway/
05:28:59.424 [Thread-15] INFO  API - HEAD https://www.youtube.com/watch?v=q4UDkOss0zI
05:29:09.573 [Thread-16] INFO  API - POST https://en.wikipedia.org/w/api.php?action=edit&assert=user&basetimestamp=2022-09-21T17:07:41Z&bot=&format=xml&minor=&starttimestamp=2022-09-22T05:23:25Z&summary=v2.05 - Fix errors for [[WP:WCW|CW project]] (Tag with incorrect syntax)&tags=WPCleaner&text={{Use dmy dates|date=January 2017}}...&title=Broomhill railway station&watchlist=nochange
05:29:11.712 [MW-10] INFO  API - POST https://checkwiki.toolforge.org/cgi-bin/checkwiki_bots.cgi?action=mark&id=2&project=enwiki&title=Broomhill railway station
05:29:14.764 [Thread-17] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=2022?23 East Bengal FC season&ppprop=disambiguation&gplnamespace=0
05:29:14.766 [MW-11] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=2022?23 East Bengal FC season&rvprop=content|ids|timestamp
05:29:16.364 [Thread-17] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=2022-23 Calcutta Premier Division|2022-23 I-League 2nd Division|2022-23 Indian Super League season|2022 Calcutta Premier Division A|2022 Durand Cup knockout stage|2022?2023 Indian Super Cup|2022?23 Indian Super Cup|2022?23 Indian Super League season|AIFF National Centre of Excellence|ATK Mohun Bagan|ATK Mohun Bagan F.C.|Aryan F.C.|Bengaluru|Bhubaneshwar|Calcutta Premier Division|Centre-back|Director of football|East Bengal FC|East Bengal FC (women)|Football Sports Development|Fullback (association football)|G.M.C. Balayogi Athletic Stadium|George Telegraph S.C.|Indian national football team|Kenkre F.C.|Kolkata derby|List of East Bengal Club wins against Foreign teams|List of Indian Super League head coaches|List of Indian Super League owners|List of Kolkata Derby Matches|List of SC East Bengal coaches|Margao, Goa|Mohammedan S.C. (Kolkata)|Naihati Stadium|Newcastle United Jets|Roundglass Punjab FC|SC East Bengal|Salt Lake Stadium|Sumit Passi|TRAU F.C.|V.P. Suhair|Winger (association football)&ppprop=disambiguation
05:29:17.022 [Thread-17] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=2022-23 Calcutta Premier Division|2022-23 I-League 2nd Division|2022-23 Indian Super League season|2022 Calcutta Premier Division A|2022 Durand Cup knockout stage|2022?2023 Indian Super Cup|2022?23 Indian Super Cup|2022?23 Indian Super League season|AIFF National Centre of Excellence|ATK Mohun Bagan|ATK Mohun Bagan F.C.|Aryan F.C.|Bengaluru|Bhubaneshwar|Calcutta Premier Division|Centre-back|Director of football|East Bengal FC|East Bengal FC (women)|Football Sports Development|Fullback (association football)|G.M.C. Balayogi Athletic Stadium|George Telegraph S.C.|Indian national football team|Kenkre F.C.|Kolkata derby|List of East Bengal Club wins against Foreign teams|List of Indian Super League head coaches|List of Indian Super League owners|List of Kolkata Derby Matches|List of SC East Bengal coaches|Margao, Goa|Mohammedan S.C. (Kolkata)|Naihati Stadium|Newcastle United Jets|Roundglass Punjab FC|SC East Bengal|Salt Lake Stadium|Sumit Passi|TRAU F.C.|V.P. Suhair|Winger (association football)&rvprop=content
05:29:32.055 [Thread-17] INFO  PERF - Slow regular expression (2022?23 East Bengal FC season): Typo AWB 0?0(1481ms):\b(\d+)(?<=\s\d+)[-?](\d+)(?=\s+(?:a(?:cademic|dvantage|gainst|t|way)|career|d(?:ef(?:eat|icit)|raw)|edge|final|game|home|in|l(?:ead|oss)|mark|o(?:n|ver(?:time)?)|r(?:ecord|out|un)|sc(?:hool\s+year|ore(?:line)?)|s(?:e(?:asons?|ries)|h(?:ootout|utout))|s(?:plit|tart|weep)|t(?:erm|ie|o|riumph)|upset|v(?:ictory|ote)|wi(?:n|th))\b)(?<!\b7\d7-\d+)
05:30:05.370 [AWT-EventQueue-0] INFO  PERF - Slow regular expression (2022?23 East Bengal FC season): Typo AWB 0?0(1480ms):\b(\d+)(?<=\s\d+)[-?](\d+)(?=\s+(?:a(?:cademic|dvantage|gainst|t|way)|career|d(?:ef(?:eat|icit)|raw)|edge|final|game|home|in|l(?:ead|oss)|mark|o(?:n|ver(?:time)?)|r(?:ecord|out|un)|sc(?:hool\s+year|ore(?:line)?)|s(?:e(?:asons?|ries)|h(?:ootout|utout))|s(?:plit|tart|weep)|t(?:erm|ie|o|riumph)|upset|v(?:ictory|ote)|wi(?:n|th))\b)(?<!\b7\d7-\d+)
05:52:14.018 [Thread-18] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=2022 World Rally Championship&ppprop=disambiguation&gplnamespace=0
05:52:14.024 [MW-12] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=2022 World Rally Championship&rvprop=content|ids|timestamp
05:52:16.501 [Thread-18] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=2022 Rally Catalunya|2022 Rally Japan|2022 World Athletics Half Marathon Championships|Authorised Neutral Athlete|Ch?bu Region|Inline-4|List of World Rally Championship Constructors' champions|Rally GB|Super 2000 World Rally Championship|Turbocharged|WRC 2022|WRC Promoter GmbH&ppprop=disambiguation
05:52:16.969 [Thread-18] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=2022 Rally Catalunya|2022 Rally Japan|2022 World Athletics Half Marathon Championships|Authorised Neutral Athlete|Ch?bu Region|Inline-4|List of World Rally Championship Constructors' champions|Rally GB|Super 2000 World Rally Championship|Turbocharged|WRC 2022|WRC Promoter GmbH&rvprop=content
05:52:41.241 [Thread-18] INFO  PERF - Slow regular expression (2022 World Rally Championship): Typo AWB 0?0(5116ms):\b(\d+)(?<=\s\d+)[-?](\d+)(?=\s+(?:a(?:cademic|dvantage|gainst|t|way)|career|d(?:ef(?:eat|icit)|raw)|edge|final|game|home|in|l(?:ead|oss)|mark|o(?:n|ver(?:time)?)|r(?:ecord|out|un)|sc(?:hool\s+year|ore(?:line)?)|s(?:e(?:asons?|ries)|h(?:ootout|utout))|s(?:plit|tart|weep)|t(?:erm|ie|o|riumph)|upset|v(?:ictory|ote)|wi(?:n|th))\b)(?<!\b7\d7-\d+)
05:57:31.591 [AWT-EventQueue-0] INFO  PERF - Slow regular expression (2022 World Rally Championship): Typo AWB 0?0(5095ms):\b(\d+)(?<=\s\d+)[-?](\d+)(?=\s+(?:a(?:cademic|dvantage|gainst|t|way)|career|d(?:ef(?:eat|icit)|raw)|edge|final|game|home|in|l(?:ead|oss)|mark|o(?:n|ver(?:time)?)|r(?:ecord|out|un)|sc(?:hool\s+year|ore(?:line)?)|s(?:e(?:asons?|ries)|h(?:ootout|utout))|s(?:plit|tart|weep)|t(?:erm|ie|o|riumph)|upset|v(?:ictory|ote)|wi(?:n|th))\b)(?<!\b7\d7-\d+)
05:57:57.280 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/72281-rallye-automobile-de-monte-carlo-2022/
05:57:58.965 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/72282-rally-sweden-2022/
05:57:59.203 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73359-croatia-rally-2022/
05:57:59.444 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73360-vodafone-rally-de-portugal-2022/
05:57:59.694 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73361-rally-italia-sardegna-2022/
05:57:59.925 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73362-safari-rally-kenya-2022/
05:58:00.163 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73363-rally-estonia-2022/
05:58:00.563 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73364-secto-rally-finland-2022/
05:58:00.805 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73805-ardeca-ypres-rally-2022/
05:58:01.064 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73366-acropolis-rally-2022/
05:58:01.291 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73367-repco-rally-new-zealand-2022/
05:58:01.527 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/timetable/73368-rallyracc-catalunya-costa-daurada-2022//
05:58:01.778 [Thread-19] INFO  API - HEAD https://rally-japan.jp/rj2en/wp-content/uploads/2022/09/Supplementary-Regulations-Forum8-Rally-Japan-2022.pdf/
05:58:03.053 [Thread-19] INFO  API - HEAD https://rally-japan.jp
05:58:03.768 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/nine-events-named-in-partial-2022-wrc-calendar/
05:58:05.367 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/wrc-roars-into-hybrid-era-with-expanded-2022-calendar/
05:58:06.647 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/belgium-added-to-2022-fia-world-rally-championship/
05:58:07.927 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/monaco-base-for-new-look-rallye-monte-carlo/
05:58:09.206 [Thread-19] INFO  API - HEAD https://matraxlubricants.com/lack-of-snow-forces-rally-sweden-move-up-north/
05:58:11.151 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/rally-sweden-moves-north-to-umea/
05:58:11.766 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/reindeer-movements-erase-saturday-sweden-test-from-schedule/
05:58:13.045 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/olbia-suburb-test-to-launch-sardinia-event/
05:58:14.647 [Thread-19] INFO  API - HEAD https://www.motorsport.com/wrc/news/new-zealand-secures-spot-on-2022-wrc-calendar/6687153/
05:58:15.608 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/new-zealands-2020-wrc-return-off/
05:58:16.887 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/151507/belgium-gets-wrc-round-after-rally-japan-axed
05:58:17.848 [Thread-19] INFO  API - HEAD https://soymotor.com/coches/noticias/el-rally-de-mexico-no-estara-en-el-wrc-2021-pero-volvera-en-2022-y-2023-981086
05:58:20.088 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/rally-mexico-to-host-nations-rally-in-wrc-return-bid/
05:58:22.020 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/147405/rally-chile-cancelled-due-to-political-unrest
05:58:23.288 [Thread-19] INFO  API - HEAD https://www.motorsport.com/wrc/news/uk-misses-out-on-2022-wrc-round-as-northern-ireland-plans-collapse/7385708/
05:58:24.061 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/wrc-manufacturers-confirm-three-year-hybrid-agreement/
05:58:25.847 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/wrcs-new-hybrid-era-hits-top-gear/
05:58:27.447 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/72281-rallye-automobile-de-monte-carlo-2022/
05:58:28.364 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/72282-rally-sweden-2022/
05:58:28.715 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73359-croatia-rally-2022/
05:58:29.055 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73360-vodafone-rally-de-portugal-2022/
05:58:29.456 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73361-rally-italia-sardegna-2022/
05:58:29.783 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73362-safari-rally-kenya-2022/
05:58:30.072 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73363-wrc-rally-estonia-2022/
05:58:30.377 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73364-secto-rally-finland-2022/
05:58:30.687 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73805-ardeca-ypres-rally-2022/
05:58:31.054 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73366-eko-acropolis-rally-greece-2022/
05:58:31.386 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/entries/73367-repco-rally-new-zealand-2022/
05:58:31.658 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/m-sport-ford-unveils-puma-rally1-car-first-pictures/
05:58:33.207 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/toyota-settled-on-final-gr-yaris-hybrid-spec/
05:58:33.845 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/wrc-keeps-current-engine-base-for-2022-hybrid-move/
05:58:35.763 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/m-sport-working-to-field-three-pumas-for-2022-wrc/6642979/
05:58:36.728 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/breen-joins-msport-ford-on-two-year-deal/
05:58:37.868 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/greensmith-stays-m-sport-ford-for-2022/
05:58:38.647 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/greensmith-retains-andersson-for-2022-wrc-season/
05:58:39.986 [Thread-19] INFO  API - HEAD https://revistascratch.com/wrc/noticia/malcom-wilson-confirma-a-adrien-fourmaux-como-uno-de-sus-pilotos-en-2022-62323
05:58:41.848 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/m-sport-announces-loeb-wrc-comeback-fourmaux-retained/6945594/
05:58:42.807 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/icon-loeb-makes-wrc-comeback-with-msport-ford/
05:58:43.770 [Thread-19] INFO  API - HEAD https://www.motorsport.com/wrc/news/msport-ford-puma-loubet-deal/7866940/
05:58:44.728 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/loubet-reunites-with-landais-for-puma-attack/
05:58:46.007 [Thread-19] INFO  API - HEAD https://www.thecheckeredflag.co.uk/2022/02/serderidis-reveals-2022-wrc-program-and-livery/
05:58:47.618 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/breaking-neuville-tanak-extend-hyundai-contracts/
05:58:49.207 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/sordo-and-solberg-to-share-third-hyundai-in-2022/
05:58:49.845 [Thread-19] INFO  API - HEAD https://www.automundo.com.ar/en/estrella-del-rally-mundial-anuncia-su-retiro/
05:58:54.326 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/adamo-to-leave-hyundai/
05:58:55.606 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/toyota-gazoo-racing-confirms-2022-line-up/
05:58:56.245 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/154644/ogier-expects-his-final-wrc-year-to-be-most-open-yet
05:58:57.208 [Thread-19] INFO  API - HEAD https://www.reuters.com/lifestyle/sports/lappi-step-up-2022-ogier-steps-back-2021-10-07/
05:58:58.808 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/wrc-champions-honoured-as-ogier-hints-about-2022-plans/
05:59:58.870 [Thread-19] ERROR o.w.g.swing.deadlink.DeadLinkWorker - SocketTimeoutException when accessing https://www.wrc.com/en/news/2021/wrc/wrc-champions-honoured-as-ogier-hints-about-2022-plans/: Read timed out
05:59:58.876 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/145120/ogier-2020-will-definitely-be-my-last-wrc-season
05:59:59.912 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/ogier-signs-new-deal-with-toyota/
06:00:01.816 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/ogier-and-ingrassias-partnership-to-end-after-2021/
06:00:03.736 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/lappi-officially-joins-toyota-for-2022-wrc-season/
06:00:04.375 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/katsuta-settles-on-johnston-for-2022/
06:00:05.656 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/146456/fia-steps-up-plan-to-simplify-wrc-career-ladder
06:00:06.937 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/148682/neuville-doesnt-see-point-of-s%2A%2A%2A-2022-wrc-rules
06:00:08.857 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/147699/wrc-cars-will-get-hybrid-boost-on-stages-from-2022
06:00:10.137 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/existing-engines-to-stay-in-wrc-hybrid-switch/
06:00:11.417 [Thread-19] INFO  API - HEAD https://www.autosport.com/engineering/feature/9834/digging-into-the-cramble-for-hybrid
06:00:12.696 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/148858/wrc-announces-exclusive-22-hybrid-systems-supplier
06:00:13.977 [Thread-19] INFO  API - HEAD https://www.fia.com/sites/default/files/wrcsr_2021_16-12-20_published.pdf
06:00:14.936 [Thread-19] INFO  API - HEAD https://www.fia.com/sites/default/files/wrcsr_2022_16-12-21_b_green_blue.pdf
06:00:15.575 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/electric-only-zones-compulsory-in-hybrid-era/
06:00:16.857 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/preview-----rallye-monte-carlo/
06:00:18.135 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/monte-masters-ogier-and-loeb-in-battle-royale/
06:00:19.415 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/sharp-eyed-ogier-wins-tyre-mind-games-to-distance-loeb/
06:00:21.016 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/loeb-earns-landmark-monte-win-after-ogier-showdown/
06:00:22.936 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/loeb-didnt-believe-he-could-win-in-wrc-anymore/
06:00:23.575 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news--loeb-snatches-monte-carlo-victory-from-ogier/
06:00:25.175 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/evans-off-ogier-retakes-lead-hyundai-gamble-fails/
06:00:27.276 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/what-we-learned-from-2022-monte-carlo-rally/
06:00:28.069 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/monte-carlo-came-too-early-for-hyundai-neuville/
06:00:28.855 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/neuville-snatches-lead-as-toyotas-suffer-tyre-wear/
06:00:29.656 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breen-plans-measured-approach-to-sweden/
06:00:30.936 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/neuville-seizes-sweden-lead-in-gripping-opening-day/
06:00:31.575 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news-masterful-rovanpera-clinches-sweden-win/
06:00:33.176 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/evans-out-of-rally-sweden-with-sunday-morning-error/
06:00:35.096 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/compact-dynamics-apologizes-for-tanak-hybrid-failure/
06:00:35.895 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/sweden-ss2-stopped-as-breen-stuck-on-snowbank/
06:00:36.696 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breen-pressure-played-no-part-in-sweden-mistake-/
06:00:37.976 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/teams-defend-pirelli-over-croatia-puncture-situation/
06:00:38.775 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/what-we-learned-from-2022-croatia-rally/
06:00:39.252 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/tanak-takes-croatia-lead-with-one-stage-to-go/
06:00:40.009 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/rovanpera-snatches-croatia-win-from-tanak-on-powerstage/
06:00:40.861 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/hyundai-makes-decision-on-neuville-penalty-appeal/
06:00:41.656 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/ss3-ends-in-garden-for-adrien-fourmaux/
06:00:43.096 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/fired-up-evans-heads-toyota-clean-sweep/
06:00:43.734 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/rovanpera-steals-portugal-lead-from-evans/
06:00:44.387 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/can-anyone-stop-rovanpera-anymore/
06:00:46.296 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/breaking-news-evans-powers-to-portugal-victory/
06:00:47.588 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/where-sordo-made-the-difference-to-steal-third/
06:00:48.371 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/lappi-holds-tiny-lead-after-frantic-friday-in-italy/
06:00:50.148 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/watch-leader-lappi-crashes-out/
06:00:51.736 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/tanak-wins-rally-italia-sardegna/
06:00:53.336 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/preview-safari-rally-kenya/
06:00:54.936 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/latvala--safari-success-justified-yaris-strategy/
06:00:56.536 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news-rovanpera-storms-to-safari-success/
06:00:58.136 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/kalle-safari-win-is-extra-special/
06:00:58.775 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/clinical-kalle-cranks-up-estonia-tempo/
06:00:59.736 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news-dazzling-rovanpera-triumphs-in-estonia/
06:01:00.375 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/preview-secto-rally-finland/
06:01:01.337 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/tanak-fends-off-rovanpera-to-claim-rally-finland-victory/
06:01:03.113 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/tanak-finland-victory-best-wrc-win-but-not-greatest-drive/
06:01:03.572 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/tanak-secures-finland-victory/
06:01:04.855 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/what-we-learned-from-2022-rally-finland/
06:01:05.827 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/lappi-rolls-rovanpera-shades-tanak-to-reduce-lead/
06:01:06.620 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/how-the-wrc-class-clown-became-the-star-pupil/
06:01:07.092 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/evans-defeating-tanak-needed-a-brains-out-job/
06:01:07.834 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/tanak-seals-ypres-win/
06:01:08.376 [Thread-19] INFO  API - HEAD https://dirtfish.com/rally/wrc/neuville-wins-acropolis-rally-in-first-hyundai-1-2-3/
06:01:08.703 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-neuville-seals-first-win-of-2022-/
06:01:09.655 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-monte-carlo-loeb-beats-ogier-to-win-wrc-monte-carlo-epic/7534275/
06:01:10.297 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/72281-rallye-automobile-de-monte-carlo-2022/
06:01:11.607 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-sweden-rovanpera-clinches-comfortable-rally-sweden-victory/8546424/
06:01:12.352 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/72282-rally-sweden-2022/
06:01:12.627 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-croatia-rovanpera-snatches-win-from-tanak-in-thrilling-showdown/10177476/
06:01:13.173 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73359-croatia-rally-2022/
06:01:13.453 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-portugal-rovanpera-beats-evans-to-take-third-consecutive-wrc-win/10308941/
06:01:14.164 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73360-vodafone-rally-de-portugal-2022/
06:01:14.467 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-sardinia-dominant-tanak-ends-victory-drought-rovanpera-fifth/10316939/
06:01:15.416 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73361-rally-italia-sardegna-2022/
06:01:15.720 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-safari-rally-rovanpera-wins-as-toyota-scores-1-2-3-4/10328705/
06:01:16.696 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73362-safari-rally-kenya-2022/
06:01:16.966 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-estonia-rovanpera-delivers-masterclass-to-claim-fifth-2022-win/10339345/
06:01:17.977 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73363-rally-estonia-2022/
06:01:18.291 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-finland-tanak-sees-off-rovanpera-to-claim-remarkable-win/10350090/
06:01:19.257 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-belgium-tanak-edges-evans-to-claim-ypres-victory/10355818/
06:01:19.895 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73805-ardeca-ypres-rally-belgium-2022/
06:01:20.211 [Thread-19] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-acropolis-rally-neuville-wins-in-historic-hyundai-1-2-3/10367675/
06:01:20.855 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/final/73366-eko-acropolis-rally-greece-2022/
06:01:21.164 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/power-stage-points-extended-to-manufacturers--wrc2-and-wrc3/
06:01:22.135 [Thread-19] INFO  API - HEAD http://www.wrc.com/en/wrc/news/september-2016/2017-calendar/page/3911--12-12-.html
06:01:24.387 [Thread-19] INFO  API - HEAD https://www.fia.com/news/fia-announces-world-motor-sport-council-decisions-relation-situation-ukraine
06:01:25.392 [Thread-19] INFO  API - HEAD https://www.fia.com/sites/default/files/fia_circular-emergency_measures_due_to_russian_invasion_of_ukraine_0.pdf
06:01:25.815 [Thread-19] INFO  API - HEAD https://www.wrc.com/en/results-standings/championship-standings/seasons/championship-standings/season-2022/wrc/
06:01:27.255 [Thread-19] INFO  API - HEAD https://www.fia.com/events/world-rally-championship/season-2022/standings
06:01:29.816 [Thread-19] INFO  API - HEAD http://www.wrc.com/
06:01:30.774 [Thread-19] INFO  API - HEAD https://www.ewrc-results.com/season/2022/
06:04:55.450 [Thread-20] INFO  API - POST https://en.wikipedia.org/w/api.php?action=edit&assert=user&basetimestamp=2022-09-21T10:38:29Z&bot=&format=xml&minor=&starttimestamp=2022-09-22T05:52:15Z&summary=v2.05 - Fix errors for [[WP:WCW|CW project]] (External link with two brackets)&tags=WPCleaner&text={{Short description|50th running of the World Rally Championship}}...&title=2022 World Rally Championship&watchlist=nochange
06:05:01.455 [Thread-20] ERROR o.w.api.impl.MediaWikiAPI - URL access returned Service Unavailable
06:05:31.458 [Thread-20] WARN  o.w.api.impl.MediaWikiAPI - Error. Trying again
06:05:31.464 [Thread-20] INFO  API - POST https://en.wikipedia.org/w/api.php?action=edit&assert=user&basetimestamp=2022-09-21T10:38:29Z&bot=&format=xml&minor=&starttimestamp=2022-09-22T05:52:15Z&summary=v2.05 - Fix errors for [[WP:WCW|CW project]] (External link with two brackets)&tags=WPCleaner&text={{Short description|50th running of the World Rally Championship}}...&title=2022 World Rally Championship&watchlist=nochange
06:05:37.616 [Thread-20] ERROR o.w.api.impl.MediaWikiAPI - URL access returned Service Unavailable
06:05:54.107 [Thread-21] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=2022 World Rally Championship&ppprop=disambiguation&gplnamespace=0
06:05:54.108 [MW-13] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=2022 World Rally Championship&rvprop=content|ids|timestamp
06:05:55.552 [Thread-21] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=2022 Rally Catalunya|2022 Rally Japan|2022 World Athletics Half Marathon Championships|Authorised Neutral Athlete|Ch?bu Region|Inline-4|List of World Rally Championship Constructors' champions|Rally GB|Super 2000 World Rally Championship|Turbocharged|WRC 2022|WRC Promoter GmbH&ppprop=disambiguation
06:05:57.039 [Thread-21] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=2022 Rally Catalunya|2022 Rally Japan|2022 World Athletics Half Marathon Championships|Authorised Neutral Athlete|Ch?bu Region|Inline-4|List of World Rally Championship Constructors' champions|Rally GB|Super 2000 World Rally Championship|Turbocharged|WRC 2022|WRC Promoter GmbH&rvprop=content
06:06:07.620 [Thread-20] WARN  o.w.api.impl.MediaWikiAPI - Error. Trying again
06:06:07.622 [Thread-20] INFO  API - POST https://en.wikipedia.org/w/api.php?action=edit&assert=user&basetimestamp=2022-09-21T10:38:29Z&bot=&format=xml&minor=&starttimestamp=2022-09-22T05:52:15Z&summary=v2.05 - Fix errors for [[WP:WCW|CW project]] (External link with two brackets)&tags=WPCleaner&text={{Short description|50th running of the World Rally Championship}}...&title=2022 World Rally Championship&watchlist=nochange
06:06:13.454 [Thread-20] ERROR o.w.api.impl.MediaWikiAPI - URL access returned Service Unavailable
06:06:13.456 [Thread-20] WARN  o.w.api.impl.MediaWikiAPI - Error. Maximum attempts count reached.
06:06:13.459 [Thread-20] WARN  o.w.api.impl.MediaWikiAPI - Error updating page 2022 World Rally Championship
06:06:20.743 [Thread-21] INFO  PERF - Slow regular expression (2022 World Rally Championship): Typo AWB 0?0(5104ms):\b(\d+)(?<=\s\d+)[-?](\d+)(?=\s+(?:a(?:cademic|dvantage|gainst|t|way)|career|d(?:ef(?:eat|icit)|raw)|edge|final|game|home|in|l(?:ead|oss)|mark|o(?:n|ver(?:time)?)|r(?:ecord|out|un)|sc(?:hool\s+year|ore(?:line)?)|s(?:e(?:asons?|ries)|h(?:ootout|utout))|s(?:plit|tart|weep)|t(?:erm|ie|o|riumph)|upset|v(?:ictory|ote)|wi(?:n|th))\b)(?<!\b7\d7-\d+)
06:06:45.549 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/72281-rallye-automobile-de-monte-carlo-2022/
06:06:47.349 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/72282-rally-sweden-2022/
06:06:47.588 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73359-croatia-rally-2022/
06:06:47.840 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73360-vodafone-rally-de-portugal-2022/
06:06:48.090 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73361-rally-italia-sardegna-2022/
06:06:48.628 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73362-safari-rally-kenya-2022/
06:06:48.948 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73363-rally-estonia-2022/
06:06:49.268 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73364-secto-rally-finland-2022/
06:06:49.588 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73805-ardeca-ypres-rally-2022/
06:06:49.890 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73366-acropolis-rally-2022/
06:06:50.149 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73367-repco-rally-new-zealand-2022/
06:06:50.390 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/timetable/73368-rallyracc-catalunya-costa-daurada-2022//
06:06:50.868 [Thread-22] INFO  API - HEAD https://rally-japan.jp/rj2en/wp-content/uploads/2022/09/Supplementary-Regulations-Forum8-Rally-Japan-2022.pdf/
06:06:52.152 [Thread-22] INFO  API - HEAD https://rally-japan.jp
06:06:53.112 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/nine-events-named-in-partial-2022-wrc-calendar/
06:06:55.032 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/wrc-roars-into-hybrid-era-with-expanded-2022-calendar/
06:06:55.991 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/belgium-added-to-2022-fia-world-rally-championship/
06:06:57.592 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/monaco-base-for-new-look-rallye-monte-carlo/
06:06:58.872 [Thread-22] INFO  API - HEAD https://matraxlubricants.com/lack-of-snow-forces-rally-sweden-move-up-north/
06:07:01.499 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/rally-sweden-moves-north-to-umea/
06:07:02.713 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/reindeer-movements-erase-saturday-sweden-test-from-schedule/
06:07:03.991 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/olbia-suburb-test-to-launch-sardinia-event/
06:07:04.632 [Thread-22] INFO  API - HEAD https://www.motorsport.com/wrc/news/new-zealand-secures-spot-on-2022-wrc-calendar/6687153/
06:07:05.914 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/new-zealands-2020-wrc-return-off/
06:07:07.192 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/151507/belgium-gets-wrc-round-after-rally-japan-axed
06:07:08.803 [Thread-22] INFO  API - HEAD https://soymotor.com/coches/noticias/el-rally-de-mexico-no-estara-en-el-wrc-2021-pero-volvera-en-2022-y-2023-981086
06:07:10.482 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/rally-mexico-to-host-nations-rally-in-wrc-return-bid/
06:07:12.323 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/147405/rally-chile-cancelled-due-to-political-unrest
06:07:13.593 [Thread-22] INFO  API - HEAD https://www.motorsport.com/wrc/news/uk-misses-out-on-2022-wrc-round-as-northern-ireland-plans-collapse/7385708/
06:07:14.233 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/wrc-manufacturers-confirm-three-year-hybrid-agreement/
06:07:20.312 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/wrcs-new-hybrid-era-hits-top-gear/
06:07:22.230 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/72281-rallye-automobile-de-monte-carlo-2022/
06:07:23.890 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/72282-rally-sweden-2022/
06:07:24.195 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73359-croatia-rally-2022/
06:07:24.528 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73360-vodafone-rally-de-portugal-2022/
06:07:25.108 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73361-rally-italia-sardegna-2022/
06:07:25.454 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73362-safari-rally-kenya-2022/
06:07:25.765 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73363-wrc-rally-estonia-2022/
06:07:26.084 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73364-secto-rally-finland-2022/
06:07:26.387 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73805-ardeca-ypres-rally-2022/
06:07:26.797 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73366-eko-acropolis-rally-greece-2022/
06:07:27.129 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/entries/73367-repco-rally-new-zealand-2022/
06:07:27.356 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/m-sport-ford-unveils-puma-rally1-car-first-pictures/
06:07:28.949 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/toyota-settled-on-final-gr-yaris-hybrid-spec/
06:07:29.908 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/wrc-keeps-current-engine-base-for-2022-hybrid-move/
06:07:31.829 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/m-sport-working-to-field-three-pumas-for-2022-wrc/6642979/
06:07:32.794 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/breen-joins-msport-ford-on-two-year-deal/
06:07:34.070 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/greensmith-stays-m-sport-ford-for-2022/
06:07:35.351 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/greensmith-retains-andersson-for-2022-wrc-season/
06:07:36.646 [Thread-22] INFO  API - HEAD https://revistascratch.com/wrc/noticia/malcom-wilson-confirma-a-adrien-fourmaux-como-uno-de-sus-pilotos-en-2022-62323
06:07:38.693 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/m-sport-announces-loeb-wrc-comeback-fourmaux-retained/6945594/
06:07:39.510 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/icon-loeb-makes-wrc-comeback-with-msport-ford/
06:07:41.110 [Thread-22] INFO  API - HEAD https://www.motorsport.com/wrc/news/msport-ford-puma-loubet-deal/7866940/
06:07:41.750 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/loubet-reunites-with-landais-for-puma-attack/
06:07:42.712 [Thread-22] INFO  API - HEAD https://www.thecheckeredflag.co.uk/2022/02/serderidis-reveals-2022-wrc-program-and-livery/
06:07:44.177 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/breaking-neuville-tanak-extend-hyundai-contracts/
06:07:44.634 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/sordo-and-solberg-to-share-third-hyundai-in-2022/
06:07:45.268 [Thread-22] INFO  API - HEAD https://www.automundo.com.ar/en/estrella-del-rally-mundial-anuncia-su-retiro/
06:07:48.803 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/adamo-to-leave-hyundai/
06:07:49.208 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/toyota-gazoo-racing-confirms-2022-line-up/
06:07:49.665 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/154644/ogier-expects-his-final-wrc-year-to-be-most-open-yet
06:07:51.486 [Thread-22] INFO  API - HEAD https://www.reuters.com/lifestyle/sports/lappi-step-up-2022-ogier-steps-back-2021-10-07/
06:07:52.563 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/wrc-champions-honoured-as-ogier-hints-about-2022-plans/
06:07:53.908 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/145120/ogier-2020-will-definitely-be-my-last-wrc-season
06:07:55.519 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/ogier-signs-new-deal-with-toyota/
06:07:55.888 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/ogier-and-ingrassias-partnership-to-end-after-2021/
06:07:57.749 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/lappi-officially-joins-toyota-for-2022-wrc-season/
06:07:58.081 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/katsuta-settles-on-johnston-for-2022/
06:07:59.029 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/146456/fia-steps-up-plan-to-simplify-wrc-career-ladder
06:08:00.382 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/148682/neuville-doesnt-see-point-of-s%2A%2A%2A-2022-wrc-rules
06:08:01.909 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/147699/wrc-cars-will-get-hybrid-boost-on-stages-from-2022
06:08:04.149 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/existing-engines-to-stay-in-wrc-hybrid-switch/
06:08:05.429 [Thread-22] INFO  API - HEAD https://www.autosport.com/engineering/feature/9834/digging-into-the-cramble-for-hybrid
06:08:06.070 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/148858/wrc-announces-exclusive-22-hybrid-systems-supplier
06:08:07.674 [Thread-22] INFO  API - HEAD https://www.fia.com/sites/default/files/wrcsr_2021_16-12-20_published.pdf
06:08:08.108 [Thread-22] INFO  API - HEAD https://www.fia.com/sites/default/files/wrcsr_2022_16-12-21_b_green_blue.pdf
06:08:08.225 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/electric-only-zones-compulsory-in-hybrid-era/
06:08:09.270 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/preview-----rallye-monte-carlo/
06:08:10.553 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/monte-masters-ogier-and-loeb-in-battle-royale/
06:08:11.829 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/sharp-eyed-ogier-wins-tyre-mind-games-to-distance-loeb/
06:08:13.108 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/loeb-earns-landmark-monte-win-after-ogier-showdown/
06:08:15.032 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/loeb-didnt-believe-he-could-win-in-wrc-anymore/
06:08:15.669 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news--loeb-snatches-monte-carlo-victory-from-ogier/
06:08:16.309 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/evans-off-ogier-retakes-lead-hyundai-gamble-fails/
06:08:17.109 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/what-we-learned-from-2022-monte-carlo-rally/
06:08:17.914 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/monte-carlo-came-too-early-for-hyundai-neuville/
06:08:18.869 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/neuville-snatches-lead-as-toyotas-suffer-tyre-wear/
06:08:19.829 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breen-plans-measured-approach-to-sweden/
06:08:20.200 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/neuville-seizes-sweden-lead-in-gripping-opening-day/
06:08:20.791 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news-masterful-rovanpera-clinches-sweden-win/
06:08:21.235 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/evans-out-of-rally-sweden-with-sunday-morning-error/
06:08:22.004 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/compact-dynamics-apologizes-for-tanak-hybrid-failure/
06:08:23.029 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/sweden-ss2-stopped-as-breen-stuck-on-snowbank/
06:08:23.989 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breen-pressure-played-no-part-in-sweden-mistake-/
06:08:24.948 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/teams-defend-pirelli-over-croatia-puncture-situation/
06:08:25.749 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/what-we-learned-from-2022-croatia-rally/
06:08:26.233 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/tanak-takes-croatia-lead-with-one-stage-to-go/
06:08:26.967 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/rovanpera-snatches-croatia-win-from-tanak-on-powerstage/
06:08:27.828 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/hyundai-makes-decision-on-neuville-penalty-appeal/
06:08:28.642 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/ss3-ends-in-garden-for-adrien-fourmaux/
06:08:29.108 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/fired-up-evans-heads-toyota-clean-sweep/
06:08:29.748 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/rovanpera-steals-portugal-lead-from-evans/
06:08:30.390 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/can-anyone-stop-rovanpera-anymore/
06:08:32.309 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2021/wrc/breaking-news-evans-powers-to-portugal-victory/
06:08:32.960 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/where-sordo-made-the-difference-to-steal-third/
06:08:33.909 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/lappi-holds-tiny-lead-after-frantic-friday-in-italy/
06:08:35.204 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/watch-leader-lappi-crashes-out/
06:08:35.841 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/tanak-wins-rally-italia-sardegna/
06:08:36.629 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/preview-safari-rally-kenya/
06:08:37.108 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/latvala--safari-success-justified-yaris-strategy/
06:08:38.406 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news-rovanpera-storms-to-safari-success/
06:08:39.667 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/kalle-safari-win-is-extra-special/
06:08:40.315 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/clinical-kalle-cranks-up-estonia-tempo/
06:08:41.908 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-news-dazzling-rovanpera-triumphs-in-estonia/
06:08:42.549 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/preview-secto-rally-finland/
06:08:43.188 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/tanak-fends-off-rovanpera-to-claim-rally-finland-victory/
06:08:44.804 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/tanak-finland-victory-best-wrc-win-but-not-greatest-drive/
06:08:45.441 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/tanak-secures-finland-victory/
06:08:46.391 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/what-we-learned-from-2022-rally-finland/
06:08:47.119 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/lappi-rolls-rovanpera-shades-tanak-to-reduce-lead/
06:08:47.828 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/how-the-wrc-class-clown-became-the-star-pupil/
06:08:48.308 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/evans-defeating-tanak-needed-a-brains-out-job/
06:08:49.067 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/tanak-seals-ypres-win/
06:08:49.593 [Thread-22] INFO  API - HEAD https://dirtfish.com/rally/wrc/neuville-wins-acropolis-rally-in-first-hyundai-1-2-3/
06:08:49.908 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/2022/wrc/breaking-neuville-seals-first-win-of-2022-/
06:08:50.572 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-monte-carlo-loeb-beats-ogier-to-win-wrc-monte-carlo-epic/7534275/
06:08:51.519 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/72281-rallye-automobile-de-monte-carlo-2022/
06:08:53.078 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-sweden-rovanpera-clinches-comfortable-rally-sweden-victory/8546424/
06:08:54.068 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/72282-rally-sweden-2022/
06:08:54.403 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-croatia-rovanpera-snatches-win-from-tanak-in-thrilling-showdown/10177476/
06:08:55.030 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73359-croatia-rally-2022/
06:08:55.353 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-portugal-rovanpera-beats-evans-to-take-third-consecutive-wrc-win/10308941/
06:08:56.328 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73360-vodafone-rally-de-portugal-2022/
06:08:56.638 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-sardinia-dominant-tanak-ends-victory-drought-rovanpera-fifth/10316939/
06:08:57.589 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73361-rally-italia-sardegna-2022/
06:08:57.869 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-safari-rally-rovanpera-wins-as-toyota-scores-1-2-3-4/10328705/
06:08:58.876 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73362-safari-rally-kenya-2022/
06:08:59.147 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-estonia-rovanpera-delivers-masterclass-to-claim-fifth-2022-win/10339345/
06:08:59.831 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73363-rally-estonia-2022/
06:09:00.099 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-finland-tanak-sees-off-rovanpera-to-claim-remarkable-win/10350090/
06:09:00.473 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-belgium-tanak-edges-evans-to-claim-ypres-victory/10355818/
06:09:01.428 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73805-ardeca-ypres-rally-belgium-2022/
06:09:01.725 [Thread-22] INFO  API - HEAD https://www.autosport.com/wrc/news/wrc-acropolis-rally-neuville-wins-in-historic-hyundai-1-2-3/10367675/
06:09:02.068 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/final/73366-eko-acropolis-rally-greece-2022/
06:09:02.356 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/news/season-2020/wrc/power-stage-points-extended-to-manufacturers--wrc2-and-wrc3/
06:09:03.685 [Thread-22] INFO  API - HEAD http://www.wrc.com/en/wrc/news/september-2016/2017-calendar/page/3911--12-12-.html
06:09:05.909 [Thread-22] INFO  API - HEAD https://www.fia.com/news/fia-announces-world-motor-sport-council-decisions-relation-situation-ukraine
06:09:07.194 [Thread-22] INFO  API - HEAD https://www.fia.com/sites/default/files/fia_circular-emergency_measures_due_to_russian_invasion_of_ukraine_0.pdf
06:09:07.307 [Thread-22] INFO  API - HEAD https://www.wrc.com/en/results-standings/championship-standings/seasons/championship-standings/season-2022/wrc/
06:09:08.173 [Thread-22] INFO  API - HEAD https://www.fia.com/events/world-rally-championship/season-2022/standings
06:09:10.725 [Thread-22] INFO  API - HEAD http://www.wrc.com/
06:09:11.347 [Thread-22] INFO  API - HEAD https://www.ewrc-results.com/season/2022/
06:16:53.817 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=logout&format=xml
06:16:55.482 [AWT-EventQueue-0] WARN  o.w.api.request.BasicApiResult - Error reported: missingparam - The "token" parameter must be set.

-jindam, vani (talk) 06:34, 22 September 2022 (UTC)

update: there are 2 blank checkboxes beside url, clicking 2nd checkbox opens url in external browser. clicking 1st box does nothing. changing title of thread also. -jindam, vani (talk) 08:19, 22 September 2022 (UTC)
Hi jindam, vani, you should have icons displayed instead of blank check boxes:
  •   to copy the URL in the clipboard
  •   to run the external viewer
--NicoV (Talk on frwiki) 18:46, 24 September 2022 (UTC)
Hello NicoV, i have logged in, clicked random article, full analysis, check dead links, clicked 1st blank (no response), 2nd blank box (opens link in default browser), close 404 & analysis window, logout wiki. perhaps you will find something interesting. 404 window image: https://i.postimg.cc/pVBYzBFx/wp.jpg. the relevant log:
logs
22:41:25.735 [main] INFO  o.wikipediacleaner.WikipediaCleaner - Starting WPCleaner
22:41:29.694 [main] INFO  o.wikipediacleaner.WikipediaCleaner - Display main window
22:41:33.573 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?meta=tokens&continue=&format=json&action=query&type=login
22:41:37.885 [Thread-1] INFO  API - POST https://en.wikipedia.org/w/api.php?action=login&format=xml&lgname=jindam vani
22:41:39.169 [Thread-1] WARN  o.w.api.request.BasicApiResult - Warning reported: main - Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes. Use [[Special:ApiFeatureUsage]] to see usage of deprecated features by your application.
22:41:39.170 [Thread-1] WARN  o.w.api.request.BasicApiResult - Warning reported: login - Main-account login via "action=login" is deprecated and may stop working without warning. To continue login with "action=login", see [[Special:BotPasswords]]. To safely continue using main-account login, see "action=clientlogin".
22:41:39.183 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?usprop=groups|rights&continue=&ususers=jindam vani&format=xml&action=query&list=users
22:41:39.732 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?meta=tokens&continue=&format=json&action=query&type=csrf
22:41:40.348 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?siprop=general|namespaces|namespacealiases|languages|interwikimap|magicwords|specialpagealiases|extensions&meta=siteinfo&continue=&format=xml&action=query
22:41:43.698 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=User:NicoV/WikiCleanerConfiguration|User:Jindam vani/WikiCleanerConfiguration&rvprop=content|ids|timestamp
22:41:45.249 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Wikipedia:AutoWikiBrowser/Typos|Wikipedia:WPCleaner/Suggestions&rvprop=content|ids|timestamp
22:41:48.448 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Look-behind group does not have an obvious maximum length near index 301
\b(\d+)(?<=\s\d+)[-?](\d+)(?=[,\.;\n\)])(?<!\b(?:Boeing|Columbia|Dash|LCCN|I(?:EC|NCITS|S[BS]N|SO(?:/IEC)?)|ANSI(?:/VITA)?|FIPS|N(?:ACA|[oO]\.?:?)|[nN]umber:?|#:?|P(?:art|ublication)|S(?:ection|/[nN]:?)|s/[nN]:?|VITA|Widow)\s+\d+[-?]\d+)(?<!\b(?:\d(?:[-?][02-9]\d|\d[-?][02-9]\d\d)|\1[-?]\1\b|7\d7-\d+))
                                                                                                                                                                                                                                                                                                             ^
22:41:48.517 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Illegal/unsupported escape sequence near index 1662
\b(?<=[\s\(]|\A)([aA])(?<=a|(?:[\.\n]\s\s?\s?|\A)A)\s\s?((?:[aA](?!\b|2\b|[aA]A?[aTA]?|b(?:ogado|rirse)|c(?:a(?:demiei|o)|ceptat?a?|estei|ordo|quis)|ddaswyd|ED|FN|f(?:ace|ecta)|j(?:out?|uns)|l(?:ba\b|calde|do\b|guien\b|ma)|LL|m(?:basadei|?rica)|MD|[nN](?:\b|amnese|[dD]\b|daluc|G|ihila|tiga|ului)|OA|p(?:a(?:gar\b|recer\b)|ostar\b|robat\b)|quest|r(?:der\b|enys\b|matei\b|quitectura|te(?:\b|lor\b))|R[S\$]|s(?:\b|souvi)|t(?:\b|ahualpa\b|enuar|hair|l?ntida|riz|teint)|U[DS\$\?]|us(?:i?s|triei\b)|v(?:an?ar|enida|ut\b)|WG|ZN)|[eE](?!\b|cologia|di(?:??o|l\b|tora\b)|gipto|GP|l(?:a\b|itei\b|las\b)|m(?:a\b|b(?:ajadora|o?t?)|igracja|pezar\b)|n(?:core\sdu|ergia|f(?:lamm[e?]|rentar)|ga(?:g?|?ar)|loquecer|se[n?]ar|tend(?:erse|u)\b|tra(?:da|[i?]n[e?]|r\b)|tre(?:na(?:dor|r))?|voy?)|qui(?:librista|p[ao])|RN|s(?:as?\b|c(?:a[dl]a|ola|u(?:char|ela|ltura|rid?o))|fera|p(?:a(?:ldas|[n??])|eran?a))|st(?:a(?:\b|ciones|dos|r\b)|?|e(?:\b|ban)|o(?:\b|s\b)|ra(?:da|t[e?][gx]ia)|r(?:?[il]a|e(?:[il]a|llar)|uc?tura)|udia[nr])|TB\b|t(?:?|e(?:rna)?)?\b|[uU](?:[A-Za-z]{2}|\sde\b)|U[IR]|v(?:acuar|r(?:eilor|op))|w[abei]|x(?:ist[?e](?:ncia)?|p(?:ans?o|eri[e?]ncia|osi??o|ress?o))|xtranj)|h(?:aut[besu]|eir|o(?:rs\sd|ur(?:\b|[gs]|ly)))|[iI](?!\b|a(?:ij|[??]i)|DR\b|greja|[iI][iI]?[iI]?|l(?:\sraen\b|egal|ha\b)|LS|m(?:age[nm]\b|igra??o|magini\b)|n(?:\b|ceput|dia[?']?s\b|d(?:ica??o|ro\b|?st)|?s|f(?:lu?ncia|orma?n?)|glat|icios|nei\b|quisi??o|s(?:t(?:ancias|ituc?)|ult?)|t(?:e(?:gra(?:nte|rse)|lig?ncia|r(?:preta|ven)[c?][a?]o)|imidade|ra\b)|v(?:as?o|e(?:nt?|stit)))|NR\b|QD\b|R(?:?|R\b)|s(?:\b|chia\b|la\b|te\b)|SK|ts?\b|u(?:bit(?:\b|-o\b)|d(?:ex\b|ice\b)|re\b)|[vx]\b|V(?:th|\b)|XC?\b|[\b\d])|M(?:D\b|VP\b)|[oO](?!\b|ax|b(?:a\b|?an|chodn?|ra|tenu|?i|yv)|c(?:cidente|h(?:o|rany)|upat)|d(?:\b|e[c?]et\b)|este|f(?:\b|erecer)|ggi|hniv|ito\b|kol[?i]e?\b|l(?:ot\b|?e\b|vidarte)|mnisci?|MR\b|nda\b|[nN](?:\s|[c?iIC][eaE]|[eE](?!g(?:\b|a\b|es|in)|i(?:da|[lr])|rous))|O\b|opa|p(?:?ra|erador\b)|ra?\b|[rR](?:\b|a(?:[?s?]ului|z\b)|chestr\b|d(?:em|inii)|fu\b|i(?:\b|lla))|S-9\b|s(?:asuna|curas|o(?:bnosti|na))|t(?:r[ao]\b|tobre)|u(?:\b|a[bcdglt]|ed|i|tro)|v(?:elha|iedo))|u(?!\b|[A-Z\dc?ek\:\.\-]|a(?:dim|h\b|in\b)|b[aiou]|d(?:ev\b|raw\b)|fo|g(?:a(?:li|nd)|x\b)|i(?:le\b|n|ro|tat\b)|jam|l(?:ak|u)|m(?:a\b|\b|?n?\b|r(?:ia|l))|n(?:(?:\s|a(?:ni|ry|s\b|\b|te\b))|d\b|e(?:\b|i\b|sco)|o[rs]?\b|s\b|uib?)|ni(?!d(?:[eol]|io)|gn|ll|m(?:ag|[bim]|p[aeloru])|n(?:au|[cd]|eb|[fghjk]|i[nt]|oc|[tnvsq])|r(?:ad|[kr]|on))|omo|p(?:azilas?|risin\b)|r[aeiolsuy]|s[aeiou]|s(?:b(?:net)?|d)\b|s\$|s(?:hape|t(?:ream|ed(?:es)?\b))|t(?:[aeiou]|r(?:anga|ic))|[v?]|yu\b|zs\b))[^\|\[\]\<\?\>\{\}\s]{0,29})(?<=\b(?:[\S\s]){1,49}(?<!\b(?:[aA](?:baten|c(?:ceso|o(?:mpa?ando|sa)|t)|cusa|d(?:herits|i[o?]s|misi?n|vanced)|eroporto|gus|menazan|[n?N][oO]|n(?:\b|daluc?a|fibio|s\b)|prendiendo|?a|spirante|t(?:ac?|enci?n)|u(?:menta|r|sf(?:\.|?hrung)|torov)|xudar|y(?:?dame|ud(?:ar|d?)))|[bB](?:a(?:rokiem|ttery)|enefician|?l?|usca(?:ndo)?)|[c?C](?:a(?:bellera|lle|mino|ntan?\b|r(?:retera|tas?))|a(?:sar|tegory\:?)|e(?:n(?:sura|tral?)|rcano)?|h(?:ama|lorophyll|romogranin?)|iclista|?ny|lass|o\.|om(?:ienzan|p(?:any|o(?:sition|und)|r(?:?|ometido))|unica??es)?|o(?:n(?:certo|firma|oci?|trat[ao?]|vocatoria)|sta)|u(?:arto|m)|yclosporine)|[dD](?:[?????e???]|a(?:lla)?|e(?:dicada|[nst]|nuncian|recho|se?|tienen|s(?:apareceu|p(?:edida|iden))|voci?n)|[i??????u???]|i(?:gas|le|recto|vision)|o(?:jmy|uble)|urante)|[e?E?](?:\b|cusa|insatzgruppe|jecutan?|l(?:e|le)|mpec?|n(?:frenta(?:r?)?|se?(?:ame|[?o])|t(?:onces|re(?:\b|g?|vista)))?|s(:quivel|t)?|t|x(?:itos|tradita(?:do)?))|[fF](?:a(?:cilitar|z)|e(?:menina|rmato)|i(?:ammanti|ch?)|ormula|rente|u(?:[i?]|sil|tbol))|[gG](?:alega|eneral?|lorie|olpe|r(?:ade|oup)|uerra)|[hH](?:istorick?ch|o(?:mena(?:gem|je|tge)|usle))|[iI](?:\b|l\b|n(?:forma?ii|na|te(?:gran|r(?:preta|vista)))|n(?:trodu(?:cci?n|zione)|vita(?:ci?n)?)|storie|terum)|[jJ](?:r|un(?:g|ior|to))|[kK](?:lav?r|r(?:?l|tek)|u(?:lt?ry|??tko))|[lL](?:abe|e\b|?ka?i|ewis|i(?:gada|pid|st)|?deres|iniers|le(?:ga(?:n?|r[a?]?)|va(?:n|sen))|u(?:i|xe))|[mM](?:a(?:nu|s|tar)|hic\b|\.I|[?i]nima\b|iedo|o(?:del|n(?:te|umento)|ro[?s]anu)|o(?:u(?:lin|nd)|vid[ao])|u(?:lt|sgos))|[nN](?:bsp|ei|iegan|?nibus|o(?:mbrar|t?cia|us))|[oO](?:kina\}\}|cchio|lza|maggio|noare|riente|sob\b|t(?:?zky|ec\b)|u\b)|[pP](?:a(?:r[at]|s(?:ado|sou?))|e(?:ntru|r(?:?|petua)|se)|i(?:etro|?)|lan|o(?:int|nte)|r(?:o|?logo|e(?:ludio|senta))|r[?u]myslu|ublicat|\.)|[qQ](?:\sand|u(?:ando|[ei]))|[rR](?:ap?|e(?:c(?:ibe|ordando|usa)|ferencias|gi?o|i|torno)|isale|o(?:i|m?n?|z???en?))|?i\b|[sS](?:a(?:be|lve\b|tisface)|e(?:ason|cuestran|ine)|[e?]r(?:?|ie|vir)|i(?:c\s?(?:\|)?|de|ngle)|o(?:b(?:re)?|ci?ln?|u)|p(?:ortiv?|rijin)|t(?:avebn?|yky)|u(?:b(?:ida|unit|(?:-)unit)|ma|p(?:le|plemento)|rt|stituye)|[\.?])|[tT](?:arda|?xi|he|o(?:da|or(?:no|turan))|r(?:azendo|en|i(?:buto|ple))|ype)|[uU](?:hlie|n[ade])|[vV](?:a(?:da|[is]?|mos?|riant|yas)|e(?:che|n(?:ce[rn]?|d[aeo]|g[ao]|t[ae]))|e(?:ta|z)|?(?:du?|rn?)|i(?:agem|llena|ol(?:on?cello|u))|i(?:tamin|va(?:ce)?)|ojsko|ol(?:a(?:mos|r)|ta|v(?:amos|er(?:[a??]|emos|te)?)|v(?:?|i(:?endo)?))|oy|uel(?:[aeu]\b|t[ao]\b|v[aeo]s?\b))|[wW]h[a?]nau|[yY]\b|[zZ?](?:eit|ivoty))\W?\s?\s?[aA]\s?\s?\2))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ^
22:41:48.958 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Illegal/unsupported escape sequence near index 109
\b([iI])n[aeiou]?d[aeiou]?[aeiou]?v[aeiou]?[aeiou]?d?[aeiou]?[dl]?[aeiou]?[aeiou]?l(?<!nd(?:avl|evel))(?!e[s\b]|l(?:e|os))[aeou]?(?<!ndividu[ae]l)([a-z-\????????`']{0,99})
                                                                                                             ^
22:41:48.974 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Illegal/unsupported escape sequence near index 114
\b([fF]|[pP]ref|[rR]ef|[uU]nf)omat(?!\s+[mM]artin|[mM]artin)(t?(?:a(?:ble|nks?)|e(?:d?|rs?)|i(?:ngs?|on(?:als?|[s\b])|v(?:e(?:ly|s?)|ity))|k(?:ii|y)|or(?:ies|y)|s(?:k(?:ii|y))?))?
                                                                                                                  ^
22:41:50.719 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Wikipedia:WikiProject Check Wikipedia/Translation&rvprop=content|ids|timestamp
22:41:52.003 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=links&pllimit=max&format=xml&action=query&titles=Wikipedia:WikiProject_Check_Wikipedia/Error_101_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_062_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_054_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_112_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_031_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_046_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_065_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_095_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_038_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_076_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_085_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_040_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_015_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_098_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_034_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_028_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_002_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_047_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_043_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_024_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_105_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_037_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_069_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_005_whitelist
22:41:52.532 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=links&pllimit=max&format=xml&action=query&titles=Wikipedia:WikiProject_Check_Wikipedia/Error_091_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_103_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_048_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_548_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_060_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_014_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_006_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_089_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_025_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_090_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_097_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_071_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_049_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_087_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_004_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_010_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_019_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_061_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_032_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_039_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_058_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_070_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_100_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_026_whitelist
22:41:53.575 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=links&pllimit=max&format=xml&action=query&titles=Wikipedia:WikiProject_Check_Wikipedia/Error_064_whitelist
22:41:55.276 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?ammessages=duplicate-args-category|linter-heading-high-priority|linter-category-deletable-table-tag|linter-category-html5-misnesting|linter-category-misc-tidy-replacement-issues|linter-category-multiline-html-table-in-list|linter-category-multiple-unclosed-formatting-tags|linter-category-pwrap-bug-workaround|linter-category-self-closed-tag|linter-category-tidy-font-bug|linter-category-tidy-whitespace-bug|linter-category-unclosed-quotes-in-heading|linter-heading-medium-priority|linter-category-bogus-image-options|linter-category-fostered|linter-category-misnested-tag|linter-category-multi-colon-escape|linter-category-wikilink-in-extlink|linter-heading-low-priority|linter-category-missing-end-tag|linter-category-obsolete-tag|linter-category-stripped-tag&meta=allmessages&continue=&format=xml&action=query
22:42:04.467 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=Mahinda Pathirage&ppprop=disambiguation&gplnamespace=0
22:42:04.492 [MW-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Mahinda Pathirage&rvprop=content|ids|timestamp
22:42:05.630 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=Clarence Wijewardane|D.B. Gangodathenna|H.R. Jothipala|Jayasekara Aponso|K.A.W. Perera|Kamal Addaraarachchi|Kusa Pabha|Nehara Peiris Rajapakse|Reload (Sinhala film)|Sachini Ayendra|Vijaya Kumaranatunga|W.B. Makuloluwa&ppprop=disambiguation
22:42:06.317 [Thread-3] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=Clarence Wijewardane|D.B. Gangodathenna|H.R. Jothipala|Jayasekara Aponso|K.A.W. Perera|Kamal Addaraarachchi|Kusa Pabha|Nehara Peiris Rajapakse|Reload (Sinhala film)|Sachini Ayendra|Vijaya Kumaranatunga|W.B. Makuloluwa&rvprop=content
22:42:53.625 [Thread-4] INFO  API - HEAD https://rateyourmusic.com/films/janaka_kumbukage
22:42:55.783 [Thread-4] INFO  API - HEAD https://www.films.lk/sinhala-cinema-artist-mahinda-pathirage-202.html
22:42:58.353 [Thread-4] INFO  API - HEAD http://gossip.hirufm.lk/31456/2019/03/mahinda-pathirage.html
22:42:59.300 [Thread-4] INFO  API - HEAD http://archives.sundayobserver.lk/2012/10/07/mon06.asp
22:43:00.566 [Thread-4] INFO  API - HEAD http://rangahala.lk/raja-sabawa/
22:43:02.485 [Thread-4] INFO  API - HEAD http://www.divaina.com/2014/06/13/cineart03.html
22:43:03.468 [Thread-4] INFO  API - HEAD https://www.imdb.com/name/nm9411656/
22:43:04.749 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/160828/magazine/mahinda-replaces-vijaya-206070.html
22:43:05.414 [Thread-4] INFO  API - HEAD http://rangahala.lk/ahisaka-prayoge/
22:43:06.332 [Thread-4] INFO  API - HEAD http://www.resa.lk/????????/2019/apr/30/10621/????-???-??????-??????-??????-?????
22:43:06.970 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/180429/magazine/political-comedy-in-ja-ela-291551.html
22:43:07.134 [Thread-4] INFO  API - HEAD http://www.silumina.lk/2019/10/12/?????/???????-???????-??????-??????
22:43:09.859 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/180715/magazine/a-comedy-play-at-new-townhall-301894.html
22:43:10.008 [Thread-4] INFO  API - HEAD https://www.pressreader.com/sri-lanka/daily-mirror-sri-lanka/20190916/282999696541412
22:43:10.838 [Thread-4] INFO  API - HEAD http://rangahala.lk/kaliyuga-kolam/
22:43:11.765 [Thread-4] INFO  API - HEAD http://rangahala.lk/korale-mahaththaya/
22:43:12.724 [Thread-4] INFO  API - HEAD https://www.timeout.com/sri-lanka/theatre/raigamayai-gampalayai
22:43:13.367 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/041017/tv/4.html
22:43:13.527 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/060820/tv/tv18.html
22:43:13.675 [Thread-4] INFO  API - HEAD http://archives.sundayobserver.lk/2006/07/09/zin08.asp/
22:43:14.092 [Thread-4] INFO  API - HEAD https://web.archive.org/web/20180718162110/http://archives.sundayobserver.lk/2006/07/09/zin08.asp
22:43:16.571 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/090322/Magazine/sundaytimestvtimes_05.html
22:43:16.738 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/2016/04/21/?fn=sa16042117
22:43:19.147 [Thread-4] INFO  API - HEAD https://web.archive.org/web/20160827231707/http://www.sarasaviya.lk/2016/04/21/?fn=sa16042117
22:43:21.052 [Thread-4] INFO  API - HEAD http://www.sundaytimes.lk/090830/Magazine/sundaytimestvtimes_06.html
22:43:21.236 [Thread-4] INFO  API - HEAD http://www.sandeshaya.org/ethumai-methumai-sinhala-film-by-nishantha-weerasingha/
22:43:24.885 [Thread-4] INFO  API - HEAD https://web.archive.org/web/20171006175951/http://www.sandeshaya.org/ethumai-methumai-sinhala-film-by-nishantha-weerasingha/
22:43:27.451 [Thread-4] INFO  API - HEAD http://www.nation.lk/edition/component/k2/item/3116-dwarfing-of-kusa-paba.html
22:43:29.697 [Thread-4] INFO  API - HEAD https://archive.today/20130221021347/http://www.nation.lk/edition/component/k2/item/3116-dwarfing-of-kusa-paba.html
22:43:33.526 [Thread-4] INFO  API - HEAD https://vodtv.vhx.tv/products/rassa-kale
22:43:39.955 [Thread-4] INFO  API - HEAD http://www.nfc.gov.lk/films/none-mage-sudu-none-123/
22:43:42.497 [Thread-4] INFO  API - HEAD https://vodtv.vhx.tv/products/hero-nero
22:43:43.141 [Thread-4] INFO  API - HEAD http://www.nfc.gov.lk/films/64-mayam-151/
22:43:44.737 [Thread-4] INFO  API - HEAD http://www.nfc.gov.lk/films-history.php
22:43:46.345 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/2017/03/16/?fn=sa1703161
22:43:47.129 [Thread-4] INFO  API - HEAD http://www.dailynews.lk/2019/05/21/entertainment/186056/trials-and-travails-enlightened-buddhist-nun
22:44:05.340 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/news/2019/06/20/6112/?????????-??????-????-???-???
22:44:06.269 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/films-local/2019/02/07/2738/??-?????-?????-????-????????-?????-?????-??????
22:44:07.386 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/2010/08/19/_art.asp?fn=sa1008191&pn=03
22:44:08.039 [Thread-4] INFO  API - HEAD https://web.archive.org/web/20170921100057/http://www.sarasaviya.lk/2010/08/19/_art.asp?fn=sa1008191&pn=03
22:44:09.627 [Thread-4] INFO  API - HEAD http://www.dailynews.lk/2017/08/29/entertainment/126509/?jobless-douglas?-here-soon?page=88
22:44:25.864 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/films-local/2019/11/07/11901/????-???-????-????-???????
22:44:27.031 [Thread-4] INFO  API - HEAD https://www.cjentertainmenthub.com/2014/02/blog-post.html#.XaMpXu1R3IU
22:44:27.777 [Thread-4] ERROR o.w.g.swing.deadlink.DeadLinkWorker - SSLHandshakeException when accessing https://www.cjentertainmenthub.com/2014/02/blog-post.html#.XaMpXu1R3IU: Remote host terminated the handshake
22:44:27.781 [Thread-4] INFO  API - HEAD https://mirrorarts.lk/news/4525-mahinda-pathirage-artist-bgh
22:44:32.149 [Thread-4] INFO  API - HEAD http://www.sarasaviya.lk/news/2019/03/26/3845/??????-??????-??????-?????-???-06??-??????
22:44:33.114 [Thread-4] INFO  API - HEAD http://www.silumina.lk/2019/03/23/?????/???-???????????-????-??-??-????-?????-???????????
22:44:35.669 [Thread-4] INFO  API - HEAD http://www.deshaya.lk/article/43/features/9884/????????-??????????-??????-???????
22:44:36.958 [Thread-4] INFO  API - HEAD https://janathamathaya.com/sandun-priyankara/???????-?????-?????-???????/
22:44:38.862 [Thread-4] WARN  o.w.g.swing.deadlink.DeadLinkWorker - ConnectException when accessing https://janathamathaya.com/sandun-priyankara/???????-?????-?????-???????/: Connection refused (Connection refused)
22:44:38.866 [Thread-4] INFO  API - HEAD https://janathamathaya.com/sandun-priyankara/???????-?????-?????-???????/
22:44:40.141 [Thread-4] WARN  o.w.g.swing.deadlink.DeadLinkWorker - ConnectException when accessing https://janathamathaya.com/sandun-priyankara/???????-?????-?????-???????/: Connection refused (Connection refused)
22:44:40.145 [Thread-4] INFO  API - HEAD https://janathamathaya.com/sandun-priyankara/???????-?????-?????-???????/
22:44:41.421 [Thread-4] WARN  o.w.g.swing.deadlink.DeadLinkWorker - ConnectException when accessing https://janathamathaya.com/sandun-priyankara/???????-?????-?????-???????/: Connection refused (Connection refused)
22:46:13.588 [AWT-EventQueue-0] ERROR o.w.gui.swing.basic.Utilities - Throwable using Desktop.browse(): java.lang.reflect.InvocationTargetException - null
22:46:32.154 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=logout&format=xml
22:46:33.306 [AWT-EventQueue-0] WARN  o.w.api.request.BasicApiResult - Error reported: missingparam - The "token" parameter must be set.

jindam, vani (talk) 17:43, 26 September 2022 (UTC)

Hi jindam, vani. Apart from the fact that the icons are not displayed:
  • First cell shouldn't do anything visible except copying the URL in your clipboard. If you go to your browser and paste in the address bar (Ctrl + V ?), you should have the URL.
  • Second cell seems to work as expected
The operating system you're using seems to have flaws regarding Java handling. Are there other windows with tables where cells are empty while they should have an icon in them ?
I don't think I can do something if Java is not operating properly. --NicoV (Talk on frwiki) 17:53, 26 September 2022 (UTC)
Hi NicoV, probably this might be useful. there are 4 articles on my "local watchlist" and all of them have "magnifying glass" icon in checkbox and other checkboxes are empty. my $ java --version

openjdk 11.0.16 2022-07-19 OpenJDK Runtime Environment (build 11.0.16+8-post-Debian-1deb11u1) OpenJDK Server VM (build 11.0.16+8-post-Debian-1deb11u1, mixed mode) with the above info does not lead anywhere, i will stop updating. thank you for your time & patience.-jindam, vani (talk) 03:34, 27 September 2022 (UTC)

Hi jindam, vani. Just in case, can you try upgrading to Java 17 ? --NicoV (Talk on frwiki) 15:18, 29 September 2022 (UTC)
hello NicoV, just now added experimental debian repo & upgraded jdk to 17, both icons are still not visible. —jindam, vani (talk) 18:22, 29 September 2022 (UTC)

(notabug) external viewer not working, after changing pale moon to lynx

  Resolved

i have discarded my debian sid, created new debian bullseye & installed jre 11 (default-jre installed). i have changed default browser from pale moon to lynx. when i click external logo, nothing happens: the last line in wpcleaner log: ERROR o.w.gui.swing.basic.Utilities - Throwable using Desktop.browse(): java.lang.reflect.InvocationTargetException - null. can you please look into it. -2401:4900:3675:2F4:1:2:9914:DCAA (talk) 13:06, 27 September 2022 (UTC)

this was me, didnt realised i wasnt logged in. -jindam, vani (talk) 13:08, 27 September 2022 (UTC)
Hi jindam, vani, what is the command line to run your browser so that it opens an URL ?
The log seems normal (it means that the default Java method for browsing an URL is failing, which is coherent with your first posts above).
If you're not on Windows or Mac OS, the fallback solution then tries to directly run a browser among "x-www-browser", "google-chrome", "firefox", "opera", "epiphany", "konqueror", "conkeror", "midori", "kazehakase", "mozilla".
I changed my code for a hopefully additional log if there's a problem with the fallback solution. Can you try again after WPCleaner is updated ? --NicoV (Talk on frwiki) 20:00, 27 September 2022 (UTC)
hello NicoV, there is no change in behaviour. apparently the issue is with my system config, i will revert to palemoon as default browser. sorry for the noise. -jindam, vani (talk) 16:00, 28 September 2022 (UTC)

Problem with translations

Hi, apparently some users are experiencing a problem with translations not being used anymore. I don't know why it's happening, but upgrading to Java 17 solved the problem for several users. If it happens to you also, you can install Java 17. If you still have a problem after that, please post a comment here and provide information about your system (from the main window of WPCleaner, click on About, go to System tab, and copy the information to paste it here). Thanks. NicoV (Talk on frwiki) 15:17, 29 September 2022 (UTC)

how copy entire article text using keyboard shortcut

  Resolved

at present "single click" copies a word & "double click" copies a single sentence. is it possible to select and copy enrire text similar to ctrl+alt+a? —>jindam, vani (talk) 13:22, 4 October 2022 (UTC)

Ctrl+a. jindam, vani --NicoV (Talk on frwiki) 15:00, 4 October 2022 (UTC)
NicoV somehow i didnt tried it. thanks a lot. _jindam, vani (talk) 17:01, 4 October 2022 (UTC)
For Windows and Linux users, Ctrl+A works practically everywhere by the way. Johnny Au (talk/contributions) 01:09, 1 December 2022 (UTC)

clicking add to local watch list (top left) not working in full analysis

  Resolved

i am running debian bullseye on userland(1). when i click "add to local watchlist" (below automatic comment —top left of window). clicking

"add to local watchlist" on right side is working.
log file
14:45:59.194 [main] INFO  o.wikipediacleaner.WikipediaCleaner - Starting WPCleaner
14:46:03.877 [main] INFO  o.wikipediacleaner.WikipediaCleaner - Display main window
14:46:07.682 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?meta=tokens&continue=&format=json&action=query&type=login
14:46:12.644 [Thread-1] INFO  API - POST https://en.wikipedia.org/w/api.php?action=login&format=xml&lgname=Jindam vani
14:46:14.223 [Thread-1] WARN  o.w.api.request.BasicApiResult - Warning reported: main - Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes. Use [[Special:ApiFeatureUsage]] to see usage of deprecated features by your application.
14:46:14.225 [Thread-1] WARN  o.w.api.request.BasicApiResult - Warning reported: login - Main-account login via "action=login" is deprecated and may stop working without warning. To continue login with "action=login", see [[Special:BotPasswords]]. To safely continue using main-account login, see "action=clientlogin".
14:46:14.238 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?usprop=groups|rights&continue=&ususers=Jindam vani&format=xml&action=query&list=users
14:46:14.785 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?meta=tokens&continue=&format=json&action=query&type=csrf
14:46:15.407 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?siprop=general|namespaces|namespacealiases|languages|interwikimap|magicwords|specialpagealiases|extensions&meta=siteinfo&continue=&format=xml&action=query
14:46:18.398 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=User:NicoV/WikiCleanerConfiguration|User:Jindam vani/WikiCleanerConfiguration&rvprop=content|ids|timestamp
14:46:19.969 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Wikipedia:AutoWikiBrowser/Typos|Wikipedia:WPCleaner/Suggestions&rvprop=content|ids|timestamp
14:46:22.866 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Look-behind group does not have an obvious maximum length near index 301
\b(\d+)(?<=\s\d+)[-?](\d+)(?=[,\.;\n\)])(?<!\b(?:Boeing|Columbia|Dash|LCCN|I(?:EC|NCITS|S[BS]N|SO(?:/IEC)?)|ANSI(?:/VITA)?|FIPS|N(?:ACA|[oO]\.?:?)|[nN]umber:?|#:?|P(?:art|ublication)|S(?:ection|/[nN]:?)|s/[nN]:?|VITA|Widow)\s+\d+[-?]\d+)(?<!\b(?:\d(?:[-?][02-9]\d|\d[-?][02-9]\d\d)|\1[-?]\1\b|7\d7-\d+))
                                                                                                                                                                                                                                                                                                             ^
14:46:22.916 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Illegal/unsupported escape sequence near index 1666
\b(?<=[\s\(]|\A)([aA])(?<=a|(?:[\.\n]\s\s?\s?|\A)A)\s\s?((?:[aA](?!\b|2\b|[aA]A?[aTA]?|b(?:ogado|rirse)|c(?:a(?:demiei|o)|ceptat?a?|estei|ordo|quis)|ddaswyd|ED|FN|f(?:ace|ecta)|j(?:out?|uns)|l(?:ba\b|calde|do\b|guien\b|ma)|LL|m(?:basadei|?rica)|MD|[nN](?:\b|amnese|[dD]\b|daluc|G|ihila|tiga|ului)|OA|p(?:a(?:gar\b|recer\b)|ostar\b|robat\b)|quest|r(?:der\b|enys\b|matei\b|quitectura|te(?:\b|lor\b))|R[S\$]|s(?:\b|souvi)|t(?:\b|ahualpa\b|enuar|hair|l?ntida|riz|teint)|U[DS\$\?]|us(?:i?s|triei\b)|v(?:an?ar|enida|ut\b)|WG|ZN)|[eE](?!\b|cologia|di(?:??o|l\b|tora\b)|gipto|GP|l(?:a\b|itei\b|las\b)|m(?:a\b|b(?:ajadora|o?t?)|igracja|pezar\b)|n(?:core\sdu|ergia|f(?:lamm[e?]|rentar)|ga(?:g?|?ar)|loquecer|se[n?]ar|tend(?:erse|u)\b|tra(?:da|[i?]n[e?]|r\b)|tre(?:na(?:dor|r))?|voy?)|qui(?:librista|p[ao])|RN|s(?:as?\b|c(?:a[dl]a|ola|u(?:char|ela|ltura|rid?o))|fera|p(?:a(?:ldas|[n??])|eran?a))|st(?:a(?:\b|ciones|dos|r\b)|?|e(?:\b|ban)|o(?:\b|s\b)|ra(?:da|t[e?][gx]ia)|r(?:?[il]a|e(?:[il]a|llar)|uc?tura)|udia[nr])|TB\b|t(?:?|e(?:rna)?)?\b|[uU](?:[A-Za-z]{2}|\sde\b)|u\b|U[IR]|v(?:acuar|r(?:eilor|op))|w[abei]|x(?:ist[?e](?:ncia)?|p(?:ans?o|eri[e?]ncia|osi??o|ress?o))|xtranj)|h(?:aut[besu]|eir|o(?:rs\sd|ur(?:\b|[gs]|ly)))|[iI](?!\b|a(?:ij|[??]i)|DR\b|greja|[iI][iI]?[iI]?|l(?:\sraen\b|egal|ha\b)|LS|m(?:age[nm]\b|igra??o|magini\b)|n(?:\b|ceput|dia[?']?s\b|d(?:ica??o|ro\b|?st)|?s|f(?:lu?ncia|orma?n?)|glat|icios|nei\b|quisi??o|s(?:t(?:ancias|ituc?)|ult?)|t(?:e(?:gra(?:nte|rse)|lig?ncia|r(?:preta|ven)[c?][a?]o)|imidade|ra\b)|v(?:as?o|e(?:nt?|stit)))|NR\b|QD\b|R(?:?|R\b)|s(?:\b|chia\b|la\b|te\b)|SK|ts?\b|u(?:bit(?:\b|-o\b)|d(?:ex\b|ice\b)|re\b)|[vx]\b|V(?:th|\b)|XC?\b|[\b\d])|M(?:D\b|VP\b)|[oO](?!\b|ax|b(?:a\b|?an|chodn?|ra|tenu|?i|yv)|c(?:cidente|h(?:o|rany)|upat)|d(?:\b|e[c?]et\b)|este|f(?:\b|erecer)|ggi|hniv|ito\b|kol[?i]e?\b|l(?:ot\b|?e\b|vidarte)|mnisci?|MR\b|nda\b|[nN](?:\s|[c?iIC][eaE]|[eE](?!g(?:\b|a\b|es|in)|i(?:da|[lr])|rous))|O\b|opa|p(?:?ra|erador\b)|ra?\b|[rR](?:\b|a(?:[?s?]ului|z\b)|chestr\b|d(?:em|inii)|fu\b|i(?:\b|lla))|S-9\b|s(?:asuna|curas|o(?:bnosti|na))|t(?:r[ao]\b|tobre)|u(?:\b|a[bcdglt]|ed|i|tro)|v(?:elha|iedo))|u(?!\b|[A-Z\dc?ek\:\.\-]|a(?:dim|h\b|in\b)|b[aiou]|d(?:ev\b|raw\b)|fo|g(?:a(?:li|nd)|x\b)|i(?:le\b|n|ro|tat\b)|jam|l(?:ak|u)|m(?:a\b|\b|?n?\b|r(?:ia|l))|n(?:(?:\s|a(?:ni|ry|s\b|\b|te\b))|d\b|e(?:\b|i\b|sco)|o[rs]?\b|s\b|uib?)|ni(?!d(?:[eol]|io)|gn|ll|m(?:ag|[bim]|p[aeloru])|n(?:au|[cd]|eb|[fghjk]|i[nt]|oc|[tnvsq])|r(?:ad|[kr]|on))|omo|p(?:azilas?|risin\b)|r[aeiolsuy]|s[aeiou]|s(?:b(?:net)?|d)\b|s\$|s(?:hape|t(?:ream|ed(?:es)?\b))|t(?:[aeiou]|r(?:anga|ic))|[v?]|yu\b|zs\b))[^\|\[\]\<\?\>\{\}\s]{0,29})(?<=\b(?:[\S\s]){1,49}(?<!\b(?:[aA](?:baten|c(?:ceso|o(?:mpa?ando|sa)|t)|cusa|d(?:herits|i[o?]s|misi?n|vanced)|eroporto|gus|menazan|[n?N][oO]|n(?:\b|daluc?a|fibio|s\b)|prendiendo|?a|spirante|t(?:ac?|enci?n)|u(?:menta|r|sf(?:\.|?hrung)|torov)|xudar|y(?:?dame|ud(?:ar|d?)))|[bB](?:a(?:rokiem|ttery)|enefician|?l?|usca(?:ndo)?)|[c?C](?:a(?:bellera|lle|mino|ntan?\b|r(?:retera|tas?))|a(?:sar|tegory\:?)|e(?:n(?:sura|tral?)|rcano)?|h(?:ama|lorophyll|romogranin?)|iclista|?ny|lass|o\.|om(?:ienzan|p(?:any|o(?:sition|und)|r(?:?|ometido))|unica??es)?|o(?:n(?:certo|firma|oci?|trat[ao?]|vocatoria)|sta)|u(?:arto|m)|yclosporine)|[dD](?:[?????e???]|a(?:lla)?|e(?:dicada|[nst]|nuncian|recho|se?|tienen|s(?:apareceu|p(?:edida|iden))|voci?n)|[i??????u???]|i(?:gas|le|recto|vision)|o(?:jmy|uble)|urante)|[e?E?](?:\b|cusa|insatzgruppe|jecutan?|l(?:e|le)|mpec?|n(?:frenta(?:r?)?|se?(?:ame|[?o])|t(?:onces|re(?:\b|g?|vista)))?|s(:quivel|t)?|t|x(?:itos|tradita(?:do)?))|[fF](?:a(?:cilitar|z)|e(?:menina|rmato)|i(?:ammanti|ch?)|ormula|rente|u(?:[i?]|sil|tbol))|[gG](?:alega|eneral?|lorie|olpe|r(?:ade|oup)|uerra)|[hH](?:istorick?ch|o(?:mena(?:gem|je|tge)|usle))|[iI](?:\b|l\b|n(?:forma?ii|na|te(?:gran|r(?:preta|vista)))|n(?:trodu(?:cci?n|zione)|vita(?:ci?n)?)|storie|terum)|[jJ](?:r|un(?:g|ior|to))|[kK](?:lav?r|r(?:?l|tek)|u(?:lt?ry|??tko))|[lL](?:abe|e\b|?ka?i|ewis|i(?:gada|pid|st)|?deres|iniers|le(?:ga(?:n?|r[a?]?)|va(?:n|sen))|u(?:i|xe))|[mM](?:a(?:nu|s|tar)|hic\b|\.I|[?i]nima\b|iedo|o(?:del|n(?:te|umento)|ro[?s]anu)|o(?:u(?:lin|nd)|vid[ao])|u(?:lt|sgos))|[nN](?:bsp|ei|iegan|?nibus|o(?:mbrar|t?cia|us))|[oO](?:kina\}\}|cchio|lza|maggio|noare|riente|sob\b|t(?:?zky|ec\b)|u\b)|[pP](?:a(?:r[at]|s(?:ado|sou?))|e(?:ntru|r(?:?|petua)|se)|i(?:etro|?)|lan|o(?:int|nte)|r(?:o|?logo|e(?:ludio|senta))|r[?u]myslu|ublicat|\.)|[qQ](?:\sand|u(?:ando|[ei]))|[rR](?:ap?|e(?:c(?:ibe|ordando|usa)|ferencias|gi?o|i|torno)|isale|o(?:i|m?n?|z???en?))|?i\b|[sS](?:a(?:be|lve\b|tisface)|e(?:ason|cuestran|ine)|[e?]r(?:?|ie|vir)|i(?:c\s?(?:\|)?|de|ngle)|o(?:b(?:re)?|ci?ln?|u)|p(?:ortiv?|rijin)|t(?:avebn?|yky)|u(?:b(?:ida|unit|(?:-)unit)|ma|p(?:le|plemento)|rt|stituye)|[\.?])|[tT](?:arda|?xi|he|o(?:da|or(?:no|turan))|r(?:azendo|en|i(?:buto|ple))|ype)|[uU](?:hlie|n[ade])|[vV](?:a(?:da|[is]?|mos?|riant|yas)|e(?:che|n(?:ce[rn]?|d[aeo]|g[ao]|t[ae]))|e(?:ta|z)|?(?:du?|rn?)|i(?:agem|llena|ol(?:on?cello|u))|i(?:tamin|va(?:ce)?)|ojsko|ol(?:a(?:mos|r)|ta|v(?:amos|er(?:[a??]|emos|te)?)|v(?:?|i(:?endo)?))|oy|uel(?:[aeu]\b|t[ao]\b|v[aeo]s?\b))|[wW]h[a?]nau|[yY]\b|[zZ?](?:eit|ivoty))\W?\s?\s?[aA]\s?\s?\2))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ^
14:46:23.378 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Illegal/unsupported escape sequence near index 109
\b([iI])n[aeiou]?d[aeiou]?[aeiou]?v[aeiou]?[aeiou]?d?[aeiou]?[dl]?[aeiou]?[aeiou]?l(?<!nd(?:avl|evel))(?!e[s\b]|l(?:e|os))[aeou]?(?<!ndividu[ae]l)([a-z-\????????`']{0,99})
                                                                                                             ^
14:46:23.394 [Thread-1] WARN  o.w.api.data.Suggestion - Incorrect AWB pattern syntax in Wikipedia:AutoWikiBrowser/Typos#New additions:
  Illegal/unsupported escape sequence near index 114
\b([fF]|[pP]ref|[rR]ef|[uU]nf)omat(?!\s+[mM]artin|[mM]artin)(t?(?:a(?:ble|nks?)|e(?:d?|rs?)|i(?:ngs?|on(?:als?|[s\b])|v(?:e(?:ly|s?)|ity))|k(?:ii|y)|or(?:ies|y)|s(?:k(?:ii|y))?))?
                                                                                                                  ^
14:46:25.110 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=Wikipedia:WikiProject Check Wikipedia/Translation&rvprop=content|ids|timestamp
14:46:26.781 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=links&pllimit=max&format=xml&action=query&titles=Wikipedia:WikiProject_Check_Wikipedia/Error_101_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_062_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_054_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_112_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_031_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_046_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_065_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_095_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_038_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_076_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_085_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_040_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_015_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_098_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_034_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_028_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_002_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_047_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_043_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_024_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_105_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_037_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_069_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_005_whitelist
14:46:27.282 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=links&pllimit=max&format=xml&action=query&titles=Wikipedia:WikiProject_Check_Wikipedia/Error_091_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_103_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_048_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_548_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_060_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_014_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_006_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_089_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_025_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_090_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_097_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_071_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_049_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_087_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_004_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_010_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_019_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_061_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_032_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_039_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_058_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_070_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_100_whitelist|Wikipedia:WikiProject_Check_Wikipedia/Error_026_whitelist
14:46:28.272 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=links&pllimit=max&format=xml&action=query&titles=Wikipedia:WikiProject_Check_Wikipedia/Error_064_whitelist
14:46:30.010 [Thread-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?ammessages=duplicate-args-category|linter-heading-high-priority|linter-category-deletable-table-tag|linter-category-html5-misnesting|linter-category-misc-tidy-replacement-issues|linter-category-multiline-html-table-in-list|linter-category-multiple-unclosed-formatting-tags|linter-category-pwrap-bug-workaround|linter-category-self-closed-tag|linter-category-tidy-font-bug|linter-category-tidy-whitespace-bug|linter-category-unclosed-quotes-in-heading|linter-heading-medium-priority|linter-category-bogus-image-options|linter-category-fostered|linter-category-misnested-tag|linter-category-multi-colon-escape|linter-category-wikilink-in-extlink|linter-heading-low-priority|linter-category-missing-end-tag|linter-category-obsolete-tag|linter-category-stripped-tag&meta=allmessages&continue=&format=xml&action=query
14:46:35.190 [MW-1] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=1891 Massachusetts legislature|Abawiri&ppprop=disambiguation
14:46:43.037 [Thread-4] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=pageprops|info&format=xml&action=query&generator=links&gpllimit=max&titles=1891 Massachusetts legislature&ppprop=disambiguation&gplnamespace=0
14:46:43.038 [MW-2] INFO  API - GET  https://en.wikipedia.org/w/api.php?curtimestamp=1&continue=&prop=revisions|info&inprop=protection&format=xml&rvslots=main&action=query&titles=1891 Massachusetts legislature&rvprop=content|ids|timestamp
14:46:44.754 [Thread-4] INFO  API - GET  https://en.wikipedia.org/w/api.php?redirects=&continue=&prop=pageprops&format=xml&action=query&titles=111th Massachusetts General Court (1890)|113th Massachusetts General Court (1892)|Doi (identifier)|Hdl (identifier)|JSTOR (identifier)|List of Speakers of the Massachusetts House of Representatives|List of current members of the Massachusetts House of Representatives|List of current members of the Massachusetts Senate|List of governors of Massachusetts|Massachusetts Senate's Berkshire, Hampshire, Franklin, and Hampden district|Speaker of the Massachusetts House of Representatives&ppprop=disambiguation
14:46:45.582 [Thread-4] INFO  API - GET  https://en.wikipedia.org/w/api.php?continue=&prop=revisions&format=xml&rvslots=main&action=query&titles=111th Massachusetts General Court (1890)|113th Massachusetts General Court (1892)|Doi (identifier)|Hdl (identifier)|JSTOR (identifier)|List of Speakers of the Massachusetts House of Representatives|List of current members of the Massachusetts House of Representatives|List of current members of the Massachusetts Senate|List of governors of Massachusetts|Massachusetts Senate's Berkshire, Hampshire, Franklin, and Hampden district|Speaker of the Massachusetts House of Representatives&rvprop=content
14:47:36.966 [AWT-EventQueue-0] INFO  API - POST https://en.wikipedia.org/w/api.php?action=logout&format=xml
14:47:37.805 [AWT-EventQueue-0] WARN  o.w.api.request.BasicApiResult - Error reported: missingparam - The "token" parameter must be set.

screenshot:

 
wpcleaner full analysis window

(1) https://github.com/CypherpunkArmory/UserLAnd

please look into it <_> jindam, vani (talk) 16:32, 26 November 2022 (UTC)

Hi jindam, vani. What is not working ? If you reopen your local watchlist inside WPCleaner, the article is not present ? --NicoV (Talk on frwiki) 22:54, 18 December 2022 (UTC)
hello @NicoV: there are 2 "add to local

watchlist" buttons on screenshot image. left side buttons: "full analysis" (cogwheels), "disambiguation",

"remove all links" and "add to local watchlist".

right side buttons: "options", "first occurence",...., "history", "add to local watchlist", and so on. when i click right side "add to local watchlist" button: it shows prompt "would you like to add this page on your local watchlist?" click "yes" page is added to local watchlist. good. now when i click left side "add to local watchlist": (1) it does not show prompt and (2) page is not added to local watchlist. i hope this is clear. <_> jindam, vani (talk) 09:10, 23 December 2022 (UTC)

Hi jindam, vani. The button on the right is here to add the currently opened page on the local watchlist. The button on the left is here to add the selected pages below it on the local watchlist. If no page is selected in the list, it does nothing. --NicoV (Talk on frwiki) 10:18, 23 December 2022 (UTC)
hello @NicoV: my mistake, i assumed both of them do same thing. thank you. <_> jindam, vani (talk) 10:28, 23 December 2022 (UTC)
I've added/modified the messages so that it will be clearer. --NicoV (Talk on frwiki) 18:08, 24 December 2022 (UTC)