20.8 KB
/srv/reproducible-results/rbuild-debian/r-b-build.Rn4OjMTz/b1/python-itemloaders_1.3.2-1_arm64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.Rn4OjMTz/b2/python-itemloaders_1.3.2-1_arm64.changes
307 B
Files
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
  
1 ·e7cc04f4920e577ebbb7f9382b891de3·42424·doc·optional·python-itemloaders-doc_1.3.2-1_all.deb1 ·1c53c7255e11c064e93726ea3390dfad·42424·doc·optional·python-itemloaders-doc_1.3.2-1_all.deb
2 ·95fe51d571c3d61bd2fba4149fe52145·12196·python·optional·python3-itemloaders_1.3.2-1_all.deb2 ·95fe51d571c3d61bd2fba4149fe52145·12196·python·optional·python3-itemloaders_1.3.2-1_all.deb
20.3 KB
python-itemloaders-doc_1.3.2-1_all.deb
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
20.1 KB
data.tar.xz
20.1 KB
data.tar
628 B
./usr/share/doc/python-itemloaders-doc/html/README.html
    
Offset 125, 15 lines modifiedOffset 125, 15 lines modified
125 ··········</div>125 ··········</div>
126 ··········<footer>126 ··········<footer>
  
127 ··<hr/>127 ··<hr/>
  
128 ··<div·role="contentinfo">128 ··<div·role="contentinfo">
129 ····<p>&#169;·Copyright·Zyte·Group·Ltd.129 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
130 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.130 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
131 ······</span></p>131 ······</span></p>
132 ··</div>132 ··</div>
  
133 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a133 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
134 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>134 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
135 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.135 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
136 ···136 ···
642 B
./usr/share/doc/python-itemloaders-doc/html/_modules/index.html
    
Offset 81, 15 lines modifiedOffset 81, 15 lines modified
81 ··········</div>81 ··········</div>
82 ··········<footer>82 ··········<footer>
  
83 ··<hr/>83 ··<hr/>
  
84 ··<div·role="contentinfo">84 ··<div·role="contentinfo">
85 ····<p>&#169;·Copyright·Zyte·Group·Ltd.85 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
86 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.86 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
87 ······</span></p>87 ······</span></p>
88 ··</div>88 ··</div>
  
89 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a89 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
90 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>90 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
91 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.91 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
92 ···92 ···
1.18 KB
./usr/share/doc/python-itemloaders-doc/html/_modules/itemloaders/processors.html
    
Offset 345, 15 lines modifiedOffset 345, 15 lines modified
345 ··········</div>345 ··········</div>
346 ··········<footer>346 ··········<footer>
  
347 ··<hr/>347 ··<hr/>
  
348 ··<div·role="contentinfo">348 ··<div·role="contentinfo">
349 ····<p>&#169;·Copyright·Zyte·Group·Ltd.349 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
350 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.350 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
351 ······</span></p>351 ······</span></p>
352 ··</div>352 ··</div>
  
353 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a353 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
354 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>354 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
355 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.355 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
356 ···356 ···
527 B
html2text {}
    
Offset 296, 9 lines modifiedOffset 296, 9 lines modified
296 ····def·__init__(self,·separator:·str·=·"·"):296 ····def·__init__(self,·separator:·str·=·"·"):
297 ········self.separator·=·separator297 ········self.separator·=·separator
  
298 ····def·__call__(self,·values:·Any)·->·str:298 ····def·__call__(self,·values:·Any)·->·str:
299 ········return·self.separator.join(values)299 ········return·self.separator.join(values)
  
300 ===============================================================================300 ===============================================================================
301 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.301 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
302 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.302 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.24 KB
./usr/share/doc/python-itemloaders-doc/html/_modules/itemloaders.html
    
Offset 783, 15 lines modifiedOffset 783, 15 lines modified
783 ··········</div>783 ··········</div>
784 ··········<footer>784 ··········<footer>
  
785 ··<hr/>785 ··<hr/>
  
786 ··<div·role="contentinfo">786 ··<div·role="contentinfo">
787 ····<p>&#169;·Copyright·Zyte·Group·Ltd.787 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
788 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.788 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
789 ······</span></p>789 ······</span></p>
790 ··</div>790 ··</div>
  
791 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a791 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
792 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>792 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
793 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.793 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
794 ···794 ···
610 B
html2text {}
    
