GULPF / nimquery

Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
MIT License
134 stars 8 forks source link

Selectors not working propertly. #14

Closed lurlo closed 2 years ago

lurlo commented 2 years ago

The selector body>script:nth-child(2) not returns the element (script tag with definition of ytInitialPlayerResponse) in any video on youtube.

GULPF commented 2 years ago

This is a stdlib bug, see https://github.com/nim-lang/Nim/issues/12202.