aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [docs] Remove incorrect dependency on VC++10pukkandan2021-10-101-1/+3
| | | | Closes #1163
* Revert "[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)"pukkandan2021-10-101-1/+1
| | | | | | This reverts commit 250a938de82fb6b023c09ce3d89471c5871ff830. This is no longer necessary since 7687c8ac6e223a725b3ef8f56f04779bebdc86c5
* [francetv] Update extractor (#1096)Felix S2021-10-102-267/+89
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29996 Closes: https://github.com/yt-dlp/yt-dlp/issues/970, https://github.com/ytdl-org/youtube-dl/issues/29956, https://github.com/ytdl-org/youtube-dl/issues/29957, https://github.com/ytdl-org/youtube-dl/issues/29969, https://github.com/ytdl-org/youtube-dl/issues/29990, https://github.com/ytdl-org/youtube-dl/issues/30010 Authored by: fstirlitz, sarnoud
* [downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`pukkandan2021-10-101-3/+1
| | | | | | | When `FFmpegFD` initializes the PP, it passes `self` as the `downloader` But it does not have a `_postprocessor_hooks` attribute Closes #1211
* [version] updatepukkandan2021-10-096-13/+13
| | | | :ci skip all
* Release 2021.10.09pukkandan2021-10-104-6/+84
|
* [HotStarSeries] Fix cookies (#1187)Ashish Gupta2021-10-091-3/+3
| | | Authored by: Ashish0804
* [cleanup] Misc cleanuppukkandan2021-10-0925-136/+142
|
* Merge webm formats into mkv if thumbnails are to be embeddedpukkandan2021-10-091-4/+14
| | | | | | This was originally implemented in 4d971a16b831a45147b6ae7ce53b3e105d204da7 (#173) by @damianoamatruda but was reverted in 3b297919e046082cc4ab26ecb959d9f4f584102b since it was unintentionally being triggered for `write_thumbnail` (See #500)
* [Funimation] Fix for /v/ urls (#1196)Jules-A2021-10-091-62/+73
| | | | Closes #993 Authored by: pukkandan, Jules-A
* [utils] Let traverse_obj accept functions as keyspukkandan2021-10-091-1/+15
|
* [http] Respect user-provided chunk size over extractor'spukkandan2021-10-091-1/+2
|
* [Hidive] Fix subtitles broken by 705e7c2005dfe67a905e18736c9f6345ee9d386bpukkandan2021-10-091-19/+37
|
* [bilibili] Fix bug in efc947fb3eea38eeae257980e663de806f1e19d0u-spec-png2021-10-091-1/+0
| | | Authored by: u-spec-png
* [docs] Write embedding and contributing documentation (#528)timethrow2021-10-094-88/+292
| | | Authored by: pukkandan, timethrow
* [youtube:tab] Fallback to API when webpage fails to download (#1122)coletdjnz2021-10-092-59/+171
| | | | and add some extractor_args to force this mode Authored by: coletdjnz
* [ciscowebex] Add extractor (#1199)Damiano Amatruda2021-10-092-0/+91
| | | Authored by: damianoamatruda
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-0914-198/+293
| | | | | | | | | | | * Separate `--console-title` and `--no-progress` * Add option `--progress` to show progress-bar even in quiet mode * Fix and refactor `minicurses` * Use `minicurses` for all progress reporting * Standardize use of terminal sequences and enable color support for windows 10 * Add option `--progress-template` to customize progress-bar and console-title * Add postprocessor hooks and progress reporting Closes: #906, #901, #1085, #1170
* [Streamable] Add codecs (#1189)u-spec-png2021-10-071-2/+6
| | | Authored by: u-spec-png
* [Hidive] Fix duplicate and incorrect formatspukkandan2021-10-061-51/+34
|
* [docs,build] Change all pycryptodome references to pycryptodomexpukkandan2021-10-066-13/+23
|
* [FixupM3u8] Do not run if merge is neededpukkandan2021-10-061-1/+2
| | | | We pass the relevant arguments to the merger, so separate fixup in redundant
* [youtube] Fix non-fatal errors in fetching playerpukkandan2021-10-061-1/+3
|
* bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bfpukkandan2021-10-061-1/+1
|
* [reddit] bugfix for 8e3fd7e034cdd54972d13394821cd9e55e1c3735pukkandan2021-10-061-1/+1
|
* [soundcloud:playlist] Detect last page correctlypukkandan2021-10-061-0/+2
| | | | Closes #1168
* Workaround ssl errors in mingw pythonpukkandan2021-10-061-7/+14
| | | | Closes #1151
* [build] Use pycryptodomex for PyInstaller (#1179)shirt2021-10-054-7/+7
|
* [Mediaite] Relax valid url (#1158)coletdjnz2021-10-051-1/+14
| | | | Closes #1131 Authored by: coletdjnz
* [GoPro] Add extractor (#1167)i6t2021-10-052-0/+111
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/30044 Authored by: i6t
* [CBC] Cleanup tests (#1162)makeworld2021-10-051-4/+0
| | | | Related: #1013 Authored by: makeworld-the-better-one
* [parliamentlive.tv] Fix extractor (#1153)u-spec-png2021-10-051-18/+58
| | | | Closes #1139 Authored by: u-spec-png
* [Douyin] Rewrite extractor (#1157)MinePlayersPE2021-10-053-206/+205
| | | | Closes #1121 Authored by: MinePlayersPE