Download YouTube video using Python to a certain directory

前端 未结 10 2211
醉话见心
醉话见心 2020-12-07 17:08

I have tried the following code to download a video in YouTube and it is working, but I want to save the video at a particular location. Now it is saving the video in

10条回答
  •  -上瘾入骨i
    2020-12-07 17:49

    I have created a library that makes it simpler.

    To install:

    $ pip install mhyt
    # or
    $ sudo pip install mhyt
    

    And use it like:

    from mhmovie.youtubemhyt import yt_download
    
    yt_download("url","file.format","format"ismucic=True)
    

提交回复
热议问题