Socket
Socket
Sign inDemoInstall

cookieyoutubeuploader

Package Overview
Dependencies
169
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

14

modules/upload.js

@@ -135,4 +135,2 @@

await clickSelector(page, "#next-button")
await clickSelector(page, "#next-button")
await clickSelector(page, "#next-button")

@@ -144,5 +142,4 @@ let finishedText = await waitForXPath(page, `/html/body/ytcp-uploads-dialog/tp-yt-paper-dialog/div/ytcp-animatable[2]/div/div[1]/ytcp-video-upload-progress/span`)

if (currentText.includes("Check")) {
if (currentText.includes("Check") || currentText.includes("HD")) {
clearInterval(lastInterval)
await clickSelector(page, "#done-button")

@@ -154,2 +151,11 @@ resolve2()

if(videoDetails.subtitles){
await clickSelector(page, "#subtitles-button")
await clickSelector(page, "#choose-upload-file")
await uploadFileSelector(page, "#confirm-button", videoDetails.subtitles)
}
await clickSelector(page, "#next-button")
await clickSelector(page, "#next-button")
await clickSelector(page, `#close-icon-button > tp-yt-iron-icon`)

@@ -156,0 +162,0 @@ resolve()

{
"name": "cookieyoutubeuploader",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc