aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/bilibili.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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