Skip to content

Commit

Permalink
YouTube Playlist downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshlinux committed Apr 21, 2018
1 parent 436e7b0 commit 7e41013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion webscraper/youtubeDownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import shutil
ydl_opts = {}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
ydl.download(['https://www.youtube.com/watch?v=n06H7OcPd-g'])
ydl.download(['https://www.youtube.com/watch?v=v8g9arm8nFI&list=PL9rywNkH9WIPqi-YhUlq_pCYaqE0HyaQs'])

0 comments on commit 7e41013

Please sign in to comment.