fix:get bilibili subtitles (#8165)
- 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