Downloading video from YouTube

前端 未结 5 1870
不知归路
不知归路 2020-12-02 05:58

I wish to download a video from YouTube and then extract its audio.

Can anyone point me to some C# code to download a video?

For clarification purposes, I

5条回答
  •  时光取名叫无心
    2020-12-02 06:43

    To all interested:

    The "Coding for fun" book's chapter 4 "InnerTube: Download, Convert, and Sync YouTube Videos" deals with the topic. The code and discussion are at http://www.c4fbook.com/InnerTube.

    [PLEASE BEWARE] While the overall concepts are valid some years after the publication, non-documented details of the youtube internals the project relies on can have changed (see the comment at the bottom of the page behind the second link).

提交回复
热议问题