From 4d160bc665512377cd6c04e63cde06782b93ea3c Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Tue, 4 Feb 2025 16:08:20 +0300 Subject: [PATCH] Update test URL comments for link parsing scenarios --- post_parser.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/post_parser.py b/post_parser.py index 0ab04d1..2f87562 100644 --- a/post_parser.py +++ b/post_parser.py @@ -33,12 +33,10 @@ if not logger.handlers: #http://127.0.0.1:8000/post/html/theyforcedme/3572 - audio #http://127.0.0.1:8000/post/html/theyforcedme/3558 - audio-note #http://127.0.0.1:8000/html/vvzvlad_lytdybr/426 - sticker -#http://127.0.0.1:8000/html/wrkshprn/634 — links without +#http://127.0.0.1:8000/html/wrkshprn/634, http://127.0.0.1:8000/html/ni404head/1278 — links without #http://127.0.0.1:8000/html/ru2ch_ban/26586 - large video -#криво формируется html: http://127.0.0.1:8000/html/ni404head/1278 - class PostParser: def __init__(self, client): self.client = client