Files
huizenbot/bsprettify.py

4 lines
106 B
Python

import sys
from bs4 import BeautifulSoup
print(BeautifulSoup(sys.stdin.read(), 'html.parser').prettify())