Skip to main content

simple and flexible html to markdown python converter pipeline with scrapy

Project description

Pyh2m for Scrapy Pipeline


settings.py:

...
# pyh2m settings for crawler project
RAW_TEXT = True  # raw text or markdown text
HTML_DICT_NAME = "html"        # item["html"]
MARK_DICT_NAME = "markdown"    # item["markdown"]
...

History

0.1.0

  • can use it work with scrapy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scrapy-pyh2m-0.1.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

scrapy_pyh2m-0.1.0-py2.py3-none-any.whl (1.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page