解析HTML的某些东西显然存在,但结果并未打印

发布于 2025-02-07 15:52:01 字数 330 浏览 1 评论 0原文

from bs4 import BeautifulSoup
import requests
import re

url = "https://mms.kcbs.us/members/evr_search.php?org_id=KCBA"
page = requests.get(url).text
doc = BeautifulSoup(page, features="lxml")

text_comp_date = doc.find('Frisco BBQ Challenge')
print(text_comp_date)

我正在寻找“ frisco烧烤挑战”它具有b标签

from bs4 import BeautifulSoup
import requests
import re

url = "https://mms.kcbs.us/members/evr_search.php?org_id=KCBA"
page = requests.get(url).text
doc = BeautifulSoup(page, features="lxml")

text_comp_date = doc.find('Frisco BBQ Challenge')
print(text_comp_date)

I am searching for "Frisco BBQ Challenge" it has b tags

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

屋檐 2025-02-14 15:52:01

尝试使用 selenium 为了自动化浏览器,我在这里使用firefox,此处

示例

import time

from bs4 import BeautifulSoup
from selenium import webdriver

url = "https://mms.kcbs.us/members/evr_search.php?org_id=KCBA"

with webdriver.Firefox() as firefox_browser:
    firefox_browser.get(url=url)
    time.sleep(2)
    html = firefox_browser.page_source
    soup = BeautifulSoup(html, features="html.parser")
    elements = soup.select("#updated-events-container > div:nth-child(2)")
    print(elements)

    for element in elements:
        print(element.text)

确保安装

Try using Selenium to automate the browser, I'm using Firefox here

Example

import time

from bs4 import BeautifulSoup
from selenium import webdriver

url = "https://mms.kcbs.us/members/evr_search.php?org_id=KCBA"

with webdriver.Firefox() as firefox_browser:
    firefox_browser.get(url=url)
    time.sleep(2)
    html = firefox_browser.page_source
    soup = BeautifulSoup(html, features="html.parser")
    elements = soup.select("#updated-events-container > div:nth-child(2)")
    print(elements)

    for element in elements:
        print(element.text)

Make sure to install browser driver

ˇ宁静的妩媚 2025-02-14 15:52:01

不需要硅。它更容易,更快地使用请求

import requests
from bs4 import BeautifulSoup
from datetime import datetime
from dateutil.relativedelta import relativedelta

evr_begin = datetime.now().strftime("%m/%d/%Y")
evr_end = (datetime.now() + relativedelta(months=1)).strftime("%m/%d/%Y")
url = "https://mms.kcbs.us/members/evr_search_ol_json.php?" \
      f"otype=TEXT&evr_map_type=2&org_id=KCBA&evr_begin={evr_begin}&evr_end={evr_end}&" \
      "evr_radius=50&evr_type=269&evr_region_type=1"
response = requests.request("GET", url)
soup = BeautifulSoup(response.text, features='lxml')
for event in soup.find_all('div', class_='row'):
    print(event.find('b').getText(), event.find('i').getText())

输出:

