Emergency Update: Pineapple Express += 2 (1.1.2)

This commit is contained in:
rainbownapkin 2024-10-12 08:01:30 -04:00
parent 05f0eb0048
commit 1cdf5f8ab9
10 changed files with 2083 additions and 983 deletions

View file

@ -37,7 +37,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
var CL_VERSION = "1.1.1";
var CL_VERSION = "1.1.2";
var GS_VERSION = 1.7; // Google Drive Userscript
var CLIENT = {

View file

@ -1773,11 +1773,11 @@
e = error1;
return console.error(e);
}
} else if ((USEROPTS.yt_source !== "OFYT" && data.type == "yt")) {
data.ofyt = data.id;
data.id = data.meta.rawLink;//set link and spoof mov/h264
data.type = "fi";
data.meta.codec = "mov/h264";
} else if ((USEROPTS.yt_source !== "OFYT" && data.type == "yt") || data.type == "dm") {
data.ofyt = data.id;
data.id = data.meta.rawLink;//set link and spoof mov/h264
data.type = "fi";
data.meta.codec = "mov/h264";
try {
return window.PLAYER = new FilePlayer(data);
} catch (error1) {