0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

BeautifulSoupでタグ無しで要素取得する方法

Posted at

変数 = [n.get_text() for n in soup.select('cssセレクター')]

参考URL

BS
https://www.crummy.com/software/BeautifulSoup/bs4/doc/#css-selectors

文字だけ抜き出し
https://qiita.com/poorko/items/9140c75415d748633a10

list型では使えないけど・・・
https://techacademy.jp/magazine/37561

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?