Fail moodustatud veebikorjega.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors
- CSS selector structure, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Selector_structure
- CSS selectors and combinators, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Selectors_and_combinators
- "CSS selectors are used to define a pattern of the elements that you want to select for applying a set of CSS rules on the selected elements."
- tüübivalija (type selector)
- universaalvalija (
*) - klassivalija (
.<klassi nimi>) - id valija (
#<id>)
Ability to pass Context to Visit method - Feature request #287 gocolly/colly#287