U ev@sddlZddlmZddlmZddlZddgZzddlmZ Wn e k r`ddl mZ YnXze Z Wnek reZ YnXzeWnek reZYnXddZefd dZd d Zd d ZddZddZddZddZddZddZdhddZddZGdddZGd d!d!ZGd"d#d#eZ d$d%Z!d&d'Z"d(d)Z#d*d+Z$d,d-Z%d.d/Z&Gd0d1d1e Z'Gd2d3d3e'Z(Gd4d5d5e'Z)did7d8Z*djd9d:Z+e,d;ej-ej.BZ/e,dd?Z2e,d@Z3dAdBZ4dCdDZ5dEZ6dFZ7dGZ8dkdHdIZ9e,dJej:Z;dKdLZdPdQZ?dRdSZ@dTdUZAdVdWZBdXdYZCdldZd[ZDd\d]ZEd^d_ZFd`daZGdbdcZHGdddedeejIZJeKdfkrddglmLZLeLMdS)mN)etree)fragment_fromstring html_annotatehtmldiff)escapecCsdtt|d|fS)Nz%s) html_escape_unicode)textversionr >/opt/hc_python/lib64/python3.8/site-packages/lxml/html/diff.pydefault_markups rcCsVdd|D}|d}|ddD]}t|||}q"t|}t||}d|S)a doclist should be ordered from oldest to newest, like:: >>> version1 = 'Hello World' >>> version2 = 'Goodbye World' >>> print(html_annotate([(version1, 'version 1'), ... (version2, 'version 2')])) Goodbye World The documents must be *fragments* (str/UTF8 or unicode), not complete documents The markup argument is a function to markup the spans of words. This function is called like markup('Hello', 'version 2'), and returns HTML. The first argument is text and never includes any markup. The default uses a span with a title: >>> print(default_markup('Some Text', 'by Joe')) Some Text cSsg|]\}}t||qSr )tokenize_annotated).0docr r r r <sz!html_annotate..rrN)html_annotate_merge_annotationscompress_tokensmarkup_serialize_tokensjoinstrip)Zdoclistmarkup tokenlistZ cur_tokenstokensresultr r r r"s  cCs t|dd}|D] }||_q|S)zFTokenize a document and add an annotation attribute to each token F include_hrefs)tokenize annotation)rr rtokr r r rJs rc CsVt||d}|}|D]8\}}}}}|dkr|||} |||} t| | qdS)zMerge the annotations from tokens_old into tokens_new, when the tokens in the new document already existed in the old document. abequalN)InsensitiveSequenceMatcher get_opcodescopy_annotations) Z tokens_oldZ tokens_newscommandscommandi1i2j1j2Zeq_oldZeq_newr r r rRs   rcCs4t|t|kstt||D]\}}|j|_qdS)zN Copy annotations from the tokens listed in src to the tokens in dest N)lenAssertionErrorzipr )srcdestZsrc_tokZdest_tokr r r r(_sr(cCsV|dg}|ddD]:}|djsF|jsF|dj|jkrFt||q||q|S)zm Combine adjacent tokens when there is no HTML between the tokens, and they share an annotation rrN) post_tagspre_tagsr compress_merge_backappend)rrr!r r r rgs    rcCsv|d}t|tk s t|tk r,||nFt|}|jrD||j7}||7}t||j|j|jd}|j|_||d<dS)zY Merge tok into the last element of tokens (modifying the list of tokens in-place). r5r7r6trailing_whitespaceN)typetokenr9r r;r7r6r )rr!lastr mergedr r r r8vs  r8ccsP|D]F}|jEdH|}|||j}|jr8||j7}|V|jEdHqdS)zz Serialize the list of tokens into a list of text chunks, calling markup_func around text to add annotations. N)r7htmlr r;r6)rZ markup_funcr=r@r r r rs   rcCs0t|}t|}t||}d|}t|S)a Do a diff of the old and new document. The documents are HTML *fragments* (str/UTF8 or unicode), they are not complete documents (i.e., no tag). Returns HTML with and tags added around the appropriate text. Markup is generally ignored, with the markup from new_html preserved, and possibly some markup from old_html (though it is considered acceptable to lose some of the old markup). Only the words in the HTML are diffed. The exception is tags, which are treated like words, and the href attribute of tags, which are noted inside the tag itself when there are changes. r)rhtmldiff_tokensrrfixup_ins_del_tags)Zold_htmlZnew_htmlZold_html_tokensZnew_html_tokensrr r r rs  c Cst||d}|}g}|D]\}}}}} |dkrN|t||| ddq|dks^|dkrxt||| } t| ||dks|dkrt|||} t| |qt|}|S)z] Does a diff on the tokens themselves, returning a list of text chunks (not tokens). r"r%T)r%insertreplacedelete)r&r'extend expand_tokens merge_insert merge_deletecleanup_delete) Z html1_tokensZ html2_tokensr)r*rr+r,r-r.r/Z ins_tokensZ del_tokensr r r rAs   rAFccsR|D]H}|jEdH|r|js@|jr6||jVn |V|jEdHqdS)zeGiven a list of tokens, return a generator of the chunks of text for the data in the tokens. N)r7hide_when_equalr;r@r6)rr%r=r r r rGs   rGcCst|\}}}|||r:|dds:|dd7<|d|rj|ddrj|ddd|d<|||d||dS)z| doc is the already-handled document (as a list of text chunks); here we add ins_chunks to the end of that. r5 zNz )split_unbalancedrFendswithr9)Z ins_chunksrunbalanced_startbalancedunbalanced_endr r r rHs    rHc@s eZdZdS) DEL_STARTN__name__ __module__ __qualname__r r r r rRsrRc@s eZdZdS)DEL_ENDNrSr r r r rWsrWc@seZdZdZdS) NoDeleteszY Raised when the document no longer contains any pending deletes (DEL_START/DEL_END) N)rTrUrV__doc__r r r r rXsrXcCs"|t|||tdS)z Adds the text chunks in del_chunks to the document doc (another list of text chunks) with marker to show it is a delete. cleanup_delete later resolves these markers into tags.N)r9rRrFrW)Z del_chunksrr r r rIs  rIcCszt|\}}}Wntk r*YqYnXt|\}}}t|||t||||}|rx|ddsx|dd7<|d|r|ddr|ddd|d<|||d|||}q|S)a Cleans up any DEL_START/DEL_END markers in the document, replacing them with . To do this while keeping the document valid, it may need to drop some tags (either start or end tags). It may also move the del into adjacent tags to try to move it to a similar location where it was originally located (e.g., moving a delete into preceding
tag, if the del looks like (DEL_START, 'Text
', DEL_END)r5rLzNz ) split_deleterXrMlocate_unbalanced_startlocate_unbalanced_endrNr9rF)chunks pre_deleterE post_deleterOrPrQrr r r rJ s$        rJc Csg}g}g}g}|D]}|ds.||q|ddk}|dd}|tkr`||q|r|r|dd|kr|||\}}} | ||<q|r|dd|Dg}||q||q||t||f|d q|d d|Dd d|D}|||fS) a]Return (unbalanced_start, balanced, unbalanced_end), where each is a list of text and tag chunks. unbalanced_start is a list of all the tags that are opened, but not closed in this span. Similarly, unbalanced_end is a list of tags that are closed but were not opened. Extracting these might mean some reordering of the chunks./r5cSsg|]\}}}|qSr r )rnamepostagr r r rOsz$split_unbalanced..NcSsg|]\}}}|qSr r )rrcrdchunkr r r rXscSsg|]}|dk r|qSNr )rrfr r r rYs) startswithr9splitr empty_tagspoprFr0) r]startendZ tag_stackrPrfZendtagrcrdrer r r rM4s<          rMcCs\z|t}Wntk r&tYnX|t}|d|||d|||ddfS)z Returns (stuff_before_DEL_START, stuff_inside_DEL_START_END, stuff_after_DEL_END). Returns the first case found (there may be more DEL_STARTs in stuff_after_DEL_END). Raises NoDeletes if there's no DEL_START found. Nr)indexrR ValueErrorrXrW)r]rdpos2r r r rZ\s   rZcCs|sq|d}|dd}|s&q|d}|tks|dsBq|ddkrPq|dd}|dkrlq|dkstd|||kr|d||dqqqd S) a pre_delete and post_delete implicitly point to a place in the document (where the two were split). This moves that point (by popping items from one and pushing them onto the other). It moves the point to try to find a place where unbalanced_start applies. As an example:: >>> unbalanced_start = ['
'] >>> doc = ['

', 'Text', '

', '
', 'More Text', '
'] >>> pre, post = doc[:3], doc[3:] >>> pre, post (['

', 'Text', '

'], ['
', 'More Text', '
']) >>> locate_unbalanced_start(unbalanced_start, pre, post) >>> pre, post (['

', 'Text', '

', '
'], ['More Text', '
']) As you can see, we moved the point so that the dangling
that we found will be effectively replaced by the div in the original document. If this doesn't work out, we just throw away unbalanced_start without doing anything. rz<>r`rrainsdelzUnexpected delete tag: %rN)rirrRrhr1rkr9)rOr^r_finding finding_namenextrcr r r r[hs*   r[cCs|sq|d}|dd}|s&q|d}|tks|dsBq|dd}|dks|dkrfq||kr||d|qqqdS)zt like locate_unbalanced_start, except handling end tags and possibly moving the point earlier in the document. r5rrb tag, which takes up visible space just like a word but is only represented in a document by a tag. NrcCs2tj|dt|f|||d}||_||_||_|S)Nz%s: %sr:)r=rwr<redata html_repr)rxrer~rr7r6r;ryr r r rwsztag_token.__new__cCs d|j|j|j|j|j|jfS)NzRtag_token(%s, %s, html_repr=%s, post_tags=%r, pre_tags=%r, trailing_whitespace=%r))rer~rr7r6r;r{r r r rzsztag_token.__repr__cCs|jSrg)rr{r r r r@sztag_token.html)NNr)rTrUrVrYrwrzr@r r r r r}s r}c@seZdZdZdZddZdS) href_tokenzh Represents the href in an anchor tag. Unlike other words, we only show the href when it changes. TcCsd|S)Nz Link: %sr r{r r r r@szhref_token.htmlN)rTrUrVrYrKr@r r r r rsrTcCs2t|r|}n t|dd}t|d|d}t|S)ak Parse the given HTML and returns token objects (words with attached tags). This parses only the content of a page; anything in the head is ignored, and the and elements are themselves optional. The content is then parsed by lxml, which ensures the validity of the resulting parsed document (though lxml may make incorrect guesses when the markup is particular bad). and tags are also eliminated from the document, as that gets confusing. If include_hrefs is true, then the href attribute of tags is included as a special kind of diffable token.Tcleanup)skip_tagr)rZ iselement parse_html flatten_el fixup_chunks)r@rZbody_elr]r r r rs   rcCs|r t|}t|ddS)a Parses an HTML fragment, returning an lxml element. Note that the HTML will be wrapped in a
tag that was not in the original document. If cleanup is true, make sure there's no or , and get rid of any and tags. T)Z create_parent) cleanup_htmlr)r@rr r r rsrz z zcCsLt|}|r||d}t|}|r<|d|}td|}|S)z This 'cleans' the HTML, meaning that any page structure is removed (only the contents of are used, if there is any and tags are removed. Nr)_body_researchrm _end_body_rerl _ins_del_resub)r@matchr r r r,s   rz [ \t\n\r]$cCs$t|}|d|||dfS)zP This function takes a word, such as 'test ' and returns ('test',' ') rN)r0rstrip)wordZstripped_lengthr r r split_trailing_whitespace<s rc CsRg}d}g}|D]}t|tr|ddkrf|d}t|d\}}td||||d}g}||q|ddkr|d}t||dd }g}||qt|rt|\}}t|||d }g}||qt|r||qt |r |r||n&|st d ||||f|j |qd st q|s>td |d gS|dj ||S)zM This function takes a list of chunks and produces a list of tokens. Nrimgr)rr7r;hrefrL)r7r;z4Weird state, cur_word=%r, result=%r, chunks=%r of %rFr)r7r5) isinstancetuplerr}r9ris_wordr= is_start_tag is_end_tagr1r6rF) r]Z tag_accumZcur_wordrrfr3rer;rr r r rDsR             r) paramrZareabrZbasefontinputbasemetalinkcol)addressZ blockquotecenterdirdivdlZfieldsetformZh1Zh2Zh3Zh4Zh5Zh6hrZisindexZmenuZnoframesZnoscriptolppretableZul) dddtZframesetZliZtbodytdZtfootthZtheadtrccs|s0|jdkr&d|dt|fVn t|V|jtkrR|jsRt|sR|jsRdSt|j}|D]}t|Vq`|D]}t ||dEdHqt|jdkr|dr|rd|dfV|st |Vt|j}|D]}t|VqdS)a Takes an lxml element el, and generates all the text chunks for that tag. Each start tag is a chunk, each word is a chunk, and each end tag is a chunk. If skip_tag is true, then the outermost container tag is not returned (just its contents).rr3Nrr#r) reget start_tagrjr r0tail split_wordsrrend_tag)elrrZ start_wordsrchildZ end_wordsr r r rs$      rz \S+(?:\s+|$)cCs|r |sgSt|}|S)z_ Splits some text into words. Includes trailing whitespace on each word when appropriate. )rsplit_words_refindall)r wordsr r r rs  rz ^[ \t\n\r]cCs$d|jddd|jDfS)z= The text representation of the start tag for a tag. z<%s%s>rcSs"g|]\}}d|t|dfqS)z %s="%s"T)r)rrcvaluer r r rszstart_tag..)rerZattribitems)rr r r rs  rcCs*|jrt|jrd}nd}d|j|fS)zg The text representation of an end tag for a tag. Includes trailing whitespace when appropriate. rLrz%s)rstart_whitespace_rerre)rextrar r r rsrcCs |d S)Nr`rhr!r r r rsrcCs |dS)Nrvrrr r r rsrcCs|do|d S)Nr`rvrrr r r rsrcCs$t|dd}t|t|dd}|S)z Given an html string, move any or tags inside of any block-level elements, e.g. transform

word

to

word

FrT) skip_outer)r_fixup_ins_del_tagsserialize_html_fragment)r@rr r r rBs  rBcCsbt|trtd|tj|dtd}|rZ||ddd}|d|d}|S|SdS)z Serialize a single lxml element as HTML. The serialized form includes the elements tail. If skip_outer is true, then don't serialize the outermost tag z3You should pass in an element, not a string like %rr@)methodencoding>rNr`) r basestringr1rtostringr findrfindr)rrr@r r r rs rcCs@dD]6}|d|D]"}t|s$qt||d|qqdS)z?fixup_ins_del_tags that works on an lxml document in-place )rqrrzdescendant-or-self::%s)reN)Zxpath_contains_block_level_tag_move_el_inside_blockZdrop_tag)rrerr r r rs  rcCs4|jtks|jtkrdS|D]}t|rdSqdS)zPTrue if the element contains any block-level elements, like

