new-features #5
1 changed files with 0 additions and 2 deletions
|
|
@ -174,10 +174,8 @@ def get_html_files(path, output_file_path):
|
|||
output_file_path = os.path.abspath(output_file_path)
|
||||
|
||||
for p in pathlib.Path(path).rglob("*.html"):
|
||||
print(p)
|
||||
res = str(p.absolute())
|
||||
if output_file_path in res:
|
||||
print("damn")
|
||||
continue
|
||||
|
||||
tmp = BeautifulSoup("".join(open(res)), features="html.parser")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue