The ability to skip pages larger than x bytes or smaller than x bytes. @Tom.Reding 15:50, 12 February 2015 (UTC)
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T169424 [AutoWikiBrowser] Skip related tickets | |||
| Open | Feature | None | T100857 [Migrated] Add a "skip if page </> x bytes" option, where x is user-defined |
Event Timeline
@Magioladitis 12:42, 13 February 2015 (UTC) wrote:
@Tom.Reding try: Skip if contains .{1,x} with Regex on.
@Tom.Reding 15:32, 13 February 2015 (UTC) wrote:
Nice! I like it.
@Tom.Reding 20:21, 17 March 2015 (UTC) wrote:
There seems to be a limit at "Skip if Contains: .{935,}". This 17 kB page is skipped only if ".{935,}" and lower, but not ".{936,}" and higher. ".{936,100000}" doesn't skip either. Is this an AWB problem or a regex engine one?
I haven't looked through bug reports yet, but will post {{done}} there if I can't fine one.
@John_of_Reading 20:32, 17 March 2015 (UTC) wrote:
I think the "skip" regex is being run against each paragraph separately, not the whole article. The longest paragraphs in that article have 935-ish characters.
@Tom.Reding 20:42, 17 March 2015 (UTC) wrote:
Nope, [.\s]{936,} doesn't skip either.
Further discussion took place on my talk page; it's now at https://en.wikipedia.org/wiki/User_talk:John_of_Reading/Archive_18#Relevent_regex_question
Something strange was indeed happening on Tom.Reding's machine, but it cleared after a reboot.