denobisipsis / adownloader

Automatically exported from code.google.com/p/atresdownloader
32 stars 16 forks source link

cmd5x.js for iqiyi #89

Open xiayyu opened 7 years ago

xiayyu commented 7 years ago

iqiyi seems update their new javascript @3/21/2017, I can't get the same vf value matches the one I obtain form a devtoolbox. I am not sure if I use wrong url or the cmd5x.js need an update. Could you please check this out.

denobisipsis commented 7 years ago

Just tried a link and it worked.

yangl326-Dylan commented 7 years ago

how to get the final json, after get the vp. the code in the following picture is the old one, I can't get the valid json url, get 405. image

yangl326-Dylan commented 7 years ago

how to use cmd5x.js

denobisipsis commented 7 years ago

html request: use src 01010031010010000000 and salt 3sj8xof48xof4tk9f4tk9ypgk9ypg5ul PC vf request: src 1702633101b340d8917a69cf8a4b8c7c and salt u6fnp3eok0dpftcq9qbr4n9svk8tqh7u PC ibt request: src 1702633101b340d8917a69cf8a4b8c7c and salt t6hrq6k0n6n6k6qdh6tje6wpb62v7654

salt is for md5 of cache

yangl326-Dylan commented 7 years ago

@denobisipsis
thank you for reply.

i don't quite understand the difference among html , PC vf and PC ibt. I thought they are just different ways to get the final urls in pc or mobile or tv. am i right? i have use src 1702633101b340d8917a69cf8a4b8c7c and salt u6fnp3eok0dpftcq9qbr4n9svk8tqh7u to get the 'l', after i put all pieces into a url, i got 405. so I dont know how to get the final url, and i'm not sure am i right . thank you very much

yangl326-Dylan commented 7 years ago

@denobisipsis
I have found the solution from issue#92. Thank you very much!