- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Time calculation for 30 day window to load videos is counted with reference to datetime.now
That is depending on the time script is running
  # collect videos so can fetch data with batch API
  upload_playlist_ids = [playlist_id[0] for playlist_id in fetch_all_channels()]
  logger.info(f"Found {len(upload_playlist_ids)} active channels")
  video_ids = fetch_recent_video_ids(since_time, upload_playlist_ids, yt)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers