Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Sep 25, 2023
1 parent 00d265e commit 2045074
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2045074

Please sign in to comment.