aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/bilibili.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [bilibili]Add BiliIntlIE and BiliIntlSeriesIE (#907)Ashish Gupta2021-09-111-0/+140
| | | | Closes #611 Authored by: Ashish0804
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* [bilibili] Add category extractor (#695)animelover19842021-08-201-0/+73
| | | Authored by: animelover1984
* [bilibili] Improve `_VALID_URL`pukkandan2021-07-261-1/+1
|
* Update to ytdl-commit-379f52apukkandan2021-06-231-1/+1
| | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-2/+2
|
* [BilibiliChannel] Fix paginationpukkandan2021-04-221-19/+32
| | | | | | | Closes #222 https://github.com/nao20010128nao/ytdl-patched/commit/ccca21d7f57f1330a205f07d369e31883ba006c2 Coauthored by: nao20010128nao, pukkandan
* [bilibili] Fix uploaderpukkandan2021-04-081-2/+4
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/222
* [bilibili] Add anthology supportpukkandan2021-03-201-5/+49
| | | | | | Closes: #118 Co-authored by: animelover1984
* Update to ytdl-commit-3be0980pukkandan2021-03-151-6/+11
| | | | https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
* [bilibili] Change `Accept` header (Closes #145)pukkandan2021-03-071-10/+6
| | | | | | | | 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
* Cleanup some code (see desc)pukkandan2021-02-281-0/+1
| | | | | | | | * `--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
* Extract comments only when needed #95 (Closes #94)pukkandan2021-02-281-6/+9
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+639
* 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