2点、質問があります
1 以下のページの「ABC」のリンクの次のページにある「DEF」のURL先を取得することはできますか?
本当は上のページの「DEF」のURL先を取得したいのですがclass指定がないため同列にある「ABC」のリンク先も取得してしまいます
x.com内の全ての「DEF」のリンク先のツイートを取得したい
2 また以下のページの動画を取得したいと考えています
動画自体にidの指定がありません
こうした場合、iframeだけ取得するというのはできるのでしょうか?
Hello.
There are two questions.
Can I get the URL of "DEF" which is the next page of the "ABC" link at the following page?
To tell the truth, I would like to get the URL of "DEF" at the above page, but I get the link of "ABC" in the same line because there is no class designation, too.
I would like to get the tweet of the whole "DEF" links within x.com.
2. Also, I think I would like to get movies at the following page. There is no id designation on the movie.
In this case, can I get only iframe?