Skip to main content

One post tagged with "scripts"

View All Tags

· 4 min read
Bartek Jabłoński

I recently stopped using Spotify Premium and it has become more difficult to listen to music and podcasts on the plane. So far, I have downloaded mp3 and mp4 using online tools such as:

Unfortunately, tools of this type allow you to download individual videos and bombard us with a lot of invasive advertisements. To avoid these problems, we will write a script in Python which, after providing a link to a playlist or movie, will download an mp3 or mp4.

We will use the library pytube to write the script .

You can find the entire script in the repository gitlab: https://gitlab.com/bart_as93/youtube-downloader