1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 16:33:16 +01:00

Removed trailing whitespace.

This commit is contained in:
IdanDor 2021-01-23 13:30:03 +02:00
parent 1afac50437
commit 6d7b5ffcf0

View file

@ -126,7 +126,7 @@ class Arbitrary(Site):
# TODO: consider `'\n'.join(map(str, content.contents))`
content.name = 'div'
# Extract from bs4 tree so the rest of the tree gets deleted.
content = content.extract()