Closed (fixed)
Project:
Link checker
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2009 at 13:52 UTC
Updated:
12 Jul 2009 at 12:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedSee the patch attached. It's missing the 301 auto-update part we need to fix #451456: 301 auto-update could break links.
This patch works with youtube embeddings and others, but is missing object tag link extraction. Therefore it does not really extract object links and not the link in param name=movie. I'm not sure how we can do this in a general manner. Object tag could have URLs in archive, codebase and usemap, but param everywhere in value!?
Comment #2
hass commented@fralenuvol: Than you very for this important hint. I've reworked all this stuff and committed a re-worked patch with many more features.
#427906, #417354: Extract links from various configurable HTML tags (a|area|img|iframe|object|param|embed)