Skip to content

Instantly share code, notes, and snippets.

View GeorgeL9's full-sized avatar
๐Ÿ”Ž
Building podcast measurement and analytics for everyone.

George Lejnine GeorgeL9

๐Ÿ”Ž
Building podcast measurement and analytics for everyone.
View GitHub Profile
@GeorgeL9
GeorgeL9 / youtube_to_captivate.py
Created March 12, 2024 00:14 — forked from abe-101/youtube_to_captivate.py
convert youtube video to captivate.fm podcast
#!/usr/bin/python
import os
from datetime import datetime, time
from typing import Dict, Union
import requests
from dotenv import load_dotenv
from yt_dlp import YoutubeDL