Closed sureshthiyam1337 closed 1 year ago
Brother, it seems the problem isn't due to expired cookies or jstoken and dp-logid. If those things are expired, how can it still works to get the video details, Recheck "verify_v2" , they have recently implemented Google recaptcha in the login. Let you put recaptcha bypassing part in your code, parameters when I captured the download request, I got "verify_v2".
Thanks in advance.
Hi
The download problem is entirely caused by cookies, jstoken and dp-logid. If you have this information, you can send a request to get the download link
As for getting sharelink information, there's absolutely no need for cookies, jstoken and dp-logid (look at my code and you'll see)
Thanks
I tried sending request using postman putting all the required headers, tokens, but in the response I still get "verify_v2" error. Can you show me screenshot if you can fix the download url using the information that you mentioned?
I tried sending request using postman putting all the required headers, tokens, but in the response I still get "verify_v2" error. Can you show me screenshot if you can fix the download url using the information that you mentioned?
I don't get an error when I send a request to get the download link:
My params: app_id, web, channel, clienttype, jsToken, dp-logid, shareid, sign, timestamp, product, nozip, fid_list, uk, primaryid My header: Cookie
Can you make a proper installation way of your typescript project on server, after downloading your repo, some files are missing, like .env config files, please list out the mandatory files needed for installation? Also check your telegram message.
Can you make a proper installation way of your typescript project on server, after downloading your repo, some files are missing, like .env config files, please list out the mandatory files needed for installation? Also check your telegram message.
Follow this:
Can I host it on aws ec2 , vercel and shared hosting too?
Can I host it on aws ec2 , vercel and shared hosting too?
Maybe, i don't know, but this project work nice on cloudflare.
Brother, it seems the problem isn't due to expired cookies or jstoken and dp-logid. If those things are expired, how can it still works to get the video details, Recheck "verify_v2" , they have recently implemented Google recaptcha in the login. Let you put recaptcha bypassing part in your code, parameters when I captured the download request, I got "verify_v2".
Thanks in advance.