mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Update bs4 to 4.8.1 (with 2to3)
This commit is contained in:
parent
23c4e5b09d
commit
f28e741ad7
19 changed files with 5487 additions and 792 deletions
4
lib/bs4/check_block.py
Normal file
4
lib/bs4/check_block.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import requests
|
||||
data = requests.get("https://www.crummy.com/").content
|
||||
from bs4 import _s
|
||||
data = [x for x in _s(data).block_text()]
|
Loading…
Add table
Add a link
Reference in a new issue