Skip to content

Commit

Permalink
[ie/crunchyroll] Extract vo_adaptive_hls formats by default (yt-dlp…
Browse files Browse the repository at this point in the history
…#9447)

Closes yt-dlp#9439
Authored by: bashonly
  • Loading branch information
bashonly authored Mar 14, 2024
1 parent 8c05b3e commit be77923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/crunchyroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _call_api(self, path, internal_id, lang, note='api', query={}):
return result

def _extract_formats(self, stream_response, display_id=None):
requested_formats = self._configuration_arg('format') or ['adaptive_hls']
requested_formats = self._configuration_arg('format') or ['vo_adaptive_hls']
available_formats = {}
for stream_type, streams in traverse_obj(
stream_response, (('streams', ('data', 0)), {dict.items}, ...)):
Expand Down

0 comments on commit be77923

Please sign in to comment.