diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index 4a82f6be3..ff0f91a94 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -20,12 +20,6 @@ - - - - - - @@ -68,6 +62,8 @@ + + diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml deleted file mode 100644 index e51dee8f4..000000000 --- a/checkstyle/suppressions.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java index 54c1a68eb..1ce6ac0d0 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java @@ -54,7 +54,8 @@ public final class BandcampExtractorHelper { /** * Fetch artist details from mobile endpoint. - * + * * More technical info. */ public static JsonObject getArtistDetails(final String id) throws ParsingException { diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java index 428f96433..55d3082a2 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/ItagItem.java @@ -18,7 +18,7 @@ import javax.annotation.Nonnull; public class ItagItem { /** * List can be found here - * https://github.com/ytdl-org/youtube-dl/blob/9fc5eafb8e384453a49f7cfe73147be491f0b19d/youtube_dl/extractor/youtube.py#L1071 + * https://github.com/ytdl-org/youtube-dl/blob/9fc5eaf/youtube_dl/extractor/youtube.py#L1071 */ private static final ItagItem[] ITAG_LIST = { /////////////////////////////////////////////////////