Open tr1as3c opened 3 weeks ago
can you try this? sharedownt.zip
npm i
or yarn install
npm start
or yarn start
thank you for your prompt response.
the folder now opens, but sharedown keeps loading:
after a while I get another puppeteer error:
the same scenario happens when I select a video:
I'm not sure if this worth mentioning, but when I first ran npm i
then started sharedown it gave me this error:
so, I had to manually copy the puppeteer folder from the installed version to the node_modules folder of the version we are testing now.
ah missing hidden file in the zip, https://github.com/kylon/Sharedown/blob/main/.puppeteerrc.cjs
anything in logs?
sharedownLog.log runPuppeteerGetURLListFromFolder: error
to download a single video, dont use import but add url and use url from context menu->copy
this adds more logs sharedownt2.zip
after multiple tries, the only solution that worked is to download videos one by one. it didn't work directly because it requires to sign in to download the video. the workaround that worker with me to bypass that is to:
thanks so much for helping me solving this issue.
if you are going that way, you can just add all urls at once in add url input and enable settings to keep chrome data and brower open to avoid 2fa issues, this way it will be automatic
thanks for the suggestion. downloading bulk videos now will be easier and more practical. is there an option to select and add all videos inside the folder to download queue in one step?
its the import from folder
I have a problem importing url from folder. Whenever I click on the Import button to get the folder url, I get a Puppeteer Error.
Sharedown version: Current release 5.3.4
URL Structure (doesn't require sign-in) https://xxx-my.sharepoint.com/:f:/p/mohamed_anwar/Eq43lzuJHE5IrHnC7_Ou1KUBvg2NJ-pp6sMJvt03xSocfg
Thanks in advance!