Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit e1b1ca7

Browse files
committed
Fixed Formatting #2
1 parent 3596c6b commit e1b1ca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ private static string GetAdaptiveStreamMap(JObject json)
216216
JToken streamMap = json["args"]["adaptive_fmts"];
217217

218218
// bugfix: adaptive_fmts is missing in some videos, use url_encoded_fmt_stream_map instead
219-
if (streamMap == null) {
219+
if (streamMap == null)
220+
{
220221
streamMap = json["args"]["url_encoded_fmt_stream_map"];
221222
}
222223

0 commit comments

Comments
 (0)