Direct uses: 1
Imports: 9
ACCORDING TO yev/cnn
-- cnn top stories
SELECT
span.container__headline-text AS title
, h2.container__title-text.container_lead-plus-headlines__title-text AS related
FROM
https://www.cnn.com/
GROUP BY
div.stack_condensed__items;
Direct uses: 1
Imports: 0
ACCORDING TO andrea/The Verge
-- The Verge's Current Top Stories
SELECT
a.group-hover\:shadow-underline-franklin AS title
, a.text-gray-31.hover\:shadow-underline-inherit.dark\:text-franklin.mr-8 AS author
FROM
https://www.theverge.com/
GROUP BY
div.max-w-content-block-standard.md\:w-content-block-compact.md\:max-w-content-block-compact.lg\:w-\[240px\].lg\:max-w-\[240px\].lg\:pr-10;