Commit Graph

43 Commits (7a26ce2641c45b561dde190e2eb92b7d923ca5de)

Author SHA1 Message Date
Locke 12f153a827
[extractor/BilibiliSpace] Fix extractor, better error message ()
Closes 
Authored by: lockmatrix
Locke 2b9d02167f
[extractor/bilibili] Add space.bilibili extractors ()
Authored by: lockmatrix
coletdjnz 0831d95c46
[extractor/BiliIntl] Support uppercase lang in `_VALID_URL`
Seen in some rare cases
Authored by: coletdjnz
pukkandan be9c0884d7
[extractor/BiliIntlSeries] Fix `_VALID_URL`
Closes 
Yifu Yu de49cdbe9d
[extractor/bilibili] Extract `flac` with premium account ()
Authored by: jackyyf
pukkandan 8d1ad6378f
[extractor/BiliBiliSearch] Don't sort by date
Related 
pukkandan 2d1019542a
[extractor/BiliBiliSearch] Fix infinite loop
Closes 
pukkandan fbb888a3d5
[extractor/BiliIntl] Fix subtitle extraction
Closes 
Authored by: MinePlayersPE
pukkandan dfb855b42d
[extractor/BiliIntl] Fix subtitle extraction
Closes 

Authored by: HobbyistDev
pukkandan 6d1b34896e
Update to ytdl-commit-8a158a9
[NHK] Use new API URL
6508688e88

Closes , Closes 
pukkandan 8072ef2bbd
[extractor/BiliIntl] Fix metadata extraction
Closes 
HE7086 b4f536626a
[BilibiliLive] Add extractor ()
Authored by: HE7086, pukkandan
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
Jacek Nowacki 89fabf1125
[bilibili] Fix extraction of title with quotes ()
Closes 
Authored by: dzek69
pukkandan a44ca5a470
[cleanup] Misc fixes
Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117

Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, a825ffbffa (commitcomment-68538986), https://github.com/yt-dlp/yt-dlp/issues/2360, 5fa3c9a88f (r70393519), 5fa3c9a88f (r70393254)
Luc Ritchie f5f15c9993
[BiliIntl] Support user-generated videos ()
Authored by: wlritchi
pukkandan 52efa4b312
[extractor] Add `_perform_login` function ()
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
Daniel.Zeng be8d623455
[Bilibili] Pass referer for all formats ()
Authored by: blackgear
pukkandan 54bb39065c
[bilibili] Fix extractor
Closes , Closes 
Fixes https://github.com/yt-dlp/yt-dlp/pull/1716#issuecomment-980512982
u-spec-png f8580bf02f
[Bilibili] Add 8k support ()
Closes , 
Authored by: u-spec-png
pukkandan 2568d41f70
[bilibili] Make anthology title non-fatal
MinePlayersPE cfcf60ea99
[BiliIntl] Add login ()
and misc improvements

Authored by: MinePlayersPE
MinePlayersPE c62ecf0d90
[BiliIntl] Fix extractor ()
Closes 
Authored by: MinePlayersPE
u-spec-png ac0efabf12
[Bilibili] Fix title extraction ()
Closes 
Authored by: u-spec-png
u-spec-png 8e7ab2cf08
[Bilibili:comments] Fix infinite loop ()
Closes 
Authored by: u-spec-png
pukkandan 96565c7e55
[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
pukkandan e88d44c6ee
[cleanup] Cleanup bilibili code
Closes 
Authored by pukkandan, u-spec-png
u-spec-png d6124e191e
[bilibili] Fix bug in efc947fb3e
Authored by: u-spec-png
u-spec-png efc947fb3e
[Bilibili] Add subtitle converter ()
Closes 
Based on https://github.com/y2361547758/bcc2ass
Authored by: u-spec-png
Ashish Gupta 16f7e6be3a
[bilibili]Add BiliIntlIE and BiliIntlSeriesIE ()
Closes  
Authored by: Ashish0804
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
animelover1984 c34f505b04
[bilibili] Add category extractor ()
Authored by: animelover1984
pukkandan 9536bc072d
[bilibili] Improve `_VALID_URL`
pukkandan ed807c1837
Update to ytdl-commit-379f52a
[liveleak] Remove extractor
379f52a495
pukkandan a06916d98e
[extractor] Add `write_debug` and `get_param`
pukkandan 6efb071135
[BilibiliChannel] Fix pagination
Closes 

ccca21d7f5
Coauthored by: nao20010128nao, pukkandan
pukkandan 7e60c06925
[bilibili] Fix uploader
Related: https://github.com/yt-dlp/yt-dlp/issues/222
pukkandan adc74b3c6d
[bilibili] Add anthology support
Closes: 

Co-authored by: animelover1984
pukkandan 10db0d2f57
Update to ytdl-commit-3be0980
3be098010f
pukkandan 015f3b3120
[bilibili] Change `Accept` header (Closes )
This is a temporary fix. Ideally we should find a more reasonable accept string that just "*/*"

Fixes: https://github.com/ytdl-org/youtube-dl/issues/28363 https://github.com/ytdl-org/youtube-dl/issues/28341

Thanks to animelover1984 for identifying the problem
pukkandan f0884c8b3f Cleanup some code (see desc)
* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
* Don't pass `config_location` to `YoutubeDL` (it is unused)
* [bilibiliaudio] Recognize the file as audio-only
* Update gitignore
* Fix typos
pukkandan 277d6ff5f2
Extract comments only when needed (Closes )
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account

Co-authored-by: Pccode66
Co-authored-by: pukkandan