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.58k stars 60 forks source link

Only downloading past few videos #980

Closed Phill360 closed 1 month ago

Phill360 commented 1 month ago

Hi All,

I'm trying download a channel called Brick Legends but when I try to do the download its only downloading the past few episodes .

Thanks in advance

The subcription is

BrickLegends:
  preset:
    - "tv_show"
    - "ninjago"

  overrides:
    tv_show_name: "Brick Legends"
    url: "https://www.youtube.com/channel/UCrgvBwSSu-qw0qEknHrjsMw"
    tv_show_genre: "Kids" 

The preset config is

  tv_show:
    preset:
      - "plex_tv_show_by_date"

      # Choose one of the following season/episode formats:
      - "season_by_year__episode_by_month_day"
      - "season_by_year__episode_by_month_day" # replace with desired season/episode format

      - "add_subtitles"
      - "sponsorblock"
      - "include_info_json"

ninjago:
    date_range:
    output_options:
      keep_files_after: "now-1year"
      maintain_download_archive: True
jmbannon commented 1 month ago

@Phill360 You are using the old format. You can do what you want with the following subscription:

__preset__:
  tv_show_directory: "/tv_shows"
  only_recent_date_range: "1year"
  only_recent_max_files: 100

Plex TV Show by Date | Only Recent:
  = Kids:
    "Brick Legends": "https://www.youtube.com/channel/UCrgvBwSSu-qw0qEknHrjsMw"

See https://ytdl-sub.readthedocs.io/en/latest/guides/getting_started/first_sub.html for more info