mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
d00a247da7
- 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