/// Examples: "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
/// </summary>
[JsonProperty("jn")]
publicstringJn{get;set;}="Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1";
varsCode="function iqiyi_sha1(e,t,r){var n,o,i,a,s,p,g,v,b,w=0,x=[],S=0,E=!1,A=[],k=[],T=!1;if(r=r||{},this.shatype=e,n=r.encoding||'UTF8',b=r.numRounds||1,i=h(t,n),b!==parseInt(b,10)||1>b)throw Error(\"numRounds must a integer >= 1\");if('SHA-1'!==e)throw Error(\"Chosen SHA variant is not supported\");s=512,p=y,g=m,a=160,v=function(e){return e.slice()},o=_(e),this.setHMACKey=function(t,r,i){var c;if(!0===E)throw Error(\"HMAC key already set\");if(!0===T)throw Error(\"Cannot set HMAC key after calling update\");if(n=(i||{}).encoding||\"UTF8\",r=h(r,n)(t),t=r.binLen,r=r.value,c=s>>>3,i=c/4-1,c<t/8){for(r=g(r,t,0,_(e),a);r.length<=i;)r.push(0);r[i]&=4294967040}else if(c>t/8){for(;r.length<=i;)r.push(0);r[i]&=4294967040}for(t=0;t<=i;t+=1)A[t]=909522486^r[t],k[t]=1549556828^r[t];o=p(A,o),w=s,E=!0},this.update=function(e){var t,r,n,a=0,c=s>>>5;for(t=i(e,x,S),e=t.binLen,r=t.value,t=e>>>5,n=0;n<t;n+=c)a+s<=e&&(o=p(r.slice(n,n+c),o),a+=s);w+=a,x=r.slice(a>>>5),S=e%s,T=!0},this.getHash=function(t,r){var n,i,s,h;if(!0===E)throw Error(\"Cannot call getHash after setting HMAC key\");switch(s=d(r),t){case\"HEX\":n=function(e){return c(e,a,s)};break;case\"B64\":n=function(e){return u(e,a,s)};break;case\"BYTES\":n=function(e){return f(e,a)};break;case\"ARRAYBUFFER\":try{i=new ArrayBuffer(0)}catch(p){throw Error(\"ARRAYBUFFER not supported by this environment\")}n=function(e){return l(e,a)};break;default:throw Error(\"format must be HEX, B64, BYTES, or ARRAYBUFFER\")}for(h=g(x.slice(),S,w,v(o),a),i=1;i<b;i+=1)h=g(h,a,0,_(e),a);return n(h)},this.getHMAC=function(t,r){var n,i,h,y;if(!1===E)throw Error(\"Cannot call getHMAC without first setting HMAC key\");switch(h=d(r),t){case\"HEX\":n=function(e){return c(e,a,h)};break;case\"B64\":n=function(e){return u(e,a,h)};break;case\"BYTES\":n=function(e){return f(e,a)};break;case\"ARRAYBUFFER\":try{n=new ArrayBuffer(0)}catch(m){throw Error(\"ARRAYBUFFER not supported by this environment\")}n=function(e){return l(e,a)};break;default:throw Error(\"outputFormat must be HEX, B64, BYTES, or ARRAYBUFFER\")}return i=g(x.slice(),S,w,v(o),a),y=p(k,_(e||this.shatype)),y=g(i,a,s,y,a),n(y)}}function o(e,t,r){var n,o,i,a,s,c=e.length;if(t=t||[0],r=r||0,s=r>>>3,0!==c%2)throw Error(\"String of HEX type must be in byte increments\");for(n=0;n<c;n+=2){if(o=parseInt(e.substr(n,2),16),isNaN(o))throw Error(\"String of HEX type contains invalid characters\");for(a=(n>>>1)+s,i=a>>>2;t.length<=i;)t.push(0);t[i]|=o<<8*(3-a%4)}return{value:t,binLen:4*c+r}}function i(e,t,r){var n,o,i,a,s=[],s=t||[0];for(r=r||0,o=r>>>3,n=0;n<e.length;n+=1)t=e.charCodeAt(n),a=n+o,i=a>>>2,s.length<=i&&s.push(0),s[i]|=t<<8*(3-a%4);return{value:s,binLen:8*e.length+r}}function a(e,t,r){var n,o,i,a,s,c,u=[],f=0,u=t||[0];if(r=r||0,t=r>>>3,-1===e.search(/^[a-zA-Z0-9=+\\/]+$/))throw Error(\"Invalid character in base-64 string\");if(o=e.indexOf(\"=\"),e=e.replace(/\\=/g,\"\"),-1!==o&&o<e.length)throw Error(\"Invalid '=' found in base-64 string\");for(o=0;o<e.length;o+=4){for(s=e.substr(o,4),i=a=0;i<s.length;i+=1)n=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".indexOf(s[i]),a|=n<<18-6*i;for(i=0;i<s.length-1;i+=1){for(c=f+t,n=c>>>2;u.length<=n;)u.push(0);u[n]|=(a>>>16-8*i&255)<<8*(3-c%4),f+=1}}return{value:u,binLen:8*f+r}}function s(e,t,r){var n,o,i,a=[],a=t||[0];for(r=r||0,n=r>>>3,t=0;t<e.byteLength;t+=1)i=t+n,o=i>>>2,a.length<=o&&a.push(0),a[o]|=e[t]<<8*(3-i%4);return{value:a,binLen:8*e.byteLength+r}}function c(e,t,r){var n=\"\";t/=8;var o,i;for(o=0;o<t;o+=1)i=e[o>>>2]>>>8*(3-o%4),n+=\"0123456789abcdef\".charAt(i>>>4&15)+\"0123456789abcdef\".charAt(15&i);return r.outputUpper?n.toUpperCase():n}function u(e,t,r){var n,o,i,a=\"\",s=t/8;for(n=0;n<s;n+=3)for(o=n+1<s?e[n+1>>>2]:0,i=n+2<s?e[n+2>>>2]:0,i=(e[n>>>2]>>>8*(3-n%4)&255)<<16|(o>>>8*(3-(n+1)%4)&255)<<8|i>>>8*(3-(n+2)%4)&255,o=0;4>o;o+=1)a+=8*n+6*o<=t?\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".charAt(i>>>6*(3-o)&63):r.b64Pad;return a}function f(e,t){var r,n,o=\"\",i=t/8;for(r=0;r<i;r+=1)n=e[r>>>2]>>>8*(3-r%4)&255,o+=String.fromCharCode(n);return o}function l(e,t){var r,n=t/8,o=new ArrayBuffer(n);for(r=0;r<n;r+=1)o[r]=e[r>>>2]>>>8*(3-r%4)&255;return o}function d(e){var t={outputUpper:!1,b64Pad:\"=\",shakeLen:-1};if(e=e||{},t.outputUpper=e.outputUpper||!1,!0===e.hasOwnProperty(\"b64Pad\")&&(t.b64Pad=e.b64Pad),\"boolean\"!=typeof t.outputUpper)throw Error(\"Invalid outputUpper formatting option\");if(\"string\"!=typeof t.b64Pad)throw Error(\"Invalid b64Pad formatting option\");return t}function h(e,t){var r;switch(t){case\"UTF8\":case\"UTF16BE\":case\"UTF16LE\":break;default:throw Error(\"encoding must be UTF8, UTF16BE, or UTF16LE\")}switch(e){case\"HEX\":r=o;break;case\"TEXT\":r=function(e,r,n){var o,i,a,s,c,u=[],f=[],l=0,u=r||[0];if(r=n||0,a=r>>>3,\"UTF8\"===t)for(o=0;o<e.length;o+=1)for(n=e.charCodeAt(o),f=[],128>n?f.push(n):2048>n?(f.push(192|n>>>6),f.push(128|63&n)):55296>n||57344<=n?f.push(224|n>>>12,128|n>>>6&63,128|63&n):(o+=1,n=65536+((1023&n)<<10|1023&e.charCodeAt(o)),f.push(240|n>>>18,128|n>>>12&63,128|n>>>6&63,128|63&n)),i=0;i<f.length;i+=1){for(c=l+a,s=c>>>2;u.length<=s;)u.push(0);u[s]|=f[i]<<8*(3-c%4),l+=1}else if(\"UTF16BE\"===t||\"UTF16LE\"===t)for(o=0;o<e.length;o+=1){for(n=e.charCodeAt(o),\"UTF16LE\"===t&&(i=255&n,n=i<<8|n>>>8),c=l+a,s=c>>>2;u.length<=s;)u.push(0);u[s]|=n<<8*(2-c%4),l+=2}return{value:u,binLen:8*l+r}};break;case\"B64\":r=a;break;case\"BYTES\":r=i;break;case\"ARRAYBUFFER\":try{r=new ArrayBuffer(0)}catch(n){throw Error(\"ARRAYBUFFER not supported by this environment\")}r=s;break;default:throw Error(\"format must be HEX, TEXT, B64, BYTES, or ARRAYBUFFER\")}return r}function p(e,t){return e<<t|e>>>32-t}function g(e,t){var r=(65535&e)+(65535&t);return((e>>>16)+(t>>>16)+(r>>>16)&65535)<<16|65535&r}function v(e,t,r,n,o){var i=(65535&e)+(65535&t)+(65535&r)+(65535&n)+(65535&o);return((e>>>16)+(t>>>16)+(r>>>16)+(n>>>16)+(o>>>16)+(i>>>16)&65535)<<16|65535&i}function _(e){var t=[];if(\"SHA-1\"!==e)throw Error(\"No SHA variants supported\");return t=[1732584193,4023233417,2562383102,271733878,3285377520]}function y(e,t){var r,n,o,i,a,s,c,u=[];for(r=t[0],n=t[1],o=t[2],i=t[3],a=t[4],c=0;80>c;c+=1)u[c]=16>c?e[c]:p(u[c-3]^u[c-8]^u[c-14]^u[c-16],1),s=20>c?v(p(r,5),n&o^~n&i,a,1518500249,u[c]):40>c?v(p(r,5),n^o^i,a,1859775393,u[c]):60>c?v(p(r,5),n&o^n&i^o&i,a,2400959708,u[c]):v(p(r,5),n^o^i,a,3395469782,u[c]),a=i,i=o,o=p(n,30),n=r,r=s;return t[0]=g(r,t[0]),t[1]=g(n,t[1]),t[2]=g(o,t[2]),t[3]=g(i,t[3]),t[4]=g(a,t[4]),t}function m(e,t,r,n){var o;for(o=(t+65>>>9<<4)+15;e.length<=o;)e.push(0);for(e[t>>>5]|=128<<24-t%32,t+=r,e[o]=4294967295&t,e[o-1]=t/4294967296|0,t=e.length,o=0;o<t;o+=16)n=y(e.slice(o,o+16),n);return n}function run(e){var t=new iqiyi_sha1('SHA-1','TEXT');return t.setHMACKey('eade56028e252b77f7a0b8792e58b9cc','TEXT'),t.update(e),t.getHMAC('HEX')}";