[8chan] also set TOS cookie for the previous day

This commit is contained in:
Mike Fährmann
2024-10-10 18:19:37 +02:00
parent 2818973981
commit 51ceb33b6c
2 changed files with 6 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ __tests__ = (
"markdown" : str,
"maxFileCount" : 5,
"maxFileSize" : "32.00 MB",
"maxMessageLength": 8001,
"maxMessageLength": 12000,
"message" : str,
"mime" : str,
"name" : "Anonymous",
@@ -73,7 +73,7 @@ __tests__ = (
"#category": ("", "8chan", "board"),
"#class" : _8chan._8chanBoardExtractor,
"#pattern" : _8chan._8chanThreadExtractor.pattern,
"#count" : range(24, 28),
"#count" : range(24, 32),
},
{