aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.22pukkandan
:ci skip all
2021-10-23Release 2021.10.22pukkandan
2021-10-23[cleanup] miscpukkandan
2021-10-22[vlive:channel] Fix extractionpukkandan
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-8pukkandan
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` URLpukkandan
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-22Re-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 cleanuppukkandan
Closes #1361
2021-10-21[build] Release windows exe built with py2exepukkandan
Closes: #855 Related: #661, #705, #890, #1024, #1160
2021-10-21[build] Enable lazy-extractors in releasespukkandan
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-20Don't create console for subprocesses on Windows (#1261)pukkandan
Closes #1251
2021-10-19[fragment] Print error message when skipping fragmentpukkandan
2021-10-19Revert "[fragments] Pad fragments before decrypting (#1298)"pukkandan
This reverts commit 373475f03553a7fff2d20df878755bfad2fab8e5.
2021-10-19[utils] Standardize timestamp formatting codepukkandan
Closes #1285
2021-10-19[http] Retry on socket timeoutpukkandan
Closes #1222
2021-10-19[ModifyChapters] Do not mutate original chapters (#1322)Nil Admirari
Closes #1295 Authored by: nihil-admirari
2021-10-19Add option `--no-batch-file` (#1335)Zirro
Authored by: Zirro
2021-10-18Add HDR information to formatspukkandan
2021-10-18Reduce default `--socket-timeout`pukkandan
2021-10-18[ModifyChapters] Allow removing sections by timestamppukkandan
Eg: --remove-chapters "*10:15-15:00". The `*` prefix is used so as to avoid any conflicts with other valid regex
2021-10-18Do not verify thumbnail URLs by defaultpukkandan
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 metadatapukkandan
with `meta_default` key
2021-10-18[cleanup] Remove broken youtube login codepukkandan
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
2021-10-17Make `duration_string` and `resolution` available in --match-filterpukkandan
Related: #1309
2021-10-17[utils] Allow duration strings in filterpukkandan
Closes #1309
2021-10-17[crunchyroll] Add season to flat-playlistpukkandan
Closes #1319
2021-10-17[crunchyroll] Add support for `beta.crunchyroll` URLspukkandan
and fix series URLs with language code
2021-10-17Fix --restrict-filename when used with default templatepukkandan
2021-10-16[youtube] Expose different formats with same itagpukkandan
2021-10-16[downloader] Fix slow progress hookspukkandan
Closes #1301
2021-10-16Fix conflict b/w id and ext in format selectionpukkandan
Closes #1282