Skip to content

Commit

Permalink
Correct a typo in iqiyi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Oct 14, 2020
1 parent fb7664a commit c271363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/extractors/iqiyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use @fffonion 's method in #617.
Add trace AVM(asasm) code in Iqiyi's encode function where the salt is put into the encode array and reassemble by RABCDasm(or WinRABCDasm),then use Fiddler to response modified file to replace the src file with its AutoResponder function ,set browser Fiddler proxy and play with !debug version! Flash Player ,finially get result in flashlog.txt(its location can be easily found in search engine).
Code Like (without letters after #comment:),it just do the job : trace("{IQIYI_SALT}:"+salt_array.join(""))
```(Postion After getTimer)
```(Position After getTimer)
findpropstrict QName(PackageNamespace(""), "trace")
pushstring "{IQIYI_SALT}:" #comment for you to locate the salt
getscopeobject 1
Expand Down

0 comments on commit c271363

Please sign in to comment.