aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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)
* [trovo] Support channel clips and VODs (#1246)Ashish Gupta2021-10-142-0/+69
| | | | Closes #229 Authored by: Ashish0804
* [YoutubeDL] Write verbose header to loggerpukkandan2021-10-141-20/+28
|
* [instagram] Show appropriate error when login is neededpukkandan2021-10-142-3/+5
| | | | Closes #1264
* [http] Show the last encountered errorpukkandan2021-10-141-0/+2
| | | | Closes #1262
* [Hotstar] Mention Dynamic Range in format id (#1265)Ashish Gupta2021-10-141-3/+4
| | | Authored by: Ashish0804
* [extractor,utils] Detect more codecs/mimetypespukkandan2021-10-132-1/+3
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29943
* Fix bug in c111cefa5de2337fc677367ee2d727b8a56e3fd0pukkandan2021-10-131-2/+2
|
* [eria2c] Fix --skip-unavailable fragmentpukkandan2021-10-131-44/+45
|
* [outtmpl] Fix bug in expanding environment variablespukkandan2021-10-132-5/+9
|
* [downloader/ffmpeg] Improve simultaneous download and mergepukkandan2021-10-134-12/+18
|
* Calculate more fields for merged formatspukkandan2021-10-131-2/+10
| | | | Closes #947
* [devscripts/run_tests] Use markers to filter tests (#1258)Ákos Sülyi2021-10-132-6/+6
| | | | | `-k` filters using a substring match on test name. `-m` checks markers for an exact match. Authored by: sulyi
* [YouTube] Add auto-translated subtitlespukkandan2021-10-121-23/+26
| | | | Closes #1245
* Fix verbose head not showing custom configspukkandan2021-10-121-1/+1
|
* [cleanup] Cleanup bilibili codepukkandan2021-10-121-142/+82
| | | | | Closes #1169 Authored by pukkandan, u-spec-png
* [extractor] Generalize `getcomments` implementationpukkandan2021-10-123-42/+38
|
* [extractor] Simplify search extractorspukkandan2021-10-126-72/+27
|
* Fix bug in storyboardspukkandan2021-10-111-4/+5
| | | | Caused by 9359f3d4f02856128f5626e754c7f64e2232b02f
* [Merger] Do not add `aac_adtstoasc` to non-hls audiopukkandan2021-10-111-1/+2
|
* [extractor] Detect `EXT-X-KEY` Apple FairPlaypukkandan2021-10-111-1/+1
|
* [update] Clean up error reportingpukkandan2021-10-111-61/+74
| | | | Closes #1224
* Load archive only after printing verbose headpukkandan2021-10-111-18/+18
| | | | If there is some issue in loading archive, the verbose head should be visible in the logs
* Fix `check_formats` output being written to stdout when `-qv`pukkandan2021-10-111-1/+1
| | | | Closes #1229
* [tiktok] Fix typo in 943d5ab13305b6a37424e6572d10f562384ada9apukkandan2021-10-111-15/+19
| | | | | and update tests Closes #1226
* [EUScreen] Add Extractor (#1219)Ashish Gupta2021-10-112-0/+65
| | | | Closes #1207 Authored by: Ashish0804
* [hidive] Fix typo in b5ae35ee6d3f913898770b8c74ee5f5e5cc33560pukkandan2021-10-101-2/+3
|
* [version] updatepukkandan2021-10-106-13/+13
| | | | :ci skip all
* Release 2021.10.10pukkandan2021-10-105-7/+16
|
* [downloader] Fix throttledratelimitpukkandan2021-10-101-2/+3
| | | | The timer should not reset at start of each block
* [build] Allow to release without changelogpukkandan2021-10-101-1/+1
| | | | so that forks can build using GHA easily
* [minicurses] Fix when printing to filepukkandan2021-10-104-24/+29
| | | | Closes #1215
* [NovaPlay] Add extractor (#1209)Bojidar Qnkov2021-10-102-0/+64
| | | Authored by: Bojidarist