Skip to content
Snippets Groups Projects
Commit a5d20a9a authored by ale's avatar ale
Browse files

Minimal support for <video> and <object> tags

parent 81e16ffb
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ var (
{"img", "src", crawl.TagRelated},
{"script", "src", crawl.TagRelated},
{"iframe", "src", crawl.TagRelated},
{"source", "src", crawl.TagRelated},
{"object", "data", crawl.TagRelated},
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment