Commit Graph

56 Commits (b3eaab7ca2e118d4db73dcb44afd9c8717db8b67)

Author SHA1 Message Date
pukkandan f6a765ceb5
[dependencies] Standardize `Cryptodome` imports
HobbyistDev d37422f1db
[extractor/biliIntl] Add fallback to `video_data` ()
Authored by: HobbyistDev
HobbyistDev 76c3ceccfb
[extractor/biliintl] Add `/media` to `VALID_URL` ()
Authored by: HobbyistDev
pukkandan 08e29b9f1f
[cleanup] Misc
Closes , closes 
pukkandan 26fdfc3704
[extractor/biliintl:series] Make partial download of series faster
pukkandan f74371a97d
[extractor/bilibili] Fix `--no-playlist` for anthology
Closes 
Lesmiscore ca2f6e14e6
[extractor/BiliLive] Fix extractor
- Remove unnecessary group in `_VALID_URL`
- This extractor always returns livestreams
skbeh 1c226ccdd4
[extractor/bilibili] Improve `_VALID_URL` ()
Authored by: skbeh
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan 6368e2e639
[cleanup] Misc
Closes 
pukkandan 46d09f8707
[cleanup] Lint and misc cleanup
pukkandan c90c5b9bdd
[extractor/bilibili] Add chapters and misc cleanup ()
Authored by: lockmatrix, pukkandan
Locke ad97487606
[extractor/bilibili] Fix BilibiliIE and Bangumi extractors ()
Closes , , 
Authored by: lockmatrix, pukkandan
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