, , etc. TF)reblock_level_tagsblock_level_container_tagsr)rrr r r rs rcCs|D]}t|rqNqt|}|j|_d|_|t||g|dd<dSt|D]l}t|rt|||jrt|}|j|_d|_|| |d|qVt|}| ||| |qV|jrt|}|j|_d|_|d|dS)zt helper for _fixup_ins_del_tags; actually takes the etc tags and moves them inside any block-level tags. Nrr) rrZElementr rFlistrrrCrnrDr9)rrerZ children_tagZtail_tagZ child_tagZtext_tagr r r rs2        rcCs|}|jpd}|jrXt|s,||j7}n,|djrL|dj|j7_n |j|d_||}|r|dkrtd}n ||d}|dkr|jr|j|7_q||_n|jr|j|7_n||_||||d<dS)z Removes an element, but merges its contents into its place, e.g., given

Hi there!

, if you remove the element you get

Hi there!

rr5rNr)Z getparentr rr0rnZ getchildren)rparentr rnpreviousr r r _merge_element_contents9s*      rc@seZdZdZdZddZdS)r&zt Acts like SequenceMatcher, but tries not to find very small equal blocks amidst large spans of changes rcsDtt|jt|j}t|j|dtj|}fdd|DS)Ncs$g|]}|dks|ds|qS)rr )ritem thresholdr r rgs zBInsensitiveSequenceMatcher.get_matching_blocks..)minr0r$rdifflibSequenceMatcherget_matching_blocks)r|sizeactualr rr rcs z.InsensitiveSequenceMatcher.get_matching_blocksN)rTrUrVrYrrr r r r r&[sr&__main__) _diffcommand)F)T)T)F)F)NrZlxmlrZ lxml.htmlrre__all__r@rr ImportErrorcgiunicoder NameErrorstrrrrrrr(rr8rrrArGrHrRrW ExceptionrXrIrJrMrZr[r\r=r}rrrcompileISrrrrZend_whitespace_rerrrjrrrUrrrrrrrrrBrrrrrrr&rTrmainr r r r s     ( & '( 2)   6       "