Extract copyright from HTML content
Project description
Copyright Detector/Extractor - Detects and Extracts Copyright Snippet from HTML Edit
Installation
pip3 install copyrightextractor
Usage
from copyrightextractor import htmlextractor
copyright = htmlextractor.extract(html_body)
print(copyright)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.