Frisco BBQ Challenge 6/16/2022 - 6/18/2022
York County BBQ Festival 6/17/2022 - 6/18/2022
Central Plains Ribfest 6/17/2022 - 6/18/2022
Knights Of Columbus BBQ Smoke Off "4 Life" 6/17/2022 - 6/18/2022
Rose Festival 21st Annual KCBS BBQ Contest 6/17/2022 - 6/18/2022
Hoosier BBQ Classic Day 1 6/17/2022 - 6/18/2022
Hoosier BBQ Classic (One Meat Ribs) 6/17/2022 - 6/17/2022
Almost Heaven BBQ Bash 6/17/2022 - 6/18/2022
Central Plains Ribfest (Steak) 6/17/2022 - 6/17/2022
Clay County Juneteenth BBQ Contest (One Meat Ribs) 6/17/2022 - 6/18/2022
BBQ Battle Finland (POSTPONED) 6/18/2022 - 6/19/2022
The War of Barbeque 6/18/2022 - 6/19/2022
Hoosier BBQ Classic Day 2 6/18/2022 - 6/19/2022
The War of Barbeque (ONE MEAT RIBS) 6/18/2022 - 6/18/2022
Columbia Valley Smokeshow 6/24/2022 - 6/26/2022
The Cache Smokeout at the American West Heritage Center (POSTPONED UNTIL 2023) 6/24/2022 - 6/25/2022
Big BBQ Bash 6/24/2022 - 6/25/2022
Heritage Days BBQ Showdown (Day One) 6/24/2022 - 6/25/2022
The Great Lenexa BBQ Battle - Kansas State Championship 6/24/2022 - 6/25/2022
Miles City Cowtown Cookoff 6/24/2022 - 6/25/2022
Lake Murvaul BBQ Cook-Off 6/24/2022 - 6/26/2022
Smokin Deltana BBQ Challenge (POSTPONED) 6/24/2022 - 6/25/2022
Riverland Smokers BBQ Contest 6/25/2022 - 6/26/2022
Second Annual Central Maine BBQ Cookoff 6/25/2022 - 6/26/2022
Heritage Days BBQ Showdown (Day Two) 6/25/2022 - 6/26/2022
Giant National Capital Barbecue Battle 6/25/2022 - 6/26/2022
Central Maine BBQ Cook Off (ONE MEAT RIBS) 6/25/2022 - 6/25/2022
Lowell's Smokin' In the Ozarks-Arkansas State Challenge 7/1/2022 - 7/2/2022
Happy Basset 2nd Annual BBQ Competition 7/1/2022 - 7/2/2022
2nd Annual VFW Post 3396 Armed Forces BBQ Challenge (MASTERS) 7/1/2022 - 7/2/2022
The Art of BBQ 7/1/2022 - 7/2/2022
Twin Smoke 7/2/2022 - 7/3/2022
Sweet Home Icebox Cookoff 2022 7/2/2022 - 7/3/2022
2nd Annual VFW Post 3396 Armed Forces BBQ Challenge (ONE MEAT RIBS) 7/2/2022 - 7/2/2022
Smokin with Weemala (One Meat Chicken) 7/2/2022 - 7/2/2022
Smokin with Weemala (One Meat Ribs) 7/2/2022 - 7/2/2022
South Carolina Festival of Discovery 7/7/2022 - 7/9/2022
Ohio Veterans BBQ Cook-Off (CANCELLED) 7/8/2022 - 7/9/2022
Clayton BBQ Cook-off  7/8/2022 - 7/9/2022
Sand Creek Summer Daze Saucy & Glazed BBQ Competition 7/8/2022 - 7/9/2022
Harvest on Fire at the Winery 7/8/2022 - 7/9/2022
2022 Black Silos Swine in the Vine BBQ Contest (Day 1) 7/8/2022 - 7/9/2022
2022 Black Silos Swine in the Vine BBQ Contest (Day 2) 7/9/2022 - 7/10/2022
New Jersey State Barbecue Championship 7/9/2022 - 7/10/2022
Chillin & Grillin in the Glades 7/15/2022 - 7/16/2022
KTD Smokin Gobbler Cook-off 7/15/2022 - 7/16/2022
KTD Smokin Gobbler Cook-off (One Meat Ribs) 7/15/2022 - 7/16/2022
Bordertown BBQ Brawl 7/15/2022 - 7/16/2022
Bordertown BBQ Brawl (One Meat Ribs) 7/15/2022 - 7/15/2022
Central Illinois BBQ Throwdown 7/15/2022 - 7/16/2022
Central Illinois BBQ Throwdown (One Meat Ribs) 7/15/2022 - 7/15/2022
2022 Cameron Elks BBQ Cook Off (Day 1) 7/15/2022 - 7/16/2022
enter code here

Silenium is not required. It's easier and faster use requests

import requests
from bs4 import BeautifulSoup
from datetime import datetime
from dateutil.relativedelta import relativedelta

evr_begin = datetime.now().strftime("%m/%d/%Y")
evr_end = (datetime.now() + relativedelta(months=1)).strftime("%m/%d/%Y")
url = "https://mms.kcbs.us/members/evr_search_ol_json.php?" \
      f"otype=TEXT&evr_map_type=2&org_id=KCBA&evr_begin={evr_begin}&evr_end={evr_end}&" \
      "evr_radius=50&evr_type=269&evr_region_type=1"
response = requests.request("GET", url)
soup = BeautifulSoup(response.text, features='lxml')
for event in soup.find_all('div', class_='row'):
    print(event.find('b').getText(), event.find('i').getText())

OUTPUT:

