英文: Python scraping returns none 问题 I'm trying to take a name from an HTML page with BeautifulSoup: ...
在链接中查找子字符串
英文: Finding a Substring in A Link 问题 在我的Python函数中,我传递了一个URL,然后搜索该URL上的PDF文件,然后下载这些文件。对于大多数情况,它都能正常工作...
Python 3,bs4,网络爬虫;连接网站时出错
英文: Python 3, bs4, webcrawler; error connecting too website 问题 我正在尝试构建一个针对特定网站的网络爬虫。但出于某种原因,我无法连接到该网...
使用Python进行网页抓取仅返回一个空列表。
英文: Web Scraping table with Python is just returning an empty list back 问题 我正在尝试使用Python-Beautifulso...
Python BeautifulSoup 无法识别 div 标签
英文: Python BeautifulSoup can't identify div tag 问题 我使用Python的Beautiful Soup库进行网络抓取。我想要筛选出class属性...
Python Beautiful Soup:创建和组合列表,并删除冗余项,如
英文: Python beautifulSoup: create and combine lists and remove redundancies like \n 问题 import request...
在Python中搜索列表中多个子字符串?
英文: searching a list for multiple substrings in python? 问题 Sure, here's the translated code snippet ...
使用BeautifulSoup在div后提取文本 – .next_sibling不起作用
英文: Scape text after div using BeautifulSoup - .next_sibling doesn't work 问题 我正在尝试提取以下div之间的文本: ...
使用Selenium和BeautifulSoup爬取网页时花费的时间太长
英文: Scraping a webpage taking too long using Selenium, BeautifulSoup 问题 我想要抓取一个网站及其子页面,但是这个过程太耗时了。我应...
抓取隐藏页面,如果搜索结果多于显示的结果。
英文: scrape hidden pages if search yields more results than displayed 问题 以下是翻译好的部分: 有些在https://www.co...
18