From 10ae3db1184036e79c311583a3a0f2a6af5df6ad Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Mon, 20 Apr 2020 23:03:12 +0200 Subject: [PATCH] Bandcamp javadoc: Replace br tags with p tags --- .../extractors/BandcampExtractorHelper.java | 6 +++--- .../BandcampStreamLinkHandlerFactory.java | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) 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 39c7d1fd..a9f4ec74 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 @@ -16,9 +16,9 @@ import java.util.Arrays; public class BandcampExtractorHelper { /** - * Get JSON behind var $variable = out of web page - *
- * Originally a part of bandcampDirect. + *

Get JSON behind var $variable = out of web page

+ * + *

Originally a part of bandcampDirect.

* * @param html The HTML where the JSON we're looking for is stored inside a * variable inside some JavaScript block diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampStreamLinkHandlerFactory.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampStreamLinkHandlerFactory.java index 80a297df..2d7495b9 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampStreamLinkHandlerFactory.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampStreamLinkHandlerFactory.java @@ -6,10 +6,10 @@ import org.schabi.newpipe.extractor.exceptions.ParsingException; import org.schabi.newpipe.extractor.linkhandler.LinkHandlerFactory; /** - * Tracks don't have standalone ids, they are always in combination with the band id. - * That's why id = url. Instead, URLs are cleaned up so that they always look the same. - *

- * Radio (bandcamp weekly) shows do have ids. + *

Tracks don't have standalone ids, they are always in combination with the band id. + * That's why id = url. Instead, URLs are cleaned up so that they always look the same.

+ * + *

Radio (bandcamp weekly) shows do have ids.

*/ public class BandcampStreamLinkHandlerFactory extends LinkHandlerFactory { @@ -43,9 +43,9 @@ public class BandcampStreamLinkHandlerFactory extends LinkHandlerFactory { * Sometimes, the root page of an artist is also an album or track * page. In that case, it is assumed that one actually wants to open * the profile and not the track it has set as the default one. - *

Urls are expected to be in this format to account for - * custom domains: - *
https:// * . * /track/ * + *

Urls are expected to be in this format to account for + * custom domains:

+ * https:// * . * /track/ * */ @Override public boolean onAcceptUrl(String url) {