Closed StealthBadger747 closed 3 years ago
Second that question.
So, it should be possible, but still in beta. Head over to 2020.02.15_beta, and download the beta version there.
Then on a browser, login to access your video with SSO. After that, you copy the value of the cookie _zm_kms
. Finally, launch the zoomdl command as usual, but add -a 'theCookieYouJustCopied'
.
It's still experimental, so I'd appreciate feedback on that.
Utilizing Firefox's "Storage Inspector" tools, I don't have the _zm_kms
cookie, but I do have the following underscore-first cookies: __zlcmid
, _zm_cdn_blocked
, _zm_csp_script_nonce
, _zm_currency
, _zm_date_format
, _zm_lang
, _zm_launcher
, _zm_mtk_guid
, _zm_page_auth
, _zm_rf_sp
, _zm_ssid
.
Edit: turns out the _zm_ssid
cookie was the one I was looking for in this example.
If I download it and unzip it and then run
./zoomdl -p 'mypw' -i 'ssid cookie' -u myurl
I get
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/pascal/Downloads/zoomdl-2021.02.15_beta/./zoomdl/main.py", line 20, in
I'm on arch linux and I run python 3.9.2
Prerequisite
Question I am wondering if there is the possibility to download lectures that require a SSO login?