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.89k stars 71 forks source link

How to make "remove_sponsorblock" work on all videos when downloading a channel? #272

Closed bergziege closed 2 years ago

bergziege commented 2 years ago

Hi there,

just trying this fantastic tool the first time and run into a problem: As per the docs I added chapters.remove_sponsorblock_categories: "all" to my presets. When doing a dry-run it tells me that it would remove various chapters from the file. It even does so after the real download. But in reality on the first file gets the treatment.

So when downloading a channel (with date_range), what do I have to configure that the capters get handeled in every single video and not only the first one?

Happy dling

jmbannon commented 2 years ago

Can you post your full config? "all" implies it removes the categories you list in sponsorblock_categories

In addition, could you run with --log-level debug and send me the output?

jmbannon commented 2 years ago

They should be removed from every vid. Could either be a bug or maybe throttling from the sponsorblock API

bergziege commented 2 years ago

Thanks for the fast response. Below I attached the config, sub and logfile from the debug run. The logfile is cleaned so it does not contain the whole download process for each video.

In the log I found some errors that conversion has failed (but no further details). But what irritates me most is, that the summary at the start as well at the end says it has sponsorblock information but the middle part saying that for some videos it could not find sponsorblock info.

Where it finds sponsorblock informations AND conversion does not fail the resulting video is as expected without the specified chapters. All other videos are full length.

Config:

configuration:
  working_directory: '/tmp/ytdl-sub-downloads'

presets:
  yt_video:
    youtube:
      download_strategy: video

    output_options:
      output_directory: "/movies/channels"
      file_name: "{video_path}.{ext}"
      thumbnail_name: "{video_path}.{thumbnail_ext}"
      keep_files_after: "now-3months"

    overrides:
      video_name: "{upload_date_standardized}.{title_sanitized}"
      video_type: "{channel}"
      video_path: "{video_type_sanitized}/{video_name}"

    chapters:
      embed_chapters: True
      sponsorblock_categories:
        - "outro"
        - "selfpromo"
        - "preview"
        - "interaction"
        - "sponsor"
        - "music_offtopic"
        - "intro"
      remove_sponsorblock_categories: "all"
      remove_chapters_regex:
        - "Intro"
        - "Outro"
      force_key_frames: False

  yt_playlist:
    preset: "yt_video"
    youtube:
      download_strategy: "playlist"
    output_options:
      maintain_download_archive: True

  yt_channel:
    preset: "yt_playlist"
    youtube:
      download_strategy: "channel"

  yt_channel_2weeks:
    preset: "yt_channel"
    date_range:
      after: "now-2weeks"

Sub:

cleetusmcfarland:
  preset: "yt_channel_2weeks"
  youtube:
    channel_url: "https://www.youtube.com/c/SPOCARVideos"

Log:

