mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-16 01:45:08 +00:00
e56303798c
Initial SickGear for Python 3.
4 lines
130 B
Python
4 lines
130 B
Python
import requests
|
|
data = requests.get("https://www.crummy.com/").content
|
|
from . import _s
|
|
data = [x for x in _s(data).block_text()]
|