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

Commit 3596c6b

Browse files
committed
Fixed formatting
1 parent f95898c commit 3596c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YoutubeExtractor/YoutubeExtractor/DownloadUrlResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private static string GetAdaptiveStreamMap(JObject json)
220220
streamMap = json["args"]["url_encoded_fmt_stream_map"];
221221
}
222222

223-
return streamMap.ToString();
223+
return streamMap.ToString();
224224
}
225225

226226
private static string GetDecipheredSignature(string htmlPlayerVersion, string signature)

0 commit comments

Comments
 (0)