HomeSoftware TutorialWhat is Smart Link Recognition and how do I enable the Smart Link Recognition feature?
What is Smart Link Recognition and how do I enable the Smart Link Recognition feature?

What is intelligent link recognition?

Simply put, it uses automatic link identification technology to capture...htmljsjsonInsideHyperlinkimg linkjs linklinkLinks to non-standard tag codes, etc.

How to enable the smart link recognition function

1. Click the menu bar in the software.Options

2. Find the option pop-up.Identify LinkClick to open and you will seeHyperlinkScript linkStyle LinksImage linkFile linkwait.

3. Check the box in the upper right corner.Enable smart recognition for all.In general, simply enabling smart recognition is sufficient.

4. Supported Version: Xiaofeitu Download Pro

Xiaofeitu download settings intelligently recognize links.

What kinds of links can the Xiaofeitu Download Pro version recognize?

The image in the data-* tag or any image in any attribute of any tag.

<img data-src="/static/image/1.jpg" /> <a data-href="/static/image/2.jpg" />

Image detected:

  1. Image link:/static/image/1.jpg
  2. Image link:/static/image/2.jpg

Link to the JavaScript code for rendering tags

// Image document.writeln(""); // Script document.writeln(""); // Style document.writeln(""); // Hyperlink document.writeln("Hyperlink");
  • The software can identify four links and can download files, modify the downloaded link addresses, and parse the content and links within the files.
  1. Image file link:/jsimg/jsRender.jpg
  2. JS script file link:/js/renderOtherJs.js
  3. Style file link:/css/jsrender.css
  4. Hyperlink file:../../404.html

script links in HTML code

var urlObj = { "url": '\/jsImg\\parks.png' };
  • The software can recognize image links:\/jsImg\\parks.pngIt automatically escapes the link to obtain the original address, and then processes the link address normally after downloading.

JSON links in HTML code

var jsonObj = [ { "imgUrl": "/static/image/test.jpg", "js-Url": "/static/js/js.js", "cssUrl":"/static/css/style.css" }, ]
  • The code above is just an example. In reality, image links are more common in code. The software simply states that it will be compatible with this syntax. After recognition, the software will output three links: 1. Image link:/static/image/test.jpg 2. Script link:/static/js/js.js 3. Style Link:/static/css/style.css

Going deeper, JSON fields in HTML code contain JavaScript code and escape characters.

<script> var jsonData = { "href": "javascript:Mb.jumpTo({&#34;jumpModuleId&#34;:422,&#34;colUrl&#34;:&#34;../../404.html&#34;,&#34;colId&#34;:106});" }; </script>

Hyperlinks were identified:../../404.html

Ultimate Identification Link

  • The intelligent recognition capabilities go far beyond this; it can also identify images and resource files within meta tags.
  • For more complex documents, you can select option 3 to manually enter the information.Matching and recognitioncontent.

The role of intelligent link recognition

  • As a supplement to the abnormal tagging code, download all resource files of the complete page if possible. Incomplete download of resource files will result in unexpected exceptions.
Software Applications: Front-end template download; development and design; SEO optimization; offline web browsing. Note: This software is not a hacking program and cannot download backend data!
Disclaimer: This service is for personal study, research, or enjoyment purposes only, and is for non-commercial, non-profit use. Users must comply with copyright laws and related regulations and must not infringe upon the legitimate rights and interests of this website and related rights holders. Any risks arising from the use of this tool are the sole responsibility of the user and are not the responsibility of the software itself.
Copyright © 2019-2026 Xiaofeitu Software. All Rights Reserved. Guangdong ICP Registration No. 19111427-2
Tutorial User Manual Website Special