[ytdl-sub] Beginning subscription download for cleetusmcfarland
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': False, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c5e68730>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': True, 'skip_download': True}
[ytdl-sub:yt-dlp] [youtube:tab] SPOCARVideos: Downloading webpage
[ytdl-sub:yt-dlp] [youtube:tab] A channel/user page was given. All the channel's videos will be downloaded. To download only the videos in the home page, add a "/featured" to the URL
[ytdl-sub:yt-dlp] [download] Downloading playlist: Cleetus McFarland - Videos
[ytdl-sub:yt-dlp] [youtube:tab] UCh8f8vssLddD2PbnU3Ag_Bw page 1: Downloading API JSON
...
[ytdl-sub:yt-dlp] [youtube:tab] UCh8f8vssLddD2PbnU3Ag_Bw page 38: Downloading API JSON
[ytdl-sub:yt-dlp] [info] Writing playlist metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/UCh8f8vssLddD2PbnU3Ag_Bw.info.json
[ytdl-sub:yt-dlp] [youtube:tab] Playlist Cleetus McFarland - Videos: Downloading 1167 videos of 1167
[ytdl-sub:yt-dlp] [download] Downloading video 1 of 1167
[ytdl-sub:yt-dlp] [youtube] iGIKmLLjeHI: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for Cleetus McFarland - Videos
[ytdl-sub:yt-dlp] [youtube] iGIKmLLjeHI: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 6 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 6 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] iGIKmLLjeHI: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 2 of 1167
[ytdl-sub:yt-dlp] [youtube] K9C36ah_QI8: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for I Bought The Biggest Skid Steer that Bobcat Makes!!! + We're Pulling the Plug On Leroy...
[ytdl-sub:yt-dlp] [youtube] K9C36ah_QI8: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] K9C36ah_QI8: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 3 of 1167
[ytdl-sub:yt-dlp] [youtube] Z_jlsHDMrw8: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for Testing Our Supercharged LS Blazer For the First Time Since Its HUGE Wheelie Wreck! IT RIPS!!!
[ytdl-sub:yt-dlp] [youtube] Z_jlsHDMrw8: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 4 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 4 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] Z_jlsHDMrw8: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 4 of 1167
[ytdl-sub:yt-dlp] [youtube] yjkDL1A80UI: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for Trying To Save Our Cars From the Hurricane Damage + Jet Boat Search and Rescue In Major Flooding
[ytdl-sub:yt-dlp] [youtube] yjkDL1A80UI: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 3 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 3 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] yjkDL1A80UI: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 5 of 1167
[ytdl-sub:yt-dlp] [youtube] OxDg0mKL-Vw: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for Hurricane Ian Damage Report at the Freedom Factory & Our Shop
[ytdl-sub:yt-dlp] [youtube] OxDg0mKL-Vw: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] OxDg0mKL-Vw: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 6 of 1167
[ytdl-sub:yt-dlp] [youtube] vquM231-uFo: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for The Freedom Factory and Our Shop Are About To Get NAILED By Hurricane Ian...
[ytdl-sub:yt-dlp] [youtube] vquM231-uFo: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] vquM231-uFo: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 7 of 1167
[ytdl-sub:yt-dlp] [youtube] RtlTm-nclJw: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for Leroy 2.0 Will Destroy ALL!!! Turbos Are Mounted, Transmission Is In, Wiring Has Begun!!!
[ytdl-sub:yt-dlp] [youtube] RtlTm-nclJw: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 6 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 6 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] RtlTm-nclJw: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Writing video metadata as JSON to: /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.info.json
[ytdl-sub:yt-dlp] [download] Downloading video 8 of 1167
[ytdl-sub:yt-dlp] [youtube] 7BYg_SM7ZRM: Downloading webpage
[ytdl-sub:downloader] Downloading metadata for Our Local River Is EXTREMELY Flooded... Jet Boating MILES Off the Main River!!!
[ytdl-sub:yt-dlp] [youtube] 7BYg_SM7ZRM: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 4 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 4 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [download] 2022-09-21 upload date is not in range 2022-09-22 - 9999-12-31
[ytdl-sub:downloader] RejectedVideoReached, stopping additional downloads
[ytdl-sub:downloader] Downloading entry Our Local River Is EXTREMELY Flooded... Jet Boating MILES Off the Main River!!!
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c5413460>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] RtlTm-nclJw: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] RtlTm-nclJw: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 6 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] RtlTm-nclJw: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 507.20MiB at  536.56KiB/s ETA 16:20
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 507.20MiB at    6.88MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 507.20MiB in 01:21 at 6.21MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 15.24MiB at  366.96KiB/s ETA 00:42
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 15.24MiB at    6.84MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 15.24MiB in 00:02 at 6.55MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.webm"
[ytdl-sub:yt-dlp] [ModifyChapters] Removing chapters from /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.webm
[ytdl-sub:yt-dlp] ERROR: Conversion failed!
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.webm"
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/RtlTm-nclJw.jpg
[ytdl-sub:downloader] Downloading entry Leroy 2.0 Will Destroy ALL!!! Turbos Are Mounted, Transmission Is In, Wiring Has Begun!!!
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c5411720>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] vquM231-uFo: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] vquM231-uFo: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] WARNING: Unable to communicate with SponsorBlock API: HTTP Error 504: Gateway Time-out. Retrying (1/3)...
[ytdl-sub:yt-dlp] WARNING: Unable to communicate with SponsorBlock API: HTTP Error 504: Gateway Time-out. Retrying (2/3)...
[ytdl-sub:yt-dlp] WARNING: Unable to communicate with SponsorBlock API: HTTP Error 504: Gateway Time-out. Retrying (3/3)...
[ytdl-sub:yt-dlp] ERROR: Unable to communicate with SponsorBlock API: HTTP Error 504: Gateway Time-out
[ytdl-sub:yt-dlp] [info] vquM231-uFo: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 531.89MiB at  330.10KiB/s ETA 27:46
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 531.89MiB at    6.44MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 531.89MiB in 01:23 at 6.36MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 18.32MiB at  325.24KiB/s ETA 00:58
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 18.32MiB at    6.74MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 18.32MiB in 00:02 at 6.52MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] There isn't any metadata to add
[ytdl-sub:yt-dlp] [ModifyChapters] Chapter information is unavailable
[ytdl-sub:yt-dlp] [ModifyChapters] SponsorBlock information is unavailable
[ytdl-sub:yt-dlp] [Metadata] There isn't any metadata to add
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/vquM231-uFo.jpg
[ytdl-sub:downloader] Downloading entry The Freedom Factory and Our Shop Are About To Get NAILED By Hurricane Ian...
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c5567520>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] OxDg0mKL-Vw: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] OxDg0mKL-Vw: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] No segments were found in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] OxDg0mKL-Vw: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 490.37MiB at  336.14KiB/s ETA 25:05
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 490.37MiB at    2.95MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 490.37MiB in 01:22 at 5.91MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 16.29MiB at  332.78KiB/s ETA 00:50
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 16.29MiB at    5.63MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 16.29MiB in 00:02 at 6.01MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] There isn't any metadata to add
[ytdl-sub:yt-dlp] [ModifyChapters] Chapter information is unavailable
[ytdl-sub:yt-dlp] [ModifyChapters] SponsorBlock information is unavailable
[ytdl-sub:yt-dlp] [Metadata] There isn't any metadata to add
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/OxDg0mKL-Vw.jpg
[ytdl-sub:downloader] Downloading entry Hurricane Ian Damage Report at the Freedom Factory & Our Shop
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c522efb0>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] yjkDL1A80UI: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] yjkDL1A80UI: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 3 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] yjkDL1A80UI: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 372.24MiB at  348.28KiB/s ETA 18:26
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 372.24MiB at    6.71MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 372.24MiB in 01:04 at 5.76MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 12.97MiB at  377.49KiB/s ETA 00:35
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 12.97MiB at    6.79MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 12.97MiB in 00:02 at 6.45MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.webm"
[ytdl-sub:yt-dlp] [ModifyChapters] Removing chapters from /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.webm
[ytdl-sub:yt-dlp] ERROR: Conversion failed!
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.webm"
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/yjkDL1A80UI.jpg
[ytdl-sub:downloader] Downloading entry Trying To Save Our Cars From the Hurricane Damage + Jet Boat Search and Rescue In Major Flooding
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c59456c0>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] Z_jlsHDMrw8: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] Z_jlsHDMrw8: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 4 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] Z_jlsHDMrw8: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 582.40MiB at  250.78KiB/s ETA 39:54
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 582.40MiB at    6.88MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 582.40MiB in 01:29 at 6.54MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 16.04MiB at  361.77KiB/s ETA 00:45
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 16.04MiB at    6.85MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 16.04MiB in 00:02 at 6.58MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.webm"
[ytdl-sub:yt-dlp] [ModifyChapters] Removing chapters from /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.webm
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.uncut.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.webm"
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/Z_jlsHDMrw8.jpg
[ytdl-sub:downloader] Downloading entry Testing Our Supercharged LS Blazer For the First Time Since Its HUGE Wheelie Wreck! IT RIPS!!!
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c522f8b0>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] K9C36ah_QI8: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] K9C36ah_QI8: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 5 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] K9C36ah_QI8: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 472.49MiB at  335.52KiB/s ETA 24:13
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 472.49MiB at    6.79MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 472.49MiB in 01:11 at 6.64MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 15.72MiB at  360.21KiB/s ETA 00:45
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 15.72MiB at    6.83MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 15.72MiB in 00:02 at 6.53MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.webm"
[ytdl-sub:yt-dlp] [ModifyChapters] Removing chapters from /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.webm
[ytdl-sub:yt-dlp] ERROR: Conversion failed!
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.webm"
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/K9C36ah_QI8.jpg
[ytdl-sub:downloader] Downloading entry I Bought The Biggest Skid Steer that Bobcat Makes!!! + We're Pulling the Plug On Leroy...
[ytdl-sub:downloader] ytdl_options: {'ignoreerrors': True, 'break_on_existing': True, 'outtmpl': '/tmp/ytdl-sub-downloads/cleetusmcfarland/%(id)s.%(ext)s', 'download_archive': '/tmp/ytdl-sub-downloads/cleetusmcfarland/.ytdl-subscribe-cleetusmcfarland-download-archive.txt', 'writethumbnail': True, 'daterange': <yt_dlp.utils.DateRange object at 0x7fd4c522c6d0>, 'break_on_reject': True, 'postprocessors': [{'key': 'SponsorBlock', 'when': 'pre_process', 'categories': ['outro', 'selfpromo', 'preview', 'interaction', 'sponsor', 'music_offtopic', 'intro']}, {'key': 'ModifyChapters'}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}, {'key': 'ModifyChapters', 'force_keyframes': False, 'remove_sponsor_segments': ['sponsor', 'selfpromo', 'music_offtopic', 'interaction', 'intro', 'outro', 'preview'], 'remove_chapters_patterns': [re.compile('Intro'), re.compile('Outro')]}, {'key': 'FFmpegMetadata', 'add_chapters': True, 'add_metadata': False}], 'writeinfojson': False, 'skip_download': False}
[ytdl-sub:yt-dlp] [youtube] iGIKmLLjeHI: Downloading webpage
[ytdl-sub:yt-dlp] [youtube] iGIKmLLjeHI: Downloading android player API JSON
[ytdl-sub:yt-dlp] [SponsorBlock] Fetching SponsorBlock segments
[ytdl-sub:yt-dlp] [SponsorBlock] Found 6 segments in the SponsorBlock database
[ytdl-sub:yt-dlp] [info] iGIKmLLjeHI: Downloading 1 format(s): 303+251
[ytdl-sub:yt-dlp] [info] Downloading video thumbnail 41 ...
[ytdl-sub:yt-dlp] [info] Writing video thumbnail 41 to: /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.webp
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.f303.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 489.84MiB at  320.08KiB/s ETA 26:26
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 489.84MiB at    6.74MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 489.84MiB in 01:14 at 6.59MiB/s      
[ytdl-sub:yt-dlp] [download] Destination: /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.f251.webm
[ytdl-sub:yt-dlp] 
[download]   0.0% of 16.10MiB at  348.57KiB/s ETA 00:47
...
[ytdl-sub:yt-dlp] 
[download] 100.0% of 16.10MiB at    6.83MiB/s ETA 00:00
[ytdl-sub:yt-dlp] 
[download] 100% of 16.10MiB in 00:02 at 6.52MiB/s      
[ytdl-sub:yt-dlp] [Merger] Merging formats into "/tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.webm"
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.f303.webm (pass -k to keep)
[ytdl-sub:yt-dlp] Deleting original file /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.f251.webm (pass -k to keep)
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.webm"
[ytdl-sub:yt-dlp] [ModifyChapters] Removing chapters from /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.webm
[ytdl-sub:yt-dlp] ERROR: Conversion failed!
[ytdl-sub:yt-dlp] [Metadata] Adding metadata to "/tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.webm"
[ytdl-sub:ffmpeg] Running ffmpeg -bitexact -i /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.webp /tmp/ytdl-sub-downloads/cleetusmcfarland/iGIKmLLjeHI.jpg
[ytdl-sub] Downloads for cleetusmcfarland:
Files created:
----------------------------------------
/movies/channels
  .ytdl-sub-cleetusmcfarland-download-archive.json
