Spaces:
Runtime error
Runtime error
masa729406
commited on
Commit
Β·
cf1740f
1
Parent(s):
df97f88
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ load_url = "https://www.football-lab.jp/kyot/match/"
|
|
16 |
html = requests.get(load_url)
|
17 |
soup = bs(html.content, "html.parser")
|
18 |
|
19 |
-
|
20 |
-
|
21 |
import requests
|
22 |
from bs4 import BeautifulSoup as bs
|
23 |
from requests_html import AsyncHTMLSession
|
|
|
16 |
html = requests.get(load_url)
|
17 |
soup = bs(html.content, "html.parser")
|
18 |
|
19 |
+
pip install beautifulsoup4
|
20 |
+
pip install requests_html
|
21 |
import requests
|
22 |
from bs4 import BeautifulSoup as bs
|
23 |
from requests_html import AsyncHTMLSession
|