1
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 5 years have passed since last update.

pythonを使ったwebスクレイピング 作業メモ

Last updated at Posted at 2018-04-23

pythonでwebスクレイピングを行なっているが、どうしてもhttp内にある欲しいtagをfindallすることができない。同じ値の値を持っているtagがあるがclass名が異なる

spanタグをfor文で回してstringが希望の値と同じものをif文で探して、それをprintで表示して見たが、先ほどのディベロッパーツールに表示されている、class名と異なるものしか出てこない。

どうすれば良いのだろうか・・・

findallについてもう少し詳しく理解を進め、どうにか解決したい。

上の問題結局解決できた

理由は指定するurlが希望するclass名を含まない、別のページの物を選択していたからだ。
単純なミスだが、次はまずurlがしっかり選択できているのか確認しようと思う。

これからの目標
スクレイピングを使用して、ネット上の画像を取得してそれを表示するbotを作成後、
webサイトを作成する。
ただし法律に触れないよう、内容を考え利用規約なども考える必要あり。

1
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
1
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?