Skip to content
html logo

HTML

HTML, or Hypertext Markup Language, was primarily designed to provide a means of creating structured scientific documents. HTML can embed scripting languages such as PHP or JavaScript to affect the behavior and content of web pages. The World Wide Web Consortium (W3C) maintains both the HTML and CSS standards.

Here are 43,375 public repositories matching this topic...

pnfcre
pnfcre commented Nov 18, 2019

πŸ› Bug Report

I tried passing --open to the parcel src/index.html command, but nothing happened. This feature works perfectly in the latest stable parcel-bundler package.

πŸŽ› Configuration (package.json)

{
  "scripts": {
    "start": "parcel src/index.html --open"
  }
}

πŸ€” Expected Behavior

Parcel should open http://localhost:1234 in my default web brow

oldani
oldani commented Feb 18, 2019

If you're using proxies with requests-html and rendering JS sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This is an undesired behavior when scraping with proxies.

The idea is that whenever someone passes in proxies to the session object or any method call, make pyppeteer also use these proxies. #265

You can’t perform that action at this time.