From 2045074c715c5ee24d7f5a7f5a0b12449aed4b2e Mon Sep 17 00:00:00 2001 From: Juan Bindez Date: Mon, 25 Sep 2023 11:31:04 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index c9437ba..810fd30 100644 --- a/README.md +++ b/README.md @@ -46,22 +46,6 @@ ys.download(mp3=True) # pass the parameter mp3=Tre to save in .mp3 ### if you want to download complete playlists: -'''python - -from pytubefix import YouTube -from pytubefix import Playlist -from pytubefix.cli import on_progress - -url = input("URL Here >") - -pl = Playlist(url) - -for video in pl.videos: - ys = video.streams.get_audio_only() - ys.download(mp3=True) -''' - - ```python from pytubefix import YouTube