1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-03 04:03:30 +00:00

[options] Correctly hide login info from debug outputs (#13696)

Iterate over opts instead of PRIVATE_OPTS for both performance and
correctness
This commit is contained in:
Yen Chi Hsuan
2017-07-23 16:21:35 +08:00
parent 0db492c02a
commit 905d18a7aa
3 changed files with 50 additions and 20 deletions
+6
View File
@@ -1,3 +1,9 @@
version <unreleased>
Core
* [options] Correctly hide login info from debug outputs (#13696)
version 2017.07.23
Core