SourceForge.net
2011-01-17 11:12:45 UTC
Patches item #3139647, was opened at 2010-12-18 12:14
Message generated for change (Comment added) made by pojar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3139647&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_huro
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pojar george (pojar)
Assigned to: Nobody/Anonymous (nobody)
Summary: strip links to provideo.ro
Initial Comment:
Add new line for remove syntax between "DVD" and "BLU-RAY" in port.ro sponsor link
===================================================================
340 # strip links to divido.hu
new line $data =~ s|(<a class=\"navs.*?</a>).*?(<a class=\"navs.*?</a>)||g;
341 $data =~ s|<a class=\"navs.*?</a>||g;
===================================================================
for remove syntax between DVD and BLU-RAY in port.ro sponsor link
Ex: "Diamantul sângeriu DVD şi Blu-ray"
<span class="mtxt"><a class="navs" href="http://www.provideo.ro/catalogs/product.aspx?imdb=tt0450259&type=DVD" target="_blank">Diamantul sângeriu DVD</a></span> şi <span class="mtxt"><a class="navs" href="http://www.provideo.ro/catalogs/product.aspx?imdb=tt0450259&type=BD" target="_blank">Blu-ray</a>
----------------------------------------------------------------------
Message:
errata: + $data =~ s| .. ||g;
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3139647&group_id=39046
Message generated for change (Comment added) made by pojar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3139647&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_huro
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pojar george (pojar)
Assigned to: Nobody/Anonymous (nobody)
Summary: strip links to provideo.ro
Initial Comment:
Add new line for remove syntax between "DVD" and "BLU-RAY" in port.ro sponsor link
===================================================================
340 # strip links to divido.hu
new line $data =~ s|(<a class=\"navs.*?</a>).*?(<a class=\"navs.*?</a>)||g;
341 $data =~ s|<a class=\"navs.*?</a>||g;
===================================================================
for remove syntax between DVD and BLU-RAY in port.ro sponsor link
Ex: "Diamantul sângeriu DVD şi Blu-ray"
<span class="mtxt"><a class="navs" href="http://www.provideo.ro/catalogs/product.aspx?imdb=tt0450259&type=DVD" target="_blank">Diamantul sângeriu DVD</a></span> şi <span class="mtxt"><a class="navs" href="http://www.provideo.ro/catalogs/product.aspx?imdb=tt0450259&type=BD" target="_blank">Blu-ray</a>
----------------------------------------------------------------------
Comment By: pojar george (pojar)
Date: 2011-01-17 13:12Message:
errata: + $data =~ s| .. ||g;
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3139647&group_id=39046