Skip to content

Commit 6de2e1d

Browse files
authored
Merge pull request #249 from pythonboi/sandbox
adding YouTube download
2 parents c5c2726 + 4b0be75 commit 6de2e1d

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed

Snake_game/URL_Tab_Aging.py

Whitespace-only changes.

myChessBoard.py

Whitespace-only changes.

pytube_YoutubeDownload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
y = YouTube(urlLink)
1818

1919
adapt = y.streams.filter(adaptive=True)
20-
# print(adapt)
2120

2221
dwn = y.streams.get_highest_resolution()
2322

test.py

Whitespace-only changes.

0 commit comments

Comments
 (0)