diff options
Diffstat (limited to 'bin/fair-viewer')
-rwxr-xr-x | bin/fair-viewer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index b1a9c4b..8468f28 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -3051,6 +3051,7 @@ sub get_streaming_url { captions_dir => $opt{cache_dir}, captions => $captions, languages => $CONFIG{srt_languages}, + yv_obj => $yv_obj, ); $srt_file = $yv_cap->save_caption($video_id); } |