-
|
work on react and node websites? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thank you very much for your question, and apologies for my delayed reply—I hadn't set up notifications on GitHub, so I only just saw your message. Regarding your question: For React or Node.js-based websites, please note that AnyDownload may not always capture all dynamic content perfectly, since such sites often render content on the client side. In these cases, using your browser’s "Save Page As" (Ctrl+S) feature can sometimes result in a more complete copy of the rendered page because the browser processes all dynamic scripts before saving. That said, the If you have any further questions or need assistance with a specific use case, please feel free to ask! |
Beta Was this translation helpful? Give feedback.
Thank you very much for your question, and apologies for my delayed reply—I hadn't set up notifications on GitHub, so I only just saw your message.
Regarding your question:
AnyDownload uses Cheerio to parse HTML and identifies resource links through tags such as
<img>,<link>,<script>, and others, which it then downloads.For React or Node.js-based websites, please note that AnyDownload may not always capture all dynamic content perfectly, since such sites often render content on the client side. In these cases, using your browser’s "Save Page As" (Ctrl+S) feature can sometimes result in a more complete copy of the rendered page because the browser processes all dynamic scripts before sa…