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

【備忘録】Vimeoの埋込動画をダウンロードする方法

Last updated at Posted at 2024-10-03

結論

著作権で保護されたデータを不正に利用しないでください

yt-dlp "Vimeoのリンク" --referer "埋込先のリンク" --cookies-from-browser firefox

ブラウザはFireFoxを用いる。1

Vimeoのリンク

埋込元であるVimeoのリンクを探してくる。HTMLの要素を辿るか、FireFoxであればフレームを新しいタブで開くから取得できる。

埋込先のリンク

Vimeoが埋め込まれている、元のサイトのリンクを取得する。

参考

  1. ChromeではCookieを取得することができない

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