2
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.

【備忘録】インターネットサイトから音源を取り出したいときにすること

Posted at

1.Chromeであれば、⌘コマンド+shift+cでデバッグ画面を開く
2.Sourcesを開き拡張子がmp3のデータを探す。
3.あれば右クリックしてダウンロード

4.なければNetworkを開く。
5.通信データをサイズ順に並べ替えて、大きい方のデータをみる。
動画、音声、画像の順でデータが並ぶと思うのでそれに従って探す。
6.該当データのrequestURLをコピーしそのままブラウザに貼る。
完了

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