Skip to content

Commit

Permalink
Update sources/en/c/chrysanthemumgarden.py
Browse files Browse the repository at this point in the history
Co-authored-by: kuwoyuki <[email protected]>
  • Loading branch information
jere344 and kuwoyuki authored Aug 25, 2023
1 parent 1b4599a commit 173b8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/en/c/chrysanthemumgarden.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def download_chapter_body(self, chapter):
}

soup = self.make_soup(
self.submit_form(url=self.absolute_url(chapter_url), data=payload),
self.submit_form(url=self.absolute_url(chapter_url), data=payload, multipart=True),
)

bads = ["chrysanthemumgarden (dot) com", "Chrysanthemum Garden"]
Expand Down

0 comments on commit 173b8df

Please sign in to comment.