mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-26 04:32:51 +01:00
[warosu] fix 'board_name' metadata
This commit is contained in:
parent
24873c2724
commit
296f20e630
@ -50,7 +50,7 @@ class WarosuThreadExtractor(Extractor):
|
||||
title = text.unescape(text.extr(page, "class=filetitle>", "<"))
|
||||
return {
|
||||
"board" : self.board,
|
||||
"board_name": boardname.rpartition(" - ")[2],
|
||||
"board_name": boardname.split(" - ")[1],
|
||||
"thread" : self.thread,
|
||||
"title" : title,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user