jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp
https://ytdl-sub.readthedocs.io
GNU General Public License v3.0
1.71k stars 66 forks source link

Add the ability to download past live streams #1055

Open JohnGrosshans opened 4 hours ago

JohnGrosshans commented 4 hours ago

Add the ability to have subscribed channels' shared past lives streams. Currently, channels will only download posted videos and past live streams are ignored. The ability to have a parameter to as well or only pull past live streams would be greatly helpful for some channels that are primarily live stream channels.

jmbannon commented 4 hours ago

This should be possible via multiple urls, i.e.

Kodi TV Show by Date:
  "GameChops":
    - "https://www.youtube.com/@gamechops/"
    - "https://www.youtube.com/@gamechops/streams"
jmbannon commented 4 hours ago

I think the default yt-dlp behavior is to ignore the streams tab when specifying a channel URL