mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 23:07:11 +00:00
- Description: fix the Loader 'BiliBiliLoader' - Issue: the API response was changed  The previously used API no longer returns the "subtitle_url" property.  We should use another API to get `subtitle_url` property. The `subtitle_url` returned by this API does not include the http schema and needs to be added. - Dependencies: Nope - Tag maintainer: @rlancemartin