[Bandcamp] Fix deprecation in parseDate helper function

This commit is contained in:
TobiGr
2020-12-19 10:40:21 +01:00
parent 116e921d6c
commit 74b46fed2d
2 changed files with 16 additions and 10 deletions

View File

@@ -14,7 +14,10 @@ import org.schabi.newpipe.extractor.stream.StreamExtractor;
import org.schabi.newpipe.extractor.stream.StreamType;
import java.io.IOException;
import java.util.*;
import java.util.Calendar;
import java.util.Collections;
import java.util.List;
import java.util.TimeZone;
import static org.junit.Assert.*;
import static org.schabi.newpipe.extractor.ServiceList.Bandcamp;