Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get all html error #559

Open
ThorPham opened this issue Sep 27, 2023 · 0 comments
Open

Get all html error #559

ThorPham opened this issue Sep 27, 2023 · 0 comments

Comments

@ThorPham
Copy link

ThorPham commented Sep 27, 2023

I try use requests_html to extract all html but some website not work. like https://www.hqco.com.vn/. it's has script You need to enable JavaScript to run this app. .

<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <link rel="icon" href="/favicon.ico"/>
        <meta name="viewport" content="width=device-width,initial-scale=1"/>
        <meta name="theme-color" content="#000000"/>
        <meta name="description" content="H&Q ADVISORY Independent member MORISON GLOBAL"/>
        <link rel="apple-touch-icon" href="/logo192.png"/>
        <link rel="manifest" href="/manifest.json"/>
        <title>H &Q ADVISORY</title>
        <script defer="defer" src="/static/js/main.0aaeb881.js"></script>
        <link href="/static/css/main.52dadb68.css" rel="stylesheet">
    </head>
    <body>
        <noscript>You need to enable JavaScript to run this app.</noscript>
        <div id="root"></div>
    </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant