codelucas / newspaper

newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:
https://goo.gl/VX41yK
MIT License
14.09k stars 2.11k forks source link

can support article content div html? #917

Open kemistep opened 2 years ago

kemistep commented 2 years ago

now return just text ;

however , some article have image or code;

so i want to return article content html,then i can use it ;

johnbumgarner commented 2 years ago

Please provide a URL for a site that is giving you a problem.

kemistep commented 2 years ago

url : https://www.cnblogs.com/ministep/p/15380977.html

this url have code and image ; if return text ,the style is can read ;

so i want to return article html;