From 48c64cd0adda2804a595a4a2bc7a2cbd3b7f3dd1 Mon Sep 17 00:00:00 2001 From: goodtube4u Date: Mon, 22 Jul 2024 20:53:15 +1000 Subject: [PATCH] Tidy --- goodtube.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goodtube.js b/goodtube.js index d070169..1a23cfc 100644 --- a/goodtube.js +++ b/goodtube.js @@ -274,7 +274,7 @@ }); } - // Make the youtube player the lowest quality to save on bandwidth + // Make the youtube player the lowest quality to save on bandwidth (via the frame API) function goodTube_youtube_lowestQuality() { let youtubeFrameAPI = document.getElementById('movie_player'); @@ -6153,7 +6153,7 @@ }, (delaySeconds * 1000)); } - // Download the entire playlist (currently only works on desktop cus frame API limitations) + // Download the entire playlist function goodTube_downloadPlaylist(type, noPrompt) { // Show a "are you sure cus it takes some time" sort of message if (typeof noPrompt === 'undefined' && !confirm("Are you sure you want to download this playlist ("+type+")?\r\rYou can keep playing and downloading other videos, just don't close the tab :)")) {