Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-26 | [DiscoveryPlus] Allow language codes in URL | pukkandan | |
Closes #1425 | |||
2021-10-26 | [Bilibili:comments] Fix infinite loop (#1423) | u-spec-png | |
Closes #1412 Authored by: u-spec-png | |||
2021-10-24 | [instagram] Fix bug in ab2ffab22d02d530e0b46f9e361ff53a2139898b (#1403) | u-spec-png | |
Authored by: u-spec-png | |||
2021-10-24 | Approximate filesize from bitrate | pukkandan | |
Closes #1400 | |||
2021-10-24 | [youtube] Populate `thumbnail` with the best "known" thumbnail | pukkandan | |
Closes #402, Related: https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-950290624 | |||
2021-10-24 | Separate `--check-all-formats` from `--check-formats` | pukkandan | |
Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails | |||
2021-10-23 | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | |
and some minor cleanup of docs | |||
2021-10-23 | [minicurses] Add more colors | pukkandan | |
2021-10-23 | [Nrk] See desc (#1382) | Alf Marius | |
* Endpoint has changed. Currently the old one redirects to the new one, but this may change * Descriptions use \r instead of \n. So translate it Authored by: fractalf | |||
2021-10-22 | [version] update2021.10.22 | pukkandan | |
:ci skip all | |||
2021-10-23 | Release 2021.10.22 | pukkandan | |
2021-10-23 | [cleanup] misc | pukkandan | |
2021-10-22 | [vlive:channel] Fix extraction | pukkandan | |
Based on https://github.com/ytdl-org/youtube-dl/pull/29866 Closes #749, #927, https://github.com/ytdl-org/youtube-dl/issues/29837 Authored by kikuyan, pukkandan | |||
2021-10-22 | [cookies] Local State should be opened as utf-8 | pukkandan | |
Closes #1276 | |||
2021-10-22 | [CBC] Support CBC Gem member content (#1294) | makeworld | |
Authored by: makeworld-the-better-one | |||
2021-10-22 | [CBC] Fix Gem livestream (#1289) | makeworld | |
Authored by: makeworld-the-better-one | |||
2021-10-22 | [Instagram] Add login (#1288) | u-spec-png | |
Authored by: u-spec-png | |||
2021-10-22 | [patreon] Fix vimeo player regex (#1332) | zenerdi0de | |
Closes #1323 Authored by: zenerdi0de | |||
2021-10-22 | [vimeo] Fix embedded `player.vimeo` URL | pukkandan | |
Closes #1138, partially fixes #1323 Cherry-picked from upstream commit 3ae9c0f410b1d4f63e8bada67dd62a8d2852be32 | |||
2021-10-22 | [microsoftstream] Add extractor (#1201) | Damiano Amatruda | |
Based on: https://github.com/ytdl-org/youtube-dl/pull/24649 Fixes: https://github.com/ytdl-org/youtube-dl/issues/24440 Authored by: damianoamatruda, nixklai | |||
2021-10-22 | [tagesschau] Fix extractor (#1227) | u-spec-png | |
Closes #1124 Authored by: u-spec-png | |||
2021-10-22 | [SponsorBlock] Obey `extractor-retries` and `sleep-requests` | pukkandan | |
2021-10-22 | Re-implement deprecated option `--id` | pukkandan | |
Despite `--title`, `--literal` etc being deprecated, `--id` is still documented in youtube-dl and so should be kept | |||
2021-10-22 | [AdobePass] Fix RCN MSO (#1349) | jfogelman | |
Authored by: jfogelman | |||
2021-10-21 | [build] Refactor `pyinst.py` and misc cleanup | pukkandan | |
Closes #1361 | |||
2021-10-21 | [build] Release windows exe built with py2exe | pukkandan | |
Closes: #855 Related: #661, #705, #890, #1024, #1160 | |||
2021-10-21 | [build] Enable lazy-extractors in releases | pukkandan | |
Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable lazy extractor loading | |||
2021-10-21 | [build] Build standalone MacOS packages (#1221) | Ricardo | |
Closes #1075 Authored by: smplayer-dev | |||
2021-10-21 | [docs] Migrate issues to use forms (#1302) | Ashish Gupta | |
Authored by: Ashish0804 | |||
2021-10-20 | Don't create console for subprocesses on Windows (#1261) | pukkandan | |
Closes #1251 | |||
2021-10-19 | [fragment] Print error message when skipping fragment | pukkandan | |
2021-10-19 | Revert "[fragments] Pad fragments before decrypting (#1298)" | pukkandan | |
This reverts commit 373475f03553a7fff2d20df878755bfad2fab8e5. | |||
2021-10-19 | [utils] Standardize timestamp formatting code | pukkandan | |
Closes #1285 | |||
2021-10-19 | [http] Retry on socket timeout | pukkandan | |
Closes #1222 | |||
2021-10-19 | [ModifyChapters] Do not mutate original chapters (#1322) | Nil Admirari | |
Closes #1295 Authored by: nihil-admirari | |||
2021-10-19 | Add option `--no-batch-file` (#1335) | Zirro | |
Authored by: Zirro | |||
2021-10-18 | Add HDR information to formats | pukkandan | |
2021-10-18 | Reduce default `--socket-timeout` | pukkandan | |
2021-10-18 | [ModifyChapters] Allow removing sections by timestamp | pukkandan | |
Eg: --remove-chapters "*10:15-15:00". The `*` prefix is used so as to avoid any conflicts with other valid regex | |||
2021-10-18 | Do not verify thumbnail URLs by default | pukkandan | |
Partially reverts cca80fe6110653582e8c8a8d06490b4028ffd755 and 0ba692acc8feffd46b6e1085fb4a2849b685945c Unless `--check-formats` is specified, this causes yt-dlp to return incorrect thumbnail urls. See https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-877909966, #402 But the overhead in general use is not worth it Closes #694, #725 | |||
2021-10-18 | [EmbedMetadata] Allow overwriting all default metadata | pukkandan | |
with `meta_default` key | |||
2021-10-18 | [cleanup] Remove broken youtube login code | pukkandan | |
2021-10-18 | [youtube:comments] Fix comment section not being extracted in new layouts ↵ | coletdjnz | |
(#1324) Co-authored-by: coletdjnz, pukkandan | |||
2021-10-18 | [fragments] Pad fragments before decrypting (#1298) | shirt | |
Closes #197, #1297, #1007 Authored by: shirt-dev | |||
2021-10-18 | [Gronkh] Add extractor (#1299) | Ashish Gupta | |
Closes #1293 Authored by: Ashish0804 | |||
2021-10-18 | [SkyNewsAU] Add extractor (#1308) | Ashish Gupta | |
Closes #1287 Authored by: Ashish0804 | |||
2021-10-18 | [tbs] Add tbs live streams (#1326) | LE | |
Authored by: llacb47 | |||
2021-10-18 | [utils] Use `importlib` to load plugins (#1277) | Ákos Sülyi | |
Authored by: sulyi | |||
2021-10-18 | [7plus] Add cookie based authentication (#1202) | nyuszika7h | |
Closes #1103 Authored by: nyuszika7h | |||
2021-10-18 | [on24] Add extractor (#1200) | Damiano Amatruda | |
Authored by: damianoamatruda |