Skip to content

Commit

Permalink
misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Nov 14, 2024
1 parent 7beddec commit c64433e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions yt_dlp_plugins/extractor/_ytse/downloader/sabr.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,6 @@ def real_download(self, filename, info_dict):
for idx, f in enumerate(requested_formats):
sabr_config = f.get('_sabr_config')
client_name = sabr_config.get('client_name')

# Group formats by client
# sabr_format_groups = { client_name: { server_abr_streaming_url: xyz, formats: [] } } }

server_abr_streaming_url = f.get('url')
video_playback_ustreamer_config = sabr_config.get('video_playback_ustreamer_config')

Expand Down

0 comments on commit c64433e

Please # to comment.