fix empty space

This commit is contained in:
YamiOdymel 2020-02-13 05:28:35 +08:00
parent ebbd3fa783
commit f49f00c990
No known key found for this signature in database
GPG Key ID: 68E469836934DB36

View File

@ -150,8 +150,6 @@ func capture(username string) {
panic(err) panic(err)
} }
go comsumer(f, filename, baseURL)
// Keep fetching the stream chunks until the playlist cannot be accessed after retried x times (which means the channel is offlined). // Keep fetching the stream chunks until the playlist cannot be accessed after retried x times (which means the channel is offlined).
for { for {
// Get the chunks. // Get the chunks.