getenv('YOUTUBE_API_KEY') ?: '', 'output_dir' => __DIR__ . '/output', 'public_playlist_dir' => __DIR__ . '/public/care-tv/playlists', 'cache_dir' => __DIR__ . '/cache', 'log_dir' => __DIR__ . '/logs', // URL where your MyAnythingList app lives. // The public index redirects to this with a LOCAL playlist path only. 'myanythinglist_app_url' => '/beta/_MyAnythingList.html', // Public path prefix to generated playlists. // Keep this same-origin/local to prevent arbitrary third-party list abuse. 'public_playlist_path_prefix' => '/beta/care-tv/playlists/', 'max_items_per_feed' => 15, 'default_exclude' => ['#shorts', 'shorts'], 'user_agent' => 'MyAnythingListCareTV/0.3 (+https://8k.art/beta)' ];