aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [patreon] Fix vimeo player regex (#1332)zenerdi0de2021-10-221-1/+1
| | | | | | | | Closes #1323 Authored by: zenerdi0de
| * [vimeo] Fix embedded `player.vimeo` URLpukkandan2021-10-221-129/+101
| | | | | | | | | | Closes #1138, partially fixes #1323 Cherry-picked from upstream commit 3ae9c0f410b1d4f63e8bada67dd62a8d2852be32
| * [microsoftstream] Add extractor (#1201)Damiano Amatruda2021-10-224-4/+133
| | | | | | | | | | 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
| * [tagesschau] Fix extractor (#1227)u-spec-png2021-10-222-222/+62
| | | | | | | | Closes #1124 Authored by: u-spec-png
| * [SponsorBlock] Obey `extractor-retries` and `sleep-requests`pukkandan2021-10-221-10/+23
| |
| * Re-implement deprecated option `--id`pukkandan2021-10-223-6/+13
| | | | | | | | | | Despite `--title`, `--literal` etc being deprecated, `--id` is still documented in youtube-dl and so should be kept
| * [AdobePass] Fix RCN MSO (#1349)jfogelman2021-10-221-2/+2
| | | | | | Authored by: jfogelman
| * [build] Refactor `pyinst.py` and misc cleanuppukkandan2021-10-215-128/+156
| | | | | | | | Closes #1361
| * [build] Release windows exe built with py2exepukkandan2021-10-214-13/+39
| | | | | | | | | | Closes: #855 Related: #661, #705, #890, #1024, #1160
| * [build] Enable lazy-extractors in releasespukkandan2021-10-214-14/+31
| | | | | | | | | | Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable lazy extractor loading
| * [build] Build standalone MacOS packages (#1221)Ricardo2021-10-214-71/+175
| | | | | | | | Closes #1075 Authored by: smplayer-dev
| * [docs] Migrate issues to use forms (#1302)Ashish Gupta2021-10-2126-635/+606
| | | | | | Authored by: Ashish0804
* | updated from upstream | 20/10/2021 at 11:45Jesús2021-10-2017-101/+122
|\|
| * Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-2010-58/+63
| | | | | | Closes #1251
| * [fragment] Print error message when skipping fragmentpukkandan2021-10-192-6/+7
| |
| * Revert "[fragments] Pad fragments before decrypting (#1298)"pukkandan2021-10-191-2/+1
| | | | | | | | This reverts commit 373475f03553a7fff2d20df878755bfad2fab8e5.
| * [utils] Standardize timestamp formatting codepukkandan2021-10-195-30/+38
| | | | | | | | Closes #1285
| * [http] Retry on socket timeoutpukkandan2021-10-191-3/+5
| | | | | | | | Closes #1222
| * [ModifyChapters] Do not mutate original chapters (#1322)Nil Admirari2021-10-191-4/+6
| | | | | | | | Closes #1295 Authored by: nihil-admirari
| * Add option `--no-batch-file` (#1335)Zirro2021-10-192-0/+5
| | | | | | Authored by: Zirro
* | change pycryptodomex to pycryptodomeJesús2021-10-186-9/+9
| |
* | Makefile: updateJesús2021-10-181-1/+1
| |
* | remove unused fileJesús2021-10-181-39/+0
| |
* | uppercase stringJesús2021-10-182-2/+2
| |
* | README.md: updateJesús2021-10-181-3/+6
| |
* | update from upstreamJesús2021-10-1810-259/+146
|\|
| * Add HDR information to formatspukkandan2021-10-186-6/+47
| |
| * Reduce default `--socket-timeout`pukkandan2021-10-182-2/+1
| |
| * [ModifyChapters] Allow removing sections by timestamppukkandan2021-10-184-5/+30
| | | | | | | | | | Eg: --remove-chapters "*10:15-15:00". The `*` prefix is used so as to avoid any conflicts with other valid regex
| * Do not verify thumbnail URLs by defaultpukkandan2021-10-183-20/+5
| | | | | | | | | | | | | | | | | | | | | | 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
| * [EmbedMetadata] Allow overwriting all default metadatapukkandan2021-10-182-12/+11
| | | | | | | | with `meta_default` key
| * [cleanup] Remove broken youtube login codepukkandan2021-10-181-198/+2
| |
| * [youtube:comments] Fix comment section not being extracted in new layouts ↵coletdjnz2021-10-181-2/+8
| | | | | | | | | | (#1324) Co-authored-by: coletdjnz, pukkandan
| * [fragments] Pad fragments before decrypting (#1298)shirt2021-10-181-1/+2
| | | | | | | | Closes #197, #1297, #1007 Authored by: shirt-dev
| * [Gronkh] Add extractor (#1299)Ashish Gupta2021-10-182-0/+44
| | | | | | | | Closes #1293 Authored by: Ashish0804
| * [SkyNewsAU] Add extractor (#1308)Ashish Gupta2021-10-182-0/+47
| | | | | | | | Closes #1287 Authored by: Ashish0804
| * [tbs] Add tbs live streams (#1326)LE2021-10-181-2/+2
| | | | | | Authored by: llacb47
| * [utils] Use `importlib` to load plugins (#1277)Ákos Sülyi2021-10-181-9/+7
| | | | | | Authored by: sulyi
| * [7plus] Add cookie based authentication (#1202)nyuszika7h2021-10-181-1/+45
| | | | | | | | Closes #1103 Authored by: nyuszika7h
| * [on24] Add extractor (#1200)Damiano Amatruda2021-10-182-0/+92
| | | | | | Authored by: damianoamatruda
| * Make `duration_string` and `resolution` available in --match-filterpukkandan2021-10-171-2/+5
| | | | | | | | Related: #1309
| * [utils] Allow duration strings in filterpukkandan2021-10-172-26/+21
| | | | | | | | Closes #1309
| * [crunchyroll] Add season to flat-playlistpukkandan2021-10-172-10/+14
| | | | | | | | Closes #1319
| * [crunchyroll] Add support for `beta.crunchyroll` URLspukkandan2021-10-172-2/+58
| | | | | | | | and fix series URLs with language code
| * Fix --restrict-filename when used with default templatepukkandan2021-10-171-1/+6
| |
| * [youtube] Expose different formats with same itagpukkandan2021-10-162-3/+7
| |
| * [downloader] Fix slow progress hookspukkandan2021-10-165-21/+23
| | | | | | | | Closes #1301
| * Fix conflict b/w id and ext in format selectionpukkandan2021-10-161-8/+19
| | | | | | | | Closes #1282
| * [Hotstar] Raise appropriate error for DRMAshish Gupta2021-10-161-10/+10
| |
| * [Viafree] add support for Finland (#1253)gustaf2021-10-141-2/+5
| | | | | | Authored by: 18928172992817182 (gustaf)