|
I could not find anything related to this, or whether this is expected behavior. config.yaml subscriptions.yaml |
Replies: 3 comments
|
Can you provide the full log using --log-level debug? For playlists, ytdl-sub should search the beginning and end of the playlist. My hunch is |
|
I think I see the issue. Line 848. It evaluates now as this day not actually that moment. Makes sense why they dont show until the following day. There is already a today item so I would think now would include at least the current hour. I should just be able to drop the following from my date_range config? |

annnnnd I found it in the docs. Thanks for the help @jmbannon . The debug log showed me the way.
Note that yt-dlp will round times to the closest day, meaning that day is the lowest granularity possible.