Page 1 of 1

[Need help] How to parse this site?

Posted: Sat Feb 26, 2022 1:13 pm
by Student5768
Hello, I just started learning parsing and ran into a problem on this site (there were no problems with other sites). For some reason, the entire site is not displayed after parsing (SITE). Please tell me what's wrong) (I apologize for my English) That's what outputs me:

Code: Select all

<!DOCTYPE html>
<html lang="ru" xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <meta charset="utf-8"/>
  <meta content="" name="Description"/>
  <meta content="" name="Keywords"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta content="width=device-width,initial-scale=1" name="viewport"/>
  <link href="favicon.ico" rel="shortcut icon" type="image/jpg"/>
  <title>
   Ресурс БФО
  </title>
  <link href="/static/css/main.231a424f.css" rel="stylesheet"/>
 </head>
 <body>
  <div class="root" id="root">
  </div>
  <div id="modal">
  </div>
  <div id="side">
  </div>
  <script src="/static/js/main.9f57bdff.js" type="text/javascript">
  </script>
 </body>
</html>

Please tell me how to get all the information from the site)