copyrightextractor

Extract copyright from HTML content


Keywords
copyright, extractor, html, extraction, python, python3
License
MIT
Install
pip install copyrightextractor==0.0.4

Documentation

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)