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?

More than 3 years have passed since last update.

iSHでyoutube-dlを管理するときはpip3を使わないと詰む

Last updated at Posted at 2021-09-18

iPhoneやiPadなどのiOSでyoutubeの動画をダウンロードできるのか!?

と思い立ったので試してみた。その時のつまづきメモ

結論

まずこの二つ
~# apk add python3 py3-pip

さっき入れたpip3を使ってパッケージ(youtube-dl)を管理する
~# pip3 install youtube-dl

使い方は至ってシンプル
~# youtube-dl https://youtu.be/hogehoge

完了したら⚙マーク押してFileststemsdefaultBrowse Files→rootフォルダの中にある

詰んだやり方(失敗)

~# apk add youtube-dl

Youtube said: Unable to extract video data

と出たのでとりあえずアップデートしようとした

~# youtube-dl --update

It looks you installed youtube-dl with a package manager, pip, setup.py or tarball. Please use that to update.

とでてアプデができなかった。なので上記「結論」のやり方で対応。

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?