diff options
Diffstat (limited to 'crates/yt_dlp/src/post_processors/dearrow.rs')
| -rw-r--r-- | crates/yt_dlp/src/post_processors/dearrow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt_dlp/src/post_processors/dearrow.rs b/crates/yt_dlp/src/post_processors/dearrow.rs index f35f301..7787d68 100644 --- a/crates/yt_dlp/src/post_processors/dearrow.rs +++ b/crates/yt_dlp/src/post_processors/dearrow.rs @@ -58,7 +58,7 @@ inst = DeArrow() None, )?; - Ok(scope.get_item(intern!(py, "inst"))?.downcast_into()?) + Ok(scope.get_item(intern!(py, "inst"))?.cast_into()?) } /// # Errors |
