Forum

Please or Register to create posts and topics.

RealDebrid / extension browser

PreviousPage 2 of 2

Alrighty then. Let me me do that, then try again. Thanks.

Quote from whackamus on March 5, 2024, 3:19 am

gotta say, i like this so much better.

i've scripted the whole operation in python so that it's now much easier / less time-consuming than it was before. and this stuff downloads _fast_ from RealDebrid, too.

thank you, PB, as always.

Any chance you could share the script

I am finally able to download multiple zips files using the preceeding process, but they all require a password. I tried the password listed below the category, but no luck. What am I missing?

Should have done more research. It was a bug with the native Mac UnArchive app.

 

Password has never failed for me except on corrupted archive. Seem like a MAC "UnArchive" issue.

 

This probably won't help but here is the script/batch I use on my Windoze box:

set ZipPass=b0nn13mCmurr@y
set dirpath=%~dp0
set bak=%~dp0/bak
for /R "%~dp0" %%I in ("*.7z") do (
"C:\Program Files\7-Zip\7z.exe" x -p%ZipPass% -y -o"%%~dpI" "%%~fI"
)

move "%~dp0/*.7z" "%bak%/."

 

lkl and needlepoint have reacted to this post.
lklneedlepoint

It was a Mac issue. Thanks for the script, but I'm pretty new and doing it all by hand so far.

 

needlepoint has reacted to this post.
needlepoint
PreviousPage 2 of 2