Offset 750, 9 lines modifiedOffset 750, 9 lines modified
750 ········if·not·hasattr(self.selector,·"jmespath"):750 ········if·not·hasattr(self.selector,·"jmespath"):
751 ············raise·AttributeError(751 ············raise·AttributeError(
752 ················"Please·install·parsel·>=·1.8.1·to·get·jmespath·support"752 ················"Please·install·parsel·>=·1.8.1·to·get·jmespath·support"
753 ············)753 ············)
754 ········return·flatten(self.selector.jmespath(jmes).getall()·for·jmes·in·jmess)754 ········return·flatten(self.selector.jmespath(jmes).getall()·for·jmes·in·jmess)
  
755 ===============================================================================755 ===============================================================================
756 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.756 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
757 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.757 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.37 KB
./usr/share/doc/python-itemloaders-doc/html/api-reference.html
    
Offset 503, 15 lines modifiedOffset 503, 15 lines modified
503 ········<a·href="release-notes.html"·class="btn·btn-neutral·float-right"·title="Release·notes"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>503 ········<a·href="release-notes.html"·class="btn·btn-neutral·float-right"·title="Release·notes"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
504 ····</div>504 ····</div>
  
505 ··<hr/>505 ··<hr/>
  
506 ··<div·role="contentinfo">506 ··<div·role="contentinfo">
507 ····<p>&#169;·Copyright·Zyte·Group·Ltd.507 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
508 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.508 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
509 ······</span></p>509 ······</span></p>
510 ··</div>510 ··</div>
  
511 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a511 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
512 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>512 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
513 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.513 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
514 ···514 ···
588 B
html2text {}
    
Offset 276, 9 lines modifiedOffset 276, 9 lines modified
276 ············adding·it.276 ············adding·it.
277 ··············Returns:277 ··············Returns:
278 ··················The·current·ItemLoader·instance·for·method·chaining.278 ··················The·current·ItemLoader·instance·for·method·chaining.
279 ··············Return·type:279 ··············Return·type:
280 ··················_\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r280 ··················_\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r
281 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t281 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
282 ===============================================================================282 ===============================================================================
283 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.283 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
284 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.284 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.34 KB
./usr/share/doc/python-itemloaders-doc/html/built-in-processors.html
    
Offset 245, 15 lines modifiedOffset 245, 15 lines modified
245 ········<a·href="api-reference.html"·class="btn·btn-neutral·float-right"·title="API·Reference"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>245 ········<a·href="api-reference.html"·class="btn·btn-neutral·float-right"·title="API·Reference"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
246 ····</div>246 ····</div>
  
247 ··<hr/>247 ··<hr/>
  
248 ··<div·role="contentinfo">248 ··<div·role="contentinfo">
249 ····<p>&#169;·Copyright·Zyte·Group·Ltd.249 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
250 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.250 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
251 ······</span></p>251 ······</span></p>
252 ··</div>252 ··</div>
  
253 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a253 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
254 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>254 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
255 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.255 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
256 ···256 ···
550 B
html2text {}
    
Offset 132, 9 lines modifiedOffset 132, 9 lines modified
132 ······Example:132 ······Example:
133 ······>>>·from·itemloaders.processors·import·TakeFirst133 ······>>>·from·itemloaders.processors·import·TakeFirst
134 ······>>>·proc·=·TakeFirst()134 ······>>>·proc·=·TakeFirst()
135 ······>>>·proc(['',·'one',·'two',·'three'])135 ······>>>·proc(['',·'one',·'two',·'three'])
136 ······'one'136 ······'one'
137 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t137 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
138 ===============================================================================138 ===============================================================================
139 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.139 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
140 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.140 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.72 KB
./usr/share/doc/python-itemloaders-doc/html/declaring-loaders.html
    
Offset 132, 15 lines modifiedOffset 132, 15 lines modified
132 ········<a·href="processors.html"·class="btn·btn-neutral·float-right"·title="Input·and·Output·processors"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>132 ········<a·href="processors.html"·class="btn·btn-neutral·float-right"·title="Input·and·Output·processors"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
133 ····</div>133 ····</div>
  
134 ··<hr/>134 ··<hr/>
  
135 ··<div·role="contentinfo">135 ··<div·role="contentinfo">
136 ····<p>&#169;·Copyright·Zyte·Group·Ltd.136 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
137 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.137 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
138 ······</span></p>138 ······</span></p>
139 ··</div>139 ··</div>
  
