john
commited on
Commit
·
0406be1
1
Parent(s):
3c9a466
testing if 3.4 still won't build on travis
Browse files
pytube/contrib/playlist.py
CHANGED
@@ -115,7 +115,6 @@ class Playlist(object):
|
|
115 |
|
116 |
for link in self.video_urls:
|
117 |
yt = YouTube(link)
|
118 |
-
|
119 |
# TODO: this should not be hardcoded to a single user's preference
|
120 |
dl_stream = yt.streams.filter(
|
121 |
progressive=True, subtype='mp4',
|
|
|
115 |
|
116 |
for link in self.video_urls:
|
117 |
yt = YouTube(link)
|
|
|
118 |
# TODO: this should not be hardcoded to a single user's preference
|
119 |
dl_stream = yt.streams.filter(
|
120 |
progressive=True, subtype='mp4',
|