Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.8k views
in Technique[技术] by (71.8m points)

format - Trouble with downloading with youtube -dl (python)

I had a lot of time so I made converter with gui but I am stuck at this problem for a week now and kinda losing my mind on it. So i tried a lot of things in cmd and in python but it always downloads in WEBM Video File (.webm) or mp4. I dont understand why does it do it becouse in code I added preferences and in them putted only audio and sayd that format is mp3.

ydl_opts = {'format': 'bestaudio/best',
            'extractaudio': True,
            'audioformat' : "mp3",
                }
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
    ydl.download(['link'])

Hope you can help.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...