html2text修改图片存储
modify html2markdown source code,the location and format of pictures in html.
old version

note the first line, add the second line, and change the image format to 
new version 2020.1.16
add extra code in __init__.py__:
1 | def __init__( |
modify image format
1 | if tag == "img" and start and not self.ignore_images: |
final image format:
1 |  |