File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,11 @@ def items(self):
5252 url = text .unescape (url or url_img )
5353
5454 if url .startswith (native ):
55- if "/uploads/emoticons/" in url or "/profile/" in url :
55+ if (
56+ "/uploads/emoticons/" in url or
57+ "/profile/" in url or
58+ "/topic/" in url
59+ ):
5660 continue
5761 data ["num" ] += 1
5862 if not (alt := text .extr (info , ' alt="' , '"' )) or (
Original file line number Diff line number Diff line change 214214 ),
215215},
216216
217+ {
218+ "#url" : "https://www.bellazon.com/main/topic/70367-elyzaveta-kovalenko/page/7/#comment-5506079" ,
219+ "#comment" : "links to other threads (#8392)" ,
220+ "#class" : bellazon .BellazonPostExtractor ,
221+ "#count" : 0 ,
222+ },
223+
217224{
218225 "#url" : "https://www.bellazon.com/main/topic/57872-millie-brady/" ,
219226 "#class" : bellazon .BellazonThreadExtractor ,
You can’t perform that action at this time.
0 commit comments