Skip to content

Commit

Permalink
Update iqiyi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wd210010 authored Dec 13, 2023
1 parent b87188e commit bd807b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iqiyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# cron "30 7,10 * * *" script-path=xxx.py,tag=匹配cron用
# const $ = new Env('爱奇艺签到')

#变量 iqiyi cookie里面找P00001 P00003 dfp这三个参数 放在青龙config.sh里面或者在青龙变量分别设置这三个参数 此脚本不要瞎改
# export P00001 = ''
# export P00003 = ''
# export dfp = ''

import requests, random, string, hashlib, time, json,os
from json import dumps
Expand Down

0 comments on commit bd807b4

Please sign in to comment.