Skip to content

Commit cdcb66b

Browse files
committed
Clean up stuff from mix pl
Coming from unclean merge and missing hints from IDE
1 parent ba8782a commit cdcb66b

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ public class YoutubeParsingHelper {
6565
private YoutubeParsingHelper() {
6666
}
6767

68-
/**
69-
* The official youtube app supports intents in this format, where after the ':' is the videoId.
70-
* Accordingly there are other apps sharing streams in this format.
71-
*/
72-
public final static String BASE_YOUTUBE_INTENT_URL = "vnd.youtube";
73-
7468
private static final String HARDCODED_CLIENT_VERSION = "2.20200214.04.00";
7569
private static String clientVersion;
7670

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeMixPlaylistExtractorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public class YoutubeMixPlaylistExtractorTest {
4141
private static final String VIDEO_ID = "_AzeUSL9lZc";
4242
private static final String VIDEO_TITLE =
4343
"Most Beautiful And Emotional Piano: Anime Music Shigatsu wa Kimi no Uso OST IMO";
44+
private static final Map<String, String> dummyCookie
45+
= Collections.singletonMap(YoutubeMixPlaylistExtractor.COOKIE_NAME, "whatever");
4446

4547
private static YoutubeMixPlaylistExtractor extractor;
46-
private static Map<String, String> dummyCookie
47-
= Collections.singletonMap(YoutubeMixPlaylistExtractor.COOKIE_NAME, "whatever");
4848

4949
public static class Mix {
5050

0 commit comments

Comments
 (0)