140 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a140 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
141 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>141 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
142 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.142 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
143 ···143 ···
932 B
html2text {}
    
Offset 48, 9 lines modifiedOffset 48, 9 lines modified
48 ······Check·out·_\x8i_\x8t_\x8e_\x8m_\x8a_\x8d_\x8a_\x8p_\x8t_\x8e_\x8r_\x8·_\x8f_\x8i_\x8e_\x8l_\x8d_\x8·_\x8m_\x8e_\x8t_\x8a_\x8d_\x8a_\x8t_\x8a·for·more·information.48 ······Check·out·_\x8i_\x8t_\x8e_\x8m_\x8a_\x8d_\x8a_\x8p_\x8t_\x8e_\x8r_\x8·_\x8f_\x8i_\x8e_\x8l_\x8d_\x8·_\x8m_\x8e_\x8t_\x8a_\x8d_\x8a_\x8t_\x8a·for·more·information.
49 ······Added·in·version·1.0.1.49 ······Added·in·version·1.0.1.
50 ···3.·Item·Loader·defaults:·_\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8._\x8d_\x8e_\x8f_\x8a_\x8u_\x8l_\x8t_\x8__\x8i_\x8n_\x8p_\x8u_\x8t_\x8__\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8(_\x8)·and50 ···3.·Item·Loader·defaults:·_\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8._\x8d_\x8e_\x8f_\x8a_\x8u_\x8l_\x8t_\x8__\x8i_\x8n_\x8p_\x8u_\x8t_\x8__\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8(_\x8)·and
51 ······_\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8._\x8d_\x8e_\x8f_\x8a_\x8u_\x8l_\x8t_\x8__\x8o_\x8u_\x8t_\x8p_\x8u_\x8t_\x8__\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8(_\x8)·(least·precedence)51 ······_\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8._\x8d_\x8e_\x8f_\x8a_\x8u_\x8l_\x8t_\x8__\x8o_\x8u_\x8t_\x8p_\x8u_\x8t_\x8__\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8(_\x8)·(least·precedence)
52 See·also:·_\x8R_\x8e_\x8u_\x8s_\x8i_\x8n_\x8g_\x8·_\x8a_\x8n_\x8d_\x8·_\x8e_\x8x_\x8t_\x8e_\x8n_\x8d_\x8i_\x8n_\x8g_\x8·_\x8I_\x8t_\x8e_\x8m_\x8·_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s.52 See·also:·_\x8R_\x8e_\x8u_\x8s_\x8i_\x8n_\x8g_\x8·_\x8a_\x8n_\x8d_\x8·_\x8e_\x8x_\x8t_\x8e_\x8n_\x8d_\x8i_\x8n_\x8g_\x8·_\x8I_\x8t_\x8e_\x8m_\x8·_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s.
53 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t53 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
54 ===============================================================================54 ===============================================================================
55 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.55 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
56 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.56 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.52 KB
./usr/share/doc/python-itemloaders-doc/html/extending-loaders.html
    
Offset 124, 15 lines modifiedOffset 124, 15 lines modified
124 ········<a·href="built-in-processors.html"·class="btn·btn-neutral·float-right"·title="Available·built-in·processors"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>124 ········<a·href="built-in-processors.html"·class="btn·btn-neutral·float-right"·title="Available·built-in·processors"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
125 ····</div>125 ····</div>
  
126 ··<hr/>126 ··<hr/>
  
127 ··<div·role="contentinfo">127 ··<div·role="contentinfo">
128 ····<p>&#169;·Copyright·Zyte·Group·Ltd.128 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
129 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.129 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
130 ······</span></p>130 ······</span></p>
131 ··</div>131 ··</div>
  
132 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a132 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
133 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>133 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
134 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.134 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
135 ···135 ···
714 B
html2text {}
    
Offset 44, 9 lines modifiedOffset 44, 9 lines modified
44 There·are·many·other·possible·ways·to·extend,·inherit·and·override·your·Item44 There·are·many·other·possible·ways·to·extend,·inherit·and·override·your·Item
45 Loaders,·and·different·Item·Loaders·hierarchies·may·fit·better·for·different45 Loaders,·and·different·Item·Loaders·hierarchies·may·fit·better·for·different
46 projects.·itemloaders·only·provides·the·mechanism;·it·doesn’t·impose·any46 projects.·itemloaders·only·provides·the·mechanism;·it·doesn’t·impose·any
47 specific·organization·of·your·Loaders·collection·-·that’s·up·to·you·and·your47 specific·organization·of·your·Loaders·collection·-·that’s·up·to·you·and·your
48 project’s·needs.48 project’s·needs.
49 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t49 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
50 ===============================================================================50 ===============================================================================
51 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.51 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
52 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.52 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.64 KB
./usr/share/doc/python-itemloaders-doc/html/genindex.html
    
