Update downloader.py
Browse files- downloader.py +0 -2
downloader.py
CHANGED
|
@@ -7,8 +7,6 @@ def download_from_yt(video_url):
|
|
| 7 |
ydl_opts = {
|
| 8 |
'outtmpl': filename,
|
| 9 |
'format': 'm4a/bestaudio/best',
|
| 10 |
-
'username': 'zmuszony.op.pl@gmail.com',
|
| 11 |
-
'password': os.environ['YT_PASS'],
|
| 12 |
'postprocessors': [{
|
| 13 |
'key': 'FFmpegExtractAudio',
|
| 14 |
'preferredcodec': 'mp3',
|
|
|
|
| 7 |
ydl_opts = {
|
| 8 |
'outtmpl': filename,
|
| 9 |
'format': 'm4a/bestaudio/best',
|
|
|
|
|
|
|
| 10 |
'postprocessors': [{
|
| 11 |
'key': 'FFmpegExtractAudio',
|
| 12 |
'preferredcodec': 'mp3',
|