aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-09[Funimation] Fix for /v/ urls (#1196)Jules-A
Closes #993 Authored by: pukkandan, Jules-A
2021-10-09[utils] Let traverse_obj accept functions as keyspukkandan
2021-10-09[http] Respect user-provided chunk size over extractor'spukkandan
2021-10-09[Hidive] Fix subtitles broken by 705e7c2005dfe67a905e18736c9f6345ee9d386bpukkandan
2021-10-09[bilibili] Fix bug in efc947fb3eea38eeae257980e663de806f1e19d0u-spec-png
Authored by: u-spec-png
2021-10-09[docs] Write embedding and contributing documentation (#528)timethrow
Authored by: pukkandan, timethrow
2021-10-09[youtube:tab] Fallback to API when webpage fails to download (#1122)coletdjnz
and add some extractor_args to force this mode Authored by: coletdjnz
2021-10-09[ciscowebex] Add extractor (#1199)Damiano Amatruda
Authored by: damianoamatruda
2021-10-09Improved progress reporting (See desc) (#1125)pukkandan
* 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
2021-10-07[Streamable] Add codecs (#1189)u-spec-png
Authored by: u-spec-png
2021-10-06[Hidive] Fix duplicate and incorrect formatspukkandan
2021-10-06[docs,build] Change all pycryptodome references to pycryptodomexpukkandan
2021-10-06[FixupM3u8] Do not run if merge is neededpukkandan
We pass the relevant arguments to the merger, so separate fixup in redundant
2021-10-06[youtube] Fix non-fatal errors in fetching playerpukkandan
2021-10-06bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bfpukkandan
2021-10-06[reddit] bugfix for 8e3fd7e034cdd54972d13394821cd9e55e1c3735pukkandan
2021-10-06[soundcloud:playlist] Detect last page correctlypukkandan
Closes #1168
2021-10-06Workaround ssl errors in mingw pythonpukkandan
Closes #1151
2021-10-05[build] Use pycryptodomex for PyInstaller (#1179)shirt
2021-10-05[Mediaite] Relax valid url (#1158)coletdjnz
Closes #1131 Authored by: coletdjnz
2021-10-05[GoPro] Add extractor (#1167)i6t
Fixes: https://github.com/ytdl-org/youtube-dl/issues/30044 Authored by: i6t
2021-10-05[CBC] Cleanup tests (#1162)makeworld
Related: #1013 Authored by: makeworld-the-better-one
2021-10-05[parliamentlive.tv] Fix extractor (#1153)u-spec-png
Closes #1139 Authored by: u-spec-png
2021-10-05[Douyin] Rewrite extractor (#1157)MinePlayersPE
Closes #1121 Authored by: MinePlayersPE
2021-10-05[Newgrounds] Add age_limit and fix duration (#1156)u-spec-png
Authored by: u-spec-png
2021-10-05[Vupload] Add extractor (#1146)u-spec-png
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29877 Authored by: u-spec-png
2021-10-05[Bilibili] Add subtitle converter (#1144)u-spec-png
Closes #1015 Based on https://github.com/y2361547758/bcc2ass Authored by: u-spec-png
2021-10-04Fix `-f mp4` behaving differently from youtube-dlpukkandan
2021-10-04[build] Allow building with py2exe (and misc fixes)pukkandan
py2exe config is copied from youtube-dl Closes #1160
2021-10-04[EmbedSubtitle, SubtitlesConvertor] Fix error when subtitle file is missingpukkandan
Closes #1152, #1134 Bug from 8e25d624df003d691be922488d6ab7007f75333d
2021-10-04[funimation] Sort formats according to the relevant extractor-argspukkandan
2021-10-03[aes] Improve performance slightly (#1135)Ákos Sülyi
Authored by: sulyi
2021-10-03[extractor] Extract storyboards from SMIL manifests (#1128)Felix S
Authored by: fstirlitz
2021-10-02[Theta] Add video extractor (#1137)Aleri Kaisattera
Authored by: alerikaisattera
2021-09-30[adobepass] Add RCN as MSO (#1129)jfogelman
Authored by: jfogelman
2021-09-30[docs,cleanup] Some minor refactoring and improve docspukkandan
2021-09-30[docs] Add note about our custom ffmpeg buildspukkandan
2021-09-30[postprocessor] Add plugin supportpukkandan
Adds option `--use-postprocessor` to enable them
2021-09-30[reddit] Fix 429 by generating a random `reddit_session`pukkandan
Related: a76e2e0f8898c06939b6a123fa863ab8876cfa20, #1014, https://github.com/ytdl-org/youtube-dl/issues/29986 Original PR: https://github.com/ytdl-org/youtube-dl/pull/30017 Authored by: AjaxGb
2021-09-30Allow empty output template to skip a type of filepukkandan
Closes #760, #1111
2021-09-30[embedsubtitle] Fix error when duration is unknownpukkandan
2021-09-30[build] Add more files to the tarballpukkandan
Closes #1099
2021-09-29[Gettr] Add extractor (#1120)i6t
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589 Authored by: i6t
2021-09-29[bbc] Extract better quality videos (#1113)ajj8
mobile-tablet-main only provides 540p25, so it shouldn't be used for the first attempt. Instead pc provides up to 720p50 Authored by: ajj8
2021-09-29Workaround for bug in `ssl.SSLContext.load_default_certs` (#1118)pukkandan
* Remove old compat code * Load certificates only when not using nocheckcertificate * Load each certificate individually Closes #1060 Related bugs.python.org/issue35665, bugs.python.org/issue4531
2021-09-29[HLS] Fix decryption issues (#1117)shirt
* Unpad HLS fragments with PKCS#7 according to datatracker.ietf.org/doc/html/rfc8216 * media_sequence should only be incremented in for media fragments * The native decryption should only be used if ffmpeg is unavailable since it is significantly slower. Closes #1086 Authored by: shirt-dev, pukkandan
2021-09-28[LinkedInLearning] Fix newline bug in subtitles (#1104)Ashish Gupta
Authored by: Ashish0804
2021-09-28[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)shirt
Fixes: #618, #998, #1039 Authored by: shirt-dev
2021-09-28[Rumble] Add RumbleChannelIE (#1088)Ashish Gupta
Authored by: Ashish0804
2021-09-28[SovietsCloset] Add duration from m3u8 (#908)ChillingPepper
Authored by: ChillingPepper