ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.2k stars 9.93k forks source link

[bilibili] Downloading subtitles #30007

Open Kuju29 opened 2 years ago

Kuju29 commented 2 years ago

www.bilibili.tv I want to download subtitles from this website. Thanks

PrivateGER commented 2 years ago

This project is probably abandoned, check the yt-dlp fork, they have it implemented.

dirkf commented 2 years ago

The site was supported: see #29852. In the existing extractor, subtitles could be returned for an audio download from bilibili.com with a lyric.

Kuju29 commented 2 years ago

The site was supported: see #29852. In the existing extractor, subtitles could be returned for an audio download from bilibili.com with a lyric. not .com it is .tv sir

dirkf commented 2 years ago

Indeed, subtitles don't seem to have been supported except in the case that I listed, although media from .tv were supported.

Probably easiest to pull the extractor from yt-dlp, now.

Ashish0804 commented 2 years ago

Probably easiest to pull the extractor from yt-dlp, now.

Hi I wrote the PR supporting this site https://github.com/yt-dlp/yt-dlp/pull/907 While the code is released under unlicense and can be merged with yt-dl without any license issues, I'd appreciate if my code is not merged here. Thanks.

PrivateGER commented 2 years ago

Probably easiest to pull the extractor from yt-dlp, now.

Hi I wrote the PR supporting this site yt-dlp/yt-dlp#907 While the code is released under unlicense and can be merged with yt-dl without any license issues, I'd appreciate if my code is not merged here. Thanks.

You probably won't have to worry anyway, the youtube-dl project has been dead for months.

dirkf commented 2 years ago

I wrote the PR supporting this site yt-dlp/yt-dlp#907 While the code is released under unlicense and can be merged with yt-dl without any license issues, I'd appreciate if my code is not merged here.

Having granted the Unlicense, should your code be fortunate enough that someone wants to reuse or adapt it, that person can go ahead and do so, with or without attribution. The person might refrain if you can adduce some overriding justification, beyond just preference, such as that the Mafia will kill your mother if the code is merged.

This is the trade-off that all contributors to the various yt-dl repositories make, in return for using code from other contributors, even more than with open source projects that have more restrictive licenses. After all, yt-dlp (2021-01...) continues yt-dlc (2020-08...2020-12) which in turn was forked from yt-dl.

rautamiekka commented 2 years ago

I wrote the PR supporting this site yt-dlp/yt-dlp#907 While the code is released under unlicense and can be merged with yt-dl without any license issues, I'd appreciate if my code is not merged here.

Having granted the Unlicense, should your code be fortunate enough that someone wants to reuse or adapt it, that person can go ahead and do so, with or without attribution. The person might refrain if you can adduce some overriding justification, beyond just preference, such as that the Mafia will kill your mother if the code is merged.

This is the trade-off that all contributors to the various yt-dl repositories make, in return for using code from other contributors, even more than with open source projects that have more restrictive licenses. After all, yt-dlp (2021-01...) continues yt-dlc (2020-08...2020-12) which in turn was forked from yt-dl.

+1.

In other words: invalid argument.