Skip to content

Commit

Permalink
Update youtubeplaylistdownloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikant20 committed Oct 6, 2023
1 parent c4e2751 commit 64a31b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtubeplaylistdownloader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pytube import Playlist
from multiprocessing import Pool

#install pytube first by: pip install pytube
def download_video(video_url, download_directory):
try:
from pytube import YouTube
Expand Down

0 comments on commit 64a31b8

Please sign in to comment.