karim0sec / Bulk-Tiktoks-Downloader

Simple Script to bulk download TikTok clips without a watermark, used node js and puppeteer headless browser to titles + append #shorts and save videos
MIT License
81 stars 33 forks source link

Can you help me fix it #15

Closed Rafael7bp closed 2 years ago

Rafael7bp commented 2 years ago

Im getting this error messege:

PS C:\Users\Usuario> node allvideosuser https://www.tiktok.com/@davidbeckham node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module 'C:\Users\Usuario\allvideosuser' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }

karim0sec commented 2 years ago

put package.json in same location

use ( npm init ) command will fix it

Rafael7bp commented 2 years ago

I did not understand how to fix

Rafael7bp commented 2 years ago

I did what you asked but it did not work