Offset 259, 15 lines modifiedOffset 259, 15 lines modified
259 ··········</div>259 ··········</div>
260 ··········<footer>260 ··········<footer>
  
261 ··<hr/>261 ··<hr/>
  
262 ··<div·role="contentinfo">262 ··<div·role="contentinfo">
263 ····<p>&#169;·Copyright·Zyte·Group·Ltd.263 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
264 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.264 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
265 ······</span></p>265 ······</span></p>
266 ··</div>266 ··</div>
  
267 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a267 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
268 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>268 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
269 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.269 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
270 ···270 ···
1.02 KB
html2text {}
    
Offset 55, 9 lines modifiedOffset 55, 9 lines modified
55 ······_\x8(_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8·_\x8m_\x8e_\x8t_\x8h_\x8o_\x8d_\x8)·······_\x8(_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8·_\x8m_\x8e_\x8t_\x8h_\x8o_\x8d_\x8)55 ······_\x8(_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8·_\x8m_\x8e_\x8t_\x8h_\x8o_\x8d_\x8)·······_\x8(_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8·_\x8m_\x8e_\x8t_\x8h_\x8o_\x8d_\x8)
56 *\x8**\x8**\x8**\x8**\x8*·S\x8S·*\x8**\x8**\x8**\x8**\x8*56 *\x8**\x8**\x8**\x8**\x8*·S\x8S·*\x8**\x8**\x8**\x8**\x8*
57 ····*·_\x8S_\x8e_\x8l_\x8e_\x8c_\x8t_\x8J_\x8m_\x8e_\x8s_\x8·_\x8(_\x8c_\x8l_\x8a_\x8s_\x8s_\x8·_\x8i_\x8n········*·_\x8s_\x8e_\x8l_\x8e_\x8c_\x8t_\x8o_\x8r_\x8·_\x8(_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8·_\x8a_\x8t_\x8t_\x8r_\x8i_\x8b_\x8u_\x8t_\x8e_\x8)57 ····*·_\x8S_\x8e_\x8l_\x8e_\x8c_\x8t_\x8J_\x8m_\x8e_\x8s_\x8·_\x8(_\x8c_\x8l_\x8a_\x8s_\x8s_\x8·_\x8i_\x8n········*·_\x8s_\x8e_\x8l_\x8e_\x8c_\x8t_\x8o_\x8r_\x8·_\x8(_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8I_\x8t_\x8e_\x8m_\x8L_\x8o_\x8a_\x8d_\x8e_\x8r_\x8·_\x8a_\x8t_\x8t_\x8r_\x8i_\x8b_\x8u_\x8t_\x8e_\x8)
58 ······_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8s_\x8)58 ······_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8s_\x8)
59 *\x8**\x8**\x8**\x8**\x8*·T\x8T·*\x8**\x8**\x8**\x8**\x8*59 *\x8**\x8**\x8**\x8**\x8*·T\x8T·*\x8**\x8**\x8**\x8**\x8*
60 ····*·_\x8T_\x8a_\x8k_\x8e_\x8F_\x8i_\x8r_\x8s_\x8t_\x8·_\x8(_\x8c_\x8l_\x8a_\x8s_\x8s_\x8·_\x8i_\x8n_\x8·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8s_\x8)60 ····*·_\x8T_\x8a_\x8k_\x8e_\x8F_\x8i_\x8r_\x8s_\x8t_\x8·_\x8(_\x8c_\x8l_\x8a_\x8s_\x8s_\x8·_\x8i_\x8n_\x8·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8._\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8s_\x8)
61 ===============================================================================61 ===============================================================================
62 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.62 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
63 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.63 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.65 KB
./usr/share/doc/python-itemloaders-doc/html/index.html
    
Offset 233, 15 lines modifiedOffset 233, 15 lines modified
233 ········<a·href="declaring-loaders.html"·class="btn·btn-neutral·float-right"·title="Declaring·Item·Loaders"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>233 ········<a·href="declaring-loaders.html"·class="btn·btn-neutral·float-right"·title="Declaring·Item·Loaders"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
234 ····</div>234 ····</div>
  
