From fe3902c6690ea679974fae143af80ee621defe1e Mon Sep 17 00:00:00 2001 From: XiangRongLin <41164160+XiangRongLin@users.noreply.github.com> Date: Fri, 8 Jan 2021 16:11:36 +0100 Subject: [PATCH] Un-comment out 360p webm --- .../org/schabi/newpipe/extractor/services/youtube/ItagItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0b367686..03d40ce5 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 @@ -60,7 +60,7 @@ public class ItagItem { new ItagItem(278, VIDEO_ONLY, WEBM, "144p"), new ItagItem(242, VIDEO_ONLY, WEBM, "240p"), -// new ItagItem(243, VIDEO_ONLY, WEBM, "360p"), + new ItagItem(243, VIDEO_ONLY, WEBM, "360p"), new ItagItem(244, VIDEO_ONLY, WEBM, "480p"), new ItagItem(245, VIDEO_ONLY, WEBM, "480p"), new ItagItem(246, VIDEO_ONLY, WEBM, "480p"),