1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-23 00:54:31 +01:00

fix syntax

This commit is contained in:
Pablo Castorino 2020-03-22 12:45:48 -03:00
parent 185849f1d4
commit c7db73fcd3

View File

@ -228,8 +228,7 @@ class ContarChannelIE(ContarBaseIE):
}, },
'playlist_mincount': 68, 'playlist_mincount': 68,
'params': { 'params': {
'username': 'ytdl@yt-dl.org', 'usenetrc': True,
'password': '(snip)',
'skip_download': True 'skip_download': True
} }
} }