235 ··<hr/>235 ··<hr/>
  
236 ··<div·role="contentinfo">236 ··<div·role="contentinfo">
237 ····<p>&#169;·Copyright·Zyte·Group·Ltd.237 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
238 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.238 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
239 ······</span></p>239 ······</span></p>
240 ··</div>240 ··</div>
  
241 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a241 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
242 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>242 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
243 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.243 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
244 ···244 ···
885 B
html2text {}
    
Offset 126, 9 lines modifiedOffset 126, 9 lines modified
126 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x84_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x81_\x81_\x8-_\x81_\x82_\x8)126 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x84_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x81_\x81_\x8-_\x81_\x82_\x8)
127 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x83_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x89_\x8-_\x80_\x89_\x8)127 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x83_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x89_\x8-_\x80_\x89_\x8)
128 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x82_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x88_\x8-_\x80_\x85_\x8)128 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x82_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x88_\x8-_\x80_\x85_\x8)
129 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x81_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x87_\x8-_\x80_\x82_\x8)129 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x81_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x87_\x8-_\x80_\x82_\x8)
130 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x80_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x85_\x8-_\x81_\x88_\x8)130 ··········o·_\x8i_\x8t_\x8e_\x8m_\x8l_\x8o_\x8a_\x8d_\x8e_\x8r_\x8s_\x8·_\x81_\x8._\x80_\x8._\x80_\x8·_\x8(_\x82_\x80_\x82_\x80_\x8-_\x80_\x85_\x8-_\x81_\x88_\x8)
131 _\x8N_\x8e_\x8x_\x8t131 _\x8N_\x8e_\x8x_\x8t
132 ===============================================================================132 ===============================================================================
133 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.133 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
134 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.134 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.46 KB
./usr/share/doc/python-itemloaders-doc/html/loaders-context.html
    
Offset 128, 15 lines modifiedOffset 128, 15 lines modified
128 ········<a·href="nested-loaders.html"·class="btn·btn-neutral·float-right"·title="Nested·Loaders"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>128 ········<a·href="nested-loaders.html"·class="btn·btn-neutral·float-right"·title="Nested·Loaders"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
129 ····</div>129 ····</div>
  
130 ··<hr/>130 ··<hr/>
  
131 ··<div·role="contentinfo">131 ··<div·role="contentinfo">
132 ····<p>&#169;·Copyright·Zyte·Group·Ltd.132 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
133 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.133 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
134 ······</span></p>134 ······</span></p>
135 ··</div>135 ··</div>
  
136 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a136 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
137 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>137 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
138 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.138 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
139 ···139 ···
679 B
html2text {}
    
Offset 39, 9 lines modifiedOffset 39, 9 lines modified
39 ···3.·On·Item·Loader·declaration,·for·those·input/output·processors·that39 ···3.·On·Item·Loader·declaration,·for·those·input/output·processors·that
40 ······support·instantiating·them·with·an·Item·Loader·context.·_\x8M_\x8a_\x8p_\x8C_\x8o_\x8m_\x8p_\x8o_\x8s_\x8e·is·one40 ······support·instantiating·them·with·an·Item·Loader·context.·_\x8M_\x8a_\x8p_\x8C_\x8o_\x8m_\x8p_\x8o_\x8s_\x8e·is·one
41 ······of·them:41 ······of·them:
42 ······class·ProductLoader(ItemLoader):42 ······class·ProductLoader(ItemLoader):
43 ··········length_out·=·MapCompose(parse_length,·unit='cm')43 ··········length_out·=·MapCompose(parse_length,·unit='cm')
44 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t44 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
45 ===============================================================================45 ===============================================================================
46 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.46 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
47 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.47 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.46 KB
./usr/share/doc/python-itemloaders-doc/html/nested-loaders.html
    
Offset 124, 15 lines modifiedOffset 124, 15 lines modified
124 ········<a·href="extending-loaders.html"·class="btn·btn-neutral·float-right"·title="Reusing·and·extending·Item·Loaders"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>124 ········<a·href="extending-loaders.html"·class="btn·btn-neutral·float-right"·title="Reusing·and·extending·Item·Loaders"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
125 ····</div>125 ····</div>
  
126 ··<hr/>126 ··<hr/>
  
