-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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'
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested