This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"<![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" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
OlderNewer