Webサイトをスクレイプしようとしていますが、埋め込み要素を取得する必要がありますが、Pythonとlxml.htmlを使用しているため、Webサイトは、Flashがインストールされていないと正確に判断し、埋め込み要素を表示する代わりに、私にこれを示しています:
<div>
<font>
<u>
<b>
<a href="http://get.adobe.com/flashplayer/">
ATTENTION:<br>This video will not play. You currently do not have Adobe Flash installed on this computer. Please click here to download it (it's free!)
</a>
</b>
</u>
</font>
</div>
明らかにそれは問題なので、正しい要素を取得する目的で、ブラウザをだまして、Flashがインストールされていなくても、Flashがインストールされていると思わせることができるかどうか疑問に思います。
誰かが助けてくれることを願っています!