127 ··<div·role="contentinfo">127 ··<div·role="contentinfo">
128 ····<p>&#169;·Copyright·Zyte·Group·Ltd.128 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
129 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.129 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
130 ······</span></p>130 ······</span></p>
131 ··</div>131 ··</div>
  
132 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a132 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
133 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>133 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
134 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.134 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
135 ···135 ···
653 B
html2text {}
    
Offset 43, 9 lines modifiedOffset 43, 9 lines modified
43 loader.load_item()43 loader.load_item()
44 You·can·nest·loaders·arbitrarily·and·they·work·with·either·xpath·or·css44 You·can·nest·loaders·arbitrarily·and·they·work·with·either·xpath·or·css
45 selectors.·As·a·general·guideline,·use·nested·loaders·when·they·make·your·code45 selectors.·As·a·general·guideline,·use·nested·loaders·when·they·make·your·code
46 simpler·but·do·not·go·overboard·with·nesting·or·your·parser·can·become46 simpler·but·do·not·go·overboard·with·nesting·or·your·parser·can·become
47 difficult·to·read.47 difficult·to·read.
48 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t48 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
49 ===============================================================================49 ===============================================================================
50 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.50 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
51 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.51 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
1.5 KB
./usr/share/doc/python-itemloaders-doc/html/processors.html
    
Offset 147, 15 lines modifiedOffset 147, 15 lines modified
147 ········<a·href="loaders-context.html"·class="btn·btn-neutral·float-right"·title="Item·Loader·Context"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>147 ········<a·href="loaders-context.html"·class="btn·btn-neutral·float-right"·title="Item·Loader·Context"·accesskey="n"·rel="next">Next·<span·class="fa·fa-arrow-circle-right"·aria-hidden="true"></span></a>
148 ····</div>148 ····</div>
  
149 ··<hr/>149 ··<hr/>
  
150 ··<div·role="contentinfo">150 ··<div·role="contentinfo">
151 ····<p>&#169;·Copyright·Zyte·Group·Ltd.151 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
152 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.152 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
153 ······</span></p>153 ······</span></p>
154 ··</div>154 ··</div>
  
155 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a155 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
156 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>156 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
157 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.157 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
158 ···158 ···
727 B
html2text {}
    
Offset 64, 9 lines modifiedOffset 64, 9 lines modified
64 The·other·thing·you·need·to·keep·in·mind·is·that·the·values·returned·by·input64 The·other·thing·you·need·to·keep·in·mind·is·that·the·values·returned·by·input
65 processors·are·collected·internally·(in·lists)·and·then·passed·to·output65 processors·are·collected·internally·(in·lists)·and·then·passed·to·output
66 processors·to·populate·the·fields.66 processors·to·populate·the·fields.
67 Last,·but·not·least,·itemloaders·comes·with·some·_\x8c_\x8o_\x8m_\x8m_\x8o_\x8n_\x8l_\x8y_\x8·_\x8u_\x8s_\x8e_\x8d_\x8·_\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8s67 Last,·but·not·least,·itemloaders·comes·with·some·_\x8c_\x8o_\x8m_\x8m_\x8o_\x8n_\x8l_\x8y_\x8·_\x8u_\x8s_\x8e_\x8d_\x8·_\x8p_\x8r_\x8o_\x8c_\x8e_\x8s_\x8s_\x8o_\x8r_\x8s
68 built-in·for·convenience.68 built-in·for·convenience.
69 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t69 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s·_\x8N_\x8e_\x8x_\x8t
70 ===============================================================================70 ===============================================================================
71 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.71 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
72 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.72 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
638 B
./usr/share/doc/python-itemloaders-doc/html/py-modindex.html
    
Offset 103, 15 lines modifiedOffset 103, 15 lines modified
103 ··········</div>103 ··········</div>
104 ··········<footer>104 ··········<footer>
  
105 ··<hr/>105 ··<hr/>
  
106 ··<div·role="contentinfo">106 ··<div·role="contentinfo">
107 ····<p>&#169;·Copyright·Zyte·Group·Ltd.107 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
108 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.108 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
109 ······</span></p>109 ······</span></p>
110 ··</div>110 ··</div>
  
111 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a111 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
112 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>112 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
113 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.113 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
114 ···114 ···
1.5 KB
./usr/share/doc/python-itemloaders-doc/html/release-notes.html
    
