mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
non-fatal subs, better note
This commit is contained in:
parent
ff7c8dc256
commit
d81a7c21cd
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ class LoomIE(InfoExtractor):
|
||||||
|
|
||||||
def _get_subtitles(self, video_id):
|
def _get_subtitles(self, video_id):
|
||||||
subs_data = self._call_graphql_api(
|
subs_data = self._call_graphql_api(
|
||||||
'FetchVideoTranscript', video_id, 'Downloading GraphQL subtitles data')
|
'FetchVideoTranscript', video_id, 'Downloading GraphQL subtitles JSON', fatal=False)
|
||||||
return filter_dict({
|
return filter_dict({
|
||||||
'en': traverse_obj(subs_data, (
|
'en': traverse_obj(subs_data, (
|
||||||
'data', 'fetchVideoTranscript',
|
'data', 'fetchVideoTranscript',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue