BEST YOUTH

Latest dispatch
fetch('https://api.rss2json.com/v1/api.json?rss_url=https://bestyouth.substack.com/feed') .then(r => r.json()) .then(data => { const p = data.items[0]; let imgUrl = ''; if (p.thumbnail && p.thumbnail.length > 0) { imgUrl = p.thumbnail; } else if (p.enclosure && p.enclosure.link) { imgUrl = p.enclosure.link; } else { const match = p.content.match(/]+src=["']([^"']+)["']/); if (match) imgUrl = match[1]; } if (imgUrl) { const img = document.createElement('img'); img.src = imgUrl; img.alt = p.title; document.getElementById('by-img-wrap').appendChild(img); } const text = p.description.replace(/<[^>]+>/g, '').trim(); document.getElementById('by-title').textContent = p.title; document.getElementById('by-excerpt').textContent = text.slice(0, 140) + '...'; const l = document.getElementById('by-link'); l.href = p.link; l.textContent = 'Read on Substack ↗'; }) .catch(() => { document.getElementById('by-post').style.display = 'none'; });


MANAGEMENT
[email protected]
+351 967 018 067
+351 214 168 300
BOOKING (PT)
[email protected]
[email protected]
+351 937 434 559
PRESS
[email protected]
CONTACT
[email protected]


Occasional dispatches
No schedule. Worth it when it arrives.