Offset 217, 15 lines modifiedOffset 217, 15 lines modified
217 ········<a·href="api-reference.html"·class="btn·btn-neutral·float-left"·title="API·Reference"·accesskey="p"·rel="prev"><span·class="fa·fa-arrow-circle-left"·aria-hidden="true"></span>·Previous</a>217 ········<a·href="api-reference.html"·class="btn·btn-neutral·float-left"·title="API·Reference"·accesskey="p"·rel="prev"><span·class="fa·fa-arrow-circle-left"·aria-hidden="true"></span>·Previous</a>
218 ····</div>218 ····</div>
  
219 ··<hr/>219 ··<hr/>
  
220 ··<div·role="contentinfo">220 ··<div·role="contentinfo">
221 ····<p>&#169;·Copyright·Zyte·Group·Ltd.221 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
222 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.222 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
223 ······</span></p>223 ······</span></p>
224 ··</div>224 ··</div>
  
225 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a225 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
226 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>226 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
227 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.227 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
228 ···228 ···
717 B
html2text {}
    
Offset 89, 9 lines modifiedOffset 89, 9 lines modified
89 ··········o·w3lib:·1.21.0··1.17.089 ··········o·w3lib:·1.21.0··1.17.0
90 ····*·Improved·the·README·file·(_\x8#_\x89)90 ····*·Improved·the·README·file·(_\x8#_\x89)
91 ····*·Improved·continuous·integration·(_\x8e_\x86_\x82_\x8d_\x89_\x85_\x8b)91 ····*·Improved·continuous·integration·(_\x8e_\x86_\x82_\x8d_\x89_\x85_\x8b)
92 *\x8**\x8**\x8**\x8**\x8*·i\x8it\x8te\x8em\x8ml\x8lo\x8oa\x8ad\x8de\x8er\x8rs\x8s·1\x81.\x8.0\x80.\x8.0\x80·(\x8(2\x820\x802\x820\x80-\x8-0\x805\x85-\x8-1\x818\x88)\x8)_\x8?\x8·*\x8**\x8**\x8**\x8**\x8*92 *\x8**\x8**\x8**\x8**\x8*·i\x8it\x8te\x8em\x8ml\x8lo\x8oa\x8ad\x8de\x8er\x8rs\x8s·1\x81.\x8.0\x80.\x8.0\x80·(\x8(2\x820\x802\x820\x80-\x8-0\x805\x85-\x8-1\x818\x88)\x8)_\x8?\x8·*\x8**\x8**\x8**\x8**\x8*
93 ····*·Initial·release,·based·on·a·part·of·the·_\x8S_\x8c_\x8r_\x8a_\x8p_\x8y·code·base.93 ····*·Initial·release,·based·on·a·part·of·the·_\x8S_\x8c_\x8r_\x8a_\x8p_\x8y·code·base.
94 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s94 _\x8P_\x8r_\x8e_\x8v_\x8i_\x8o_\x8u_\x8s
95 ===============================================================================95 ===============================================================================
96 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·05,·2024.96 ©·Copyright·Zyte·Group·Ltd.·Last·updated·on·Oct·06,·2024.
97 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.97 Built·with·_\x8S_\x8p_\x8h_\x8i_\x8n_\x8x·using·a·_\x8t_\x8h_\x8e_\x8m_\x8e·provided·by·_\x8R_\x8e_\x8a_\x8d_\x8·_\x8t_\x8h_\x8e_\x8·_\x8D_\x8o_\x8c_\x8s.
626 B
./usr/share/doc/python-itemloaders-doc/html/search.html
    
Offset 91, 15 lines modifiedOffset 91, 15 lines modified
91 ··········</div>91 ··········</div>
92 ··········<footer>92 ··········<footer>
  
93 ··<hr/>93 ··<hr/>
  
94 ··<div·role="contentinfo">94 ··<div·role="contentinfo">
95 ····<p>&#169;·Copyright·Zyte·Group·Ltd.95 ····<p>&#169;·Copyright·Zyte·Group·Ltd.
96 ······<span·class="lastupdated">Last·updated·on·Oct·05,·2024.96 ······<span·class="lastupdated">Last·updated·on·Oct·06,·2024.
97 ······</span></p>97 ······</span></p>
98 ··</div>98 ··</div>
  
99 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a99 ··Built·with·<a·href="https://www.sphinx-doc.org/">Sphinx</a>·using·a
100 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>100 ····<a·href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
101 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.101 ····provided·by·<a·href="https://readthedocs.org">Read·the·Docs</a>.
102 ···102 ···