Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3 ÝPf/lã@s�dZddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl Z ddl Z ddl m Z ddl mZddlmZddlmZddlmZmZmZmZmZmZmZmZmZmZmZmZm Z m!Z!dd l"m#Z#dd l$m%Z%dd l&m'Z'm(Z(m)Z)m*Z*dfZ+ej,ƒZ-dddœZ.ej/ƒdk�r0dd„Z0dd„Zdd„Z1dd„Z2dgdd„Z3dd„Z4dd „Z5d!d"„Z6d#d$„Z7d%d&„Z8dhd'd(„Z9d)d*„Z:d+d,„Z;d-d.„Zd3d4„Z?d5d6„Z@eAdiƒZBd9d:„ZCd;d<„ZDd=d>„ZEd?d@„ZFdAdB„ZGdCdD„ZHejIdEdF„ƒZJdGdH„ZKdjdIdJ„ZLdKdL„ZMdkdNdO„ZNdPdQ„ZOdRdS„ZPdTjQdUƒZReRdVZSeRdWZTdXdY„ZUdZd[„ZVd\d]„ZWejXd^ƒZYejXd_ƒZZd`da„Z[dbdc„Z\ddde„Z]dS)lz” requests.utils ~~~~~~~~~~~~~~ This module provides utility functions that are used within Requests that are also useful for external consumption. éNé)Ú __version__)Úcerts)Úto_native_string)Úparse_http_list)ÚquoteÚurlparseÚbytesÚstrÚ OrderedDictÚunquoteÚ getproxiesÚ proxy_bypassÚ urlunparseÚ basestringÚ integer_typesÚis_py3Úproxy_bypass_environmentÚgetproxies_environment)Úcookiejar_from_dict)ÚCaseInsensitiveDict)Ú InvalidURLÚ InvalidHeaderÚFileModeWarningÚUnrewindableBodyErrorú.netrcÚ_netrcéPi»)ZhttpZhttpsZWindowsc CsÖtrddl}nddl}y2|j|jdƒ}|j|dƒd}|j|dƒd}Wntk r\dSX| sj| rndS|jdƒ}xX|D]P}|dkr–d|kr–d S|jdd ƒ}|jd d ƒ}|jd dƒ}t j ||t j ƒr~d Sq~WdS)Nrz;Software\Microsoft\Windows\CurrentVersion\Internet SettingsZ ProxyEnableZ ProxyOverrideFú;zÚ.Tz\.Ú*z.*ú?) rÚwinregÚ_winregÚOpenKeyÚHKEY_CURRENT_USERZ QueryValueExÚOSErrorÚsplitÚreplaceÚreÚmatchÚI)Úhostr"ZinternetSettingsZ proxyEnableZ proxyOverrideZtest©r-ú/usr/lib/python3.6/utils.pyÚproxy_bypass_registry.s2        r/cCstƒrt|ƒSt|ƒSdS)zšReturn True, if the host should be bypassed. Checks proxy settings gathered from the environment, if specified, or the registry. N)rrr/)r,r-r-r.rOsrcCst|dƒr|jƒ}|S)z/Returns an internal sequence dictionary update.Úitems)Úhasattrr0)Údr-r-r.Údict_to_sequence[s r3cCs2d}d}t|dƒrt|ƒ}nbt|dƒr.|j}nPt|dƒr~y |jƒ}Wntjk rZYn$Xtj|ƒj}d|jkr~t j dt ƒt|dƒ�ry |j ƒ}Wn$t tfk rº|dk r¶|}Yn\Xt|dƒoÌ|dk�ry&|jdd ƒ|j ƒ}|j|pðdƒWnt tfk �rd}YnX|dk�r$d}td||ƒS) NrÚ__len__ÚlenÚfilenoÚba%Requests has determined the content-length for this request using the binary size of the file: however, the file has been opened in text mode (i.e. without the 'b' flag in the mode). This may lead to an incorrect content-length. In Requests 3.0, support will be removed for files in text mode.ÚtellÚseeké)r1r5r6ÚioÚUnsupportedOperationÚosÚfstatÚst_sizeÚmodeÚwarningsÚwarnrr8r&ÚIOErrorr9Úmax)ÚoZ total_lengthZcurrent_positionr6r-r-r.Ú super_lends@             rFFc Csyöddlm}m}d}xJtD]B}ytjjdj|ƒƒ}Wntk rJdSXtjj|ƒr|}PqW|dkrndSt |ƒ}d}t |t ƒrŽ|j dƒ}|j j|ƒd} y6||ƒj| ƒ} | rÒ| dr¾dnd} | | | dfSWn|tfk rò|rî‚YnXWnttfk �rYnXdS) z;Returns the Requests tuple auth for a given url from netrc.r)ÚnetrcÚNetrcParseErrorNz~/{0}ó:Úasciirr:)rGrHÚ NETRC_FILESr=ÚpathÚ expanduserÚformatÚKeyErrorÚexistsrÚ isinstancer ÚdecodeÚnetlocr'ZauthenticatorsrCÚ ImportErrorÚAttributeError) ÚurlZ raise_errorsrGrHZ netrc_pathÚfÚlocZriZsplitstrr,rZlogin_ir-r-r.Úget_netrc_auth¡s8     rYcCsBt|ddƒ}|r>t|tƒr>|ddkr>|ddkr>tjj|ƒSdS)z0Tries to guess the filename of the given object.ÚnameNrúéÿÿÿÿ)ÚgetattrrQrr=rLÚbasename)ÚobjrZr-r-r.Úguess_filenameÔs  racCs.|dkr dSt|ttttfƒr&tdƒ‚t|ƒS)aÅTake an object and test to see if it can be represented as a dictionary. Unless it can not be represented as such, return an OrderedDict, e.g., :: >>> from_key_val_list([('key', 'val')]) OrderedDict([('key', 'val')]) >>> from_key_val_list('string') ValueError: need more than 1 value to unpack >>> from_key_val_list({'key': 'val'}) OrderedDict([('key', 'val')]) :rtype: OrderedDict Nz+cannot encode objects that are not 2-tuples)rQr r ÚboolÚintÚ ValueErrorr )Úvaluer-r-r.Úfrom_key_val_listÜs rfcCsB|dkr dSt|ttttfƒr&tdƒ‚t|tjƒr:|jƒ}t |ƒS)aŒTake an object and test to see if it can be represented as a dictionary. If it can be, return a list of tuples, e.g., :: >>> to_key_val_list([('key', 'val')]) [('key', 'val')] >>> to_key_val_list({'key': 'val'}) [('key', 'val')] >>> to_key_val_list('string') ValueError: cannot encode objects that are not 2-tuples. :rtype: list Nz+cannot encode objects that are not 2-tuples) rQr r rbrcrdÚ collectionsÚMappingr0Úlist)rer-r-r.Úto_key_val_listõs rjcCs\g}xRt|ƒD]F}|dd…|dd…ko4dknrJt|dd…ƒ}|j|ƒqW|S)aParse lists as described by RFC 2068 Section 2. In particular, parse comma-separated lists where the elements of the list may include quoted-strings. A quoted-string could contain a comma. A non-quoted string could have quotes in the middle. Quotes are removed automatically after parsing. It basically works like :func:`parse_set_header` just that items may appear multiple times and case sensitivity is preserved. The return value is a standard :class:`list`: >>> parse_list_header('token, "quoted value"') ['token', 'quoted value'] To create a header from the :class:`list` again, use the :func:`dump_header` function. :param value: a string with a list header. :return: :class:`list` :rtype: list Nrú"r]r])Ú_parse_list_headerÚunquote_header_valueÚappend)reÚresultÚitemr-r-r.Úparse_list_headers (rqcCs|i}xrt|ƒD]f}d|kr$d||<q|jddƒ\}}|dd…|dd…koVdknrlt|dd…ƒ}|||<qW|S)a^Parse lists of key, value pairs as described by RFC 2068 Section 2 and convert them into a python dict: >>> d = parse_dict_header('foo="is a fish", bar="as well"') >>> type(d) is dict True >>> sorted(d.items()) [('bar', 'as well'), ('foo', 'is a fish')] If there is no value for a key it will be `None`: >>> parse_dict_header('key_without_value') {'key_without_value': None} To create a header from the :class:`dict` again, use the :func:`dump_header` function. :param value: a string with a dict header. :return: :class:`dict` :rtype: dict ú=Nrrkr]r])rlr'rm)rerorprZr-r-r.Úparse_dict_header1s( rscCs^|rZ|d|d kodknrZ|dd …}| sF|dd…dkrZ|jddƒjddƒS|S) zçUnquotes a header value. (Reversal of :func:`quote_header_value`). This does not use the real unquoting but what browsers are actually using for quoting. :param value: the header value to unquote. :rtype: str rrrkNr:z\\ú\z\"r]r])r()reZ is_filenamer-r-r.rmTs $ rmcCs"i}x|D]}|j||j<q W|S)z€Returns a key/value dictionary from a CookieJar. :param cj: CookieJar object to extract cookies from. :rtype: dict )rerZ)ÚcjÚ cookie_dictZcookier-r-r.Údict_from_cookiejarms rwcCs t||ƒS)zÂReturns a CookieJar from a key/value dictionary. :param cj: CookieJar to insert cookies into. :param cookie_dict: Dict of key/values to insert into CookieJar. :rtype: CookieJar )r)rurvr-r-r.Úadd_dict_to_cookiejar|srxcCsTtjdtƒtjdtjd�}tjdtjd�}tjdƒ}|j|ƒ|j|ƒ|j|ƒS)zlReturns encodings from given content string. :param content: bytestring to extract encodings from. z¤In requests 3.0, get_encodings_from_content will be removed. For more information, please see the discussion on issue #2266. (This warning should only appear once.)z!])Úflagsz+]z$^<\?xml.*?encoding=["\']*(.+?)["\'>])rArBÚDeprecationWarningr)Úcompiler+Úfindall)ÚcontentZ charset_reZ pragma_reZxml_rer-r-r.Úget_encodings_from_content‡s r~cCsF|jdƒ}|sdStj|ƒ\}}d|kr6|djdƒSd|krBdSdS)z}Returns encodings from given HTTP Header Dict. :param headers: dictionary to extract encoding from. :rtype: str z content-typeNÚcharsetz'"Útextz ISO-8859-1)ÚgetÚcgiZ parse_headerÚstrip)ÚheadersZ content_typeÚparamsr-r-r.Úget_encoding_from_headers›s r†ccsr|jdkr"x|D] }|VqWdStj|jƒdd�}x |D]}|j|ƒ}|r:|Vq:W|jddd�}|rn|VdS)zStream decodes a iterator.Nr()ÚerrorsóT)Úfinal)ÚencodingÚcodecsÚgetincrementaldecoderrR)ÚiteratorÚrrpÚdecoderÚchunkÚrvr-r-r.Ústream_decode_response_unicode°s      r’ccsLd}|dks|dkrt|ƒ}x*|t|ƒkrF||||…V||7}qWdS)z Iterate over slices of a string.rN)r5)ÚstringZ slice_lengthÚposr-r-r.Ú iter_slicesÂs r•cCsvtjdtƒg}t|jƒ}|rJy t|j|ƒStk rH|j|ƒYnXyt|j|dd�St k rp|jSXdS)zâReturns the requested content back in unicode. :param r: Response object to get unicode content from. Tried: 1. charset from content-type 2. fall back and replace all unicode characters :rtype: str z£In requests 3.0, get_unicode_from_response will be removed. For more information, please see the discussion on issue #2266. (This warning should only appear once.)r()r‡N) rArBrzr†r„r r}Ú UnicodeErrorrnÚ TypeError)rŽZtried_encodingsrŠr-r-r.Úget_unicode_from_responseÌs   r˜Z4ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzz0123456789-._~c CsÈ|jdƒ}x²tdt|ƒƒD] }||dd…}t|ƒdkrª|jƒrªytt|dƒƒ}Wn tk rttd|ƒ‚YnX|tkr˜|||dd…||<qºd||||<qd||||<qWdj |ƒS) z¨Un-escape any percent-escape sequences in a URI that are unreserved characters. This leaves all reserved, illegal and non-ASCII bytes encoded. :rtype: str ú%rrr:éz%Invalid percent-escape sequence: '%s'NÚ) r'Úranger5ÚisalnumÚchrrcrdrÚUNRESERVED_SETÚjoin)ÚuriÚpartsÚiÚhÚcr-r-r.Úunquote_unreservedõs r¦c Cs:d}d}ytt|ƒ|d�Stk r4t||d�SXdS)z¬Re-quote the given URI. This function passes the given URI through an unquote/quote cycle to ensure that it is fully and consistently quoted. :rtype: str z!#$%&'()*+,/:;=?@[]~z!#$&'()*+,/:;=?@[]~)ZsafeN)rr¦r)r¡Zsafe_with_percentZsafe_without_percentr-r-r.Ú requote_uri s r§cCsltjdtj|ƒƒd}|jdƒ\}}tjdtjtt|ƒƒƒƒd}tjdtj|ƒƒd|@}||@||@kS)zïThis function allows you to check if an IP belongs to a network subnet Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 :rtype: bool z=Lrú/)ÚstructÚunpackÚsocketÚ inet_atonr'Údotted_netmaskrc)ÚipZnetZipaddrZnetaddrÚbitsZnetmaskZnetworkr-r-r.Úaddress_in_network#s r°cCs&ddd|>dA}tjtjd|ƒƒS)z�Converts mask from /xx format to xxx.xxx.xxx.xxx Example: if mask is 24 function returns 255.255.255.0 :rtype: str lÿÿré z>I)r«Z inet_ntoar©Úpack)Úmaskr¯r-r-r.r­2sr­c Cs*ytj|ƒWntjk r$dSXdS)z :rtype: bool FT)r«r¬Úerror)Z string_ipr-r-r.Úis_ipv4_address=s rµcCsˆ|jdƒdkr€yt|jdƒdƒ}Wntk r8dSX|dksJ|dkrNdSytj|jdƒdƒWq„tjk r|dSXndSdS)zV Very simple check of the cidr format in no_proxy variable. :rtype: bool r¨rFr±rT)Úcountrcr'rdr«r¬r´)Zstring_networkr³r-r-r.Ú is_valid_cidrHsr·c csT|dk }|r"tjj|ƒ}|tj|<z dVWd|rN|dkrDtj|=n |tj|<XdS)zÎSet the environment variable 'env_name' to 'value' Save previous value, yield, and then restore the previous value stored in the environment variable 'env_name'. If 'value' is None, do nothingN)r=Úenvironr�)Zenv_namereZ value_changedZ old_valuer-r-r.Ú set_environ`s    r¹c Csdd„}|}|dkr|dƒ}t|ƒj}|rÀdd„|jddƒjd ƒDƒ}|jd ƒd }t|ƒr�xb|D](}t|ƒr~t||ƒrŠd Sqb||krbd SqbWn0x.|D]&}|j|ƒs¸|jd ƒd j|ƒr–d Sq–Wtd|ƒ�2y t |ƒ}Wnt t j fk röd }YnXWdQRX|�r d Sd S)zL Returns whether we should bypass proxies or not. :rtype: bool cSstjj|ƒptjj|jƒƒS)N)r=r¸r�Úupper)Úkr-r-r.Ú|sz'should_bypass_proxies..NÚno_proxycss|]}|r|VqdS)Nr-)Ú.0r,r-r-r.ú ‰sz(should_bypass_proxies..ú r›ú,ú:rTF) rrSr(r'rµr·r°Úendswithr¹rr—r«Zgaierror) rVr½Z get_proxyZ no_proxy_argrSr®Zproxy_ipr,Zbypassr-r-r.Úshould_bypass_proxiesvs4       rÄcCst||d�riStƒSdS)zA Return a dict of environment proxies. :rtype: dict )r½N)rÄr )rVr½r-r-r.Úget_environ_proxies¯s rÅcCsv|pi}t|ƒ}|jdkr.|j|j|jdƒƒS|jd|j|jd|jdg}d}x|D]}||krX||}PqXW|S)z­Select a proxy for the url, if applicable. :param url: The url being for the request :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs NÚallz://zall://)rZhostnamer�Úscheme)rVZproxiesZurlpartsZ proxy_keysÚproxyZ proxy_keyr-r-r.Ú select_proxy»s  rÉúpython-requestscCs d|tfS)zO Return a string representing the default user agent. :rtype: str z%s/%s)r)rZr-r-r.Údefault_user_agentÕsrËcCsttƒdjdƒdddœƒS)z9 :rtype: requests.structures.CaseInsensitiveDict z, ÚgzipÚdeflatez*/*z keep-alive)z User-AgentzAccept-EncodingZAcceptZ Connection)rÌrÍ)rrËr r-r-r-r.Údefault_headersÞs rÎc CsÀg}d}x²tjd|ƒD]¢}y|jddƒ\}}Wntk rL|d}}YnXd|jdƒi}xP|jdƒD]B}y|jdƒ\}}Wntk r”PYnX|j|ƒ||j|ƒ<qhW|j|ƒqW|S) z¼Return a dict of parsed link headers proxies. i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" :rtype: list z '"z, * '"rr)r)r'rdrƒrn) reZlinksZ replace_charsÚvalrVr…ÚlinkZparamÚkeyr-r-r.Úparse_header_linksês rÒúrJr:écCsÐ|dd…}|tjtjfkr dS|dd…tjkr6dS|dd…tjtjfkrRdS|jtƒ}|dkrhd S|dkrœ|ddd…tkr†d S|d dd…tkrœd S|dkrÌ|dd…t kr¸d S|d d…t krÌdSdS)z :rtype: str Nézutf-32rÔz utf-8-sigr:zutf-16rzutf-8z utf-16-berz utf-16-lez utf-32-bez utf-32-le) r‹Ú BOM_UTF32_LEÚ BOM_UTF32_BEÚBOM_UTF8Ú BOM_UTF16_LEÚ BOM_UTF16_BEr¶Ú_nullÚ_null2Ú_null3)ÚdataZsampleZ nullcountr-r-r.Úguess_json_utfs*  rßcCs8t||ƒ\}}}}}}|s$||}}t||||||fƒS)zªGiven a URL that may or may not have a scheme, prepend the given scheme. Does not replace a present scheme with the one provided as an argument. :rtype: str )rr)rVZ new_schemerÇrSrLr…ÚqueryÚfragmentr-r-r.Úprepend_scheme_if_needed1s râc CsBt|ƒ}yt|jƒt|jƒf}Wnttfk r<d}YnX|S)z{Given a url with authentication components, extract them into a tuple of username,password. :rtype: (str,str) r›)r›r›)rr ZusernameZpasswordrUr—)rVZparsedZauthr-r-r.Úget_auth_from_urlBs  rãs^\S[^\r\n]*$|^$z^\S[^\r\n]*$|^$c Csf|\}}t|tƒrt}nt}y|j|ƒs4td|ƒ‚Wn*tk r`td||t|ƒfƒ‚YnXdS)zÕVerifies that header value is a string which doesn't contain leading whitespace or return characters. This prevents unintended header injection. :param header: tuple, in the format (name, value). z7Invalid return character or leading space in header: %sz>Value for header {%s: %s} must be of type str or bytes, not %sN)rQr Ú_CLEAN_HEADER_REGEX_BYTEÚ_CLEAN_HEADER_REGEX_STRr*rr—Útype)ÚheaderrZreZpatr-r-r.Úcheck_header_validityWs  rècCsFt|ƒ\}}}}}}|s"||}}|jddƒd}t|||||dfƒS)zW Given a url remove the fragment and the authentication part. :rtype: str ú@rr›r])rÚrsplitr)rVrÇrSrLr…ràrár-r-r.Ú urldefragauthls  rëc Cs`t|jddƒ}|dk rTt|jtƒrTy||jƒWq\ttfk rPtdƒ‚Yq\Xntdƒ‚dS)zfMove file pointer back to its recorded starting position so it can be read again on redirect. r9Nz;An error occurred when rewinding request body for redirect.z+Unable to rewind request body for redirect.)r^ZbodyrQZ_body_positionrrCr&r)Zprepared_requestZ body_seekr-r-r.Ú rewind_body}srì)rr)F)FzBABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~)N)rÊ)^Ú__doc__r‚r‹rgÚ contextlibr;r=Úplatformr)r«r©rArr›rZ_internal_utilsrÚcompatrrlrrr r r r r rrrrrrrZcookiesrZ structuresrÚ exceptionsrrrrrKÚwhereZDEFAULT_CA_BUNDLE_PATHZ DEFAULT_PORTSÚsystemr/r3rFrYrarfrjrqrsrmrwrxr~r†r’r•r˜Ú frozensetrŸr¦r§r°r­rµr·Úcontextmanagerr¹rÄrÅrÉrËrÎrÒÚencoderÛrÜrÝrßrârãr{rärårèrërìr-r-r-r.Ú s†    @   !  = 3 #   %  9   "