Skip to content

Using pot-provider with ytdl-sub #1371

@Snuffy2

Description

@Snuffy2

Has anyone found a way to get bgutil-ytdlp-pot-provider working with ytdl-sub? It seems like this or something like this will be necessary going forward (in addition to Deno). I'm currently not able to download anything due to YouTube forcing SABR.

I tried using the config below and then adding bgutil-ytdlp-pot-provider to/config/yt-dlp-plugins but it is not working.

presets:
  default_playlist:
    preset:
      - 'plex_tv_show_by_date'
      - 'season_by_year__episode_by_month_day'
      - 'max_1080p'
    download:
      urls:
        - url: '{url}'
          playlist_thumbnails:
            - name: 'poster.jpg'
              uid: 'avatar_uncropped'
            - name: 'fanart.jpg'
              uid: 'banner_uncropped'
    ytdl_options:
      ignoreerrors: True
      break_on_existing: False
      break_on_reject: False
      extractor_args:
        youtubepot-bgutilhttp:
          base_url:
            - 'http://127.0.0.1:4416'
        youtube:
          player_client:
            - 'mweb'
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions