You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many command options of yt-dlp can be used multiple times, e.g --parse-metadatahere.
Using Map instead of List for saving commands makes multiple usages of the same options impossible, which will only store the last value stored for the same key.
Many command options of yt-dlp can be used multiple times, e.g
--parse-metadata
here.Using
Map
instead ofList
for saving commands makes multiple usages of the same options impossible, which will only store the last value stored for the same key.youtubedl-android/library/src/main/java/com/yausername/youtubedl_android/YoutubeDLOptions.java
Lines 37 to 46 in 01f35d7
The text was updated successfully, but these errors were encountered: