Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
urllib.urlopenURLからファイルを読み取るために使用しています。ファイル名を取得するための最良の方法は何ですか?サーバーは常にContent-Dispositionヘッダーを返しますか?
urllib.urlopen
Content-Disposition
ありがとう。
これはオプションのヘッダーなので、いいえ。存在するかどうかを確認し、存在しない場合は、URL の確認に戻ります。