Frisco BBQ Challenge 6/16/2022 - 6/18/2022
York County BBQ Festival 6/17/2022 - 6/18/2022
Central Plains Ribfest 6/17/2022 - 6/18/2022
Knights Of Columbus BBQ Smoke Off "4 Life" 6/17/2022 - 6/18/2022
Rose Festival 21st Annual KCBS BBQ Contest 6/17/2022 - 6/18/2022
Hoosier BBQ Classic Day 1 6/17/2022 - 6/18/2022
Hoosier BBQ Classic (One Meat Ribs) 6/17/2022 - 6/17/2022
Almost Heaven BBQ Bash 6/17/2022 - 6/18/2022
Central Plains Ribfest (Steak) 6/17/2022 - 6/17/2022
Clay County Juneteenth BBQ Contest (One Meat Ribs) 6/17/2022 - 6/18/2022
BBQ Battle Finland (POSTPONED) 6/18/2022 - 6/19/2022
The War of Barbeque 6/18/2022 - 6/19/2022
Hoosier BBQ Classic Day 2 6/18/2022 - 6/19/2022
The War of Barbeque (ONE MEAT RIBS) 6/18/2022 - 6/18/2022
Columbia Valley Smokeshow 6/24/2022 - 6/26/2022
The Cache Smokeout at the American West Heritage Center (POSTPONED UNTIL 2023) 6/24/2022 - 6/25/2022
Big BBQ Bash 6/24/2022 - 6/25/2022
Heritage Days BBQ Showdown (Day One) 6/24/2022 - 6/25/2022
The Great Lenexa BBQ Battle - Kansas State Championship 6/24/2022 - 6/25/2022
Miles City Cowtown Cookoff 6/24/2022 - 6/25/2022
Lake Murvaul BBQ Cook-Off 6/24/2022 - 6/26/2022
Smokin Deltana BBQ Challenge (POSTPONED) 6/24/2022 - 6/25/2022
Riverland Smokers BBQ Contest 6/25/2022 - 6/26/2022
Second Annual Central Maine BBQ Cookoff 6/25/2022 - 6/26/2022
Heritage Days BBQ Showdown (Day Two) 6/25/2022 - 6/26/2022
Giant National Capital Barbecue Battle 6/25/2022 - 6/26/2022
Central Maine BBQ Cook Off (ONE MEAT RIBS) 6/25/2022 - 6/25/2022
Lowell's Smokin' In the Ozarks-Arkansas State Challenge 7/1/2022 - 7/2/2022
Happy Basset 2nd Annual BBQ Competition 7/1/2022 - 7/2/2022
2nd Annual VFW Post 3396 Armed Forces BBQ Challenge (MASTERS) 7/1/2022 - 7/2/2022
The Art of BBQ 7/1/2022 - 7/2/2022
Twin Smoke 7/2/2022 - 7/3/2022
Sweet Home Icebox Cookoff 2022 7/2/2022 - 7/3/2022
2nd Annual VFW Post 3396 Armed Forces BBQ Challenge (ONE MEAT RIBS) 7/2/2022 - 7/2/2022
Smokin with Weemala (One Meat Chicken) 7/2/2022 - 7/2/2022
Smokin with Weemala (One Meat Ribs) 7/2/2022 - 7/2/2022
South Carolina Festival of Discovery 7/7/2022 - 7/9/2022
Ohio Veterans BBQ Cook-Off (CANCELLED) 7/8/2022 - 7/9/2022
Clayton BBQ Cook-off  7/8/2022 - 7/9/2022
Sand Creek Summer Daze Saucy & Glazed BBQ Competition 7/8/2022 - 7/9/2022
Harvest on Fire at the Winery 7/8/2022 - 7/9/2022
2022 Black Silos Swine in the Vine BBQ Contest (Day 1) 7/8/2022 - 7/9/2022
2022 Black Silos Swine in the Vine BBQ Contest (Day 2) 7/9/2022 - 7/10/2022
New Jersey State Barbecue Championship 7/9/2022 - 7/10/2022
Chillin & Grillin in the Glades 7/15/2022 - 7/16/2022
KTD Smokin Gobbler Cook-off 7/15/2022 - 7/16/2022
KTD Smokin Gobbler Cook-off (One Meat Ribs) 7/15/2022 - 7/16/2022
Bordertown BBQ Brawl 7/15/2022 - 7/16/2022
Bordertown BBQ Brawl (One Meat Ribs) 7/15/2022 - 7/15/2022
Central Illinois BBQ Throwdown 7/15/2022 - 7/16/2022
Central Illinois BBQ Throwdown (One Meat Ribs) 7/15/2022 - 7/15/2022
2022 Cameron Elks BBQ Cook Off (Day 1) 7/15/2022 - 7/16/2022
enter code here
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文