hasen's tech life

Twitter: @hasen

Entries from 2015-05-02 to 1 day

Pythonで,リストアップしたURLを元にクローリングし, 対象ページのheaderにあるlast-modifiedの値を取得して書き出す.

Pythonで,リストアップしたURLを元にクローリングし, 対象ページのheaderにあるlast-modifiedの値を取得して書き出すスクリプトを書きました. Get 'last-modified' from target page's header by P ...