def main():
url = input("Enter the website URL to check for copyright issues: ")
content = get_website_content(url)
if content:
check_copyright(content)
[wp_code id="1"]
def main():
url = input("Enter the website URL to check for copyright issues: ")
content = get_website_content(url)
if content:
check_copyright(content)
[wp_code id="1"]