Skip to content

Commit c60d6ec

Browse files
committed
removed unused import
1 parent 50c4783 commit c60d6ec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import com.grack.nanojson.JsonParser;
66
import com.grack.nanojson.JsonParserException;
77
import org.jsoup.Jsoup;
8-
import org.jsoup.helper.StringUtil;
98
import org.jsoup.nodes.Document;
109
import org.jsoup.nodes.Element;
1110
import org.jsoup.select.Elements;
@@ -398,7 +397,7 @@ public String getHlsUrl() throws ParsingException {
398397
.getString("hlsManifestUrl", "");
399398
}
400399
}
401-
400+
402401
return hlsvp;
403402
} catch (Exception e) {
404403
throw new ParsingException("Could not get hls manifest url", e);

0 commit comments

Comments
 (0)