/movies/channels/Cleetus McFarland
  2022-09-23.Our Local River Is EXTREMELY Flooded... Jet Boating MILES Off the Main River!!!.jpg
  2022-09-23.Our Local River Is EXTREMELY Flooded... Jet Boating MILES Off the Main River!!!.webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Unpaid/Self Promotion: 3
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
        Preview/Recap: 1
  2022-09-26.Leroy 2.0 Will Destroy ALL!!! Turbos Are Mounted, Transmission Is In, Wiring Has Begun!!!.jpg
  2022-09-26.Leroy 2.0 Will Destroy ALL!!! Turbos Are Mounted, Transmission Is In, Wiring Has Begun!!!.webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Unpaid/Self Promotion: 2
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
        Sponsor: 1
  2022-09-27.The Freedom Factory and Our Shop Are About To Get NAILED By Hurricane Ian....jpg
  2022-09-27.The Freedom Factory and Our Shop Are About To Get NAILED By Hurricane Ian....webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Unpaid/Self Promotion: 2
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
        Sponsor: 1
  2022-09-29.Hurricane Ian Damage Report at the Freedom Factory & Our Shop.jpg
  2022-09-29.Hurricane Ian Damage Report at the Freedom Factory & Our Shop.webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
        Unpaid/Self Promotion: 1
  2022-09-30.Trying To Save Our Cars From the Hurricane Damage + Jet Boat Search and Rescue In Major Flooding.jpg
  2022-09-30.Trying To Save Our Cars From the Hurricane Damage + Jet Boat Search and Rescue In Major Flooding.webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Unpaid/Self Promotion: 2
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
  2022-10-04.Testing Our Supercharged LS Blazer For the First Time Since Its HUGE Wheelie Wreck! IT RIPS!!!.jpg
  2022-10-04.Testing Our Supercharged LS Blazer For the First Time Since Its HUGE Wheelie Wreck! IT RIPS!!!.webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Unpaid/Self Promotion: 2
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
        Preview/Recap: 1
  2022-10-06.I Bought The Biggest Skid Steer that Bobcat Makes!!! + We're Pulling the Plug On Leroy....jpg
  2022-10-06.I Bought The Biggest Skid Steer that Bobcat Makes!!! + We're Pulling the Plug On Leroy....webm
    Embedded Chapters:
      Removed SponsorBlock Category Count(s):
        Sponsor: 2
        Endcards/Credits: 1
        Intermission/Intro Animation: 1
        Preview/Recap: 1
        Unpaid/Self Promotion: 1
jmbannon commented 2 years ago

it might be because of webm format. Maybe try setting ytdl_options.format to mp4?

bergziege commented 2 years ago

Thank you! Now that thats working ... how to combine the best of both worlds and get full HD and sponsorblock combined? Currently all the mp4s are only 720p and I cannot find anything regarding that (and that mp4 parameter) in the docs.

bergziege commented 2 years ago

My bad. Those are options for/from yt-dlp and I should dig into that. Thanks again for the help.

jmbannon commented 2 years ago

@bergziege i'm adding a plugin to remux video containers (i.e. convert webm to mp4, keep the underlying audio/video streams). I'll ping you once it's ready and testsed