Skip to content

Instantly share code, notes, and snippets.

{
"<![CDATA[1564 - \"Zombie Town\"]]>": {
"chapters": "https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http:1564-.noagendanotes.com"
},
"<![CDATA[1563 - \"Pocket Pardon\"]]>": {
"chapters": "https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http:1563.noagendanotes.com"
},
"<![CDATA[1562 - \"Tink Tank\"]]>": {
"chapters": "https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http:1562.noagendanotes.com"
},
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1563.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1562.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1561.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1560.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1559.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1558.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1557.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1556.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1555.noagendanotes.com
https://chapters.hypercatcher.com/http%3Afeed.nashownotes.comrss.xml/http%3A1554.noagendanotes.com
@normand1
normand1 / gist:fc2d1e60145e9a95651a969e74c42cf2
Created August 31, 2024 15:34
Podcast Index Top 500 Normie Feeds
WITH ranked_podcasts AS (
SELECT
title,
url,
imageUrl,
datetime(lastUpdate, 'unixepoch') as lastUpdateDate,
popularityScore,
ROW_NUMBER() OVER (ORDER BY lastUpdate DESC) as position
FROM podcasts
WHERE 'spirituality' NOT IN (category1, category2, category3, category4, category5, category6, category7, category8, category9, category10)