aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [Newgrounds] Add age_limit and fix duration (#1156)u-spec-png2021-10-051-1/+16
| | | Authored by: u-spec-png
* [Vupload] Add extractor (#1146)u-spec-png2021-10-052-0/+52
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29877 Authored by: u-spec-png
* [Bilibili] Add subtitle converter (#1144)u-spec-png2021-10-051-2/+14
| | | | | Closes #1015 Based on https://github.com/y2361547758/bcc2ass Authored by: u-spec-png
* Fix `-f mp4` behaving differently from youtube-dlpukkandan2021-10-041-3/+8
|
* [build] Allow building with py2exe (and misc fixes)pukkandan2021-10-045-50/+103
| | | | | py2exe config is copied from youtube-dl Closes #1160
* [EmbedSubtitle, SubtitlesConvertor] Fix error when subtitle file is missingpukkandan2021-10-041-1/+4
| | | | | Closes #1152, #1134 Bug from 8e25d624df003d691be922488d6ab7007f75333d
* [funimation] Sort formats according to the relevant extractor-argspukkandan2021-10-041-2/+10
|
* [aes] Improve performance slightly (#1135)Ákos Sülyi2021-10-031-39/+13
| | | Authored by: sulyi
* [extractor] Extract storyboards from SMIL manifests (#1128)Felix S2021-10-033-12/+56
| | | Authored by: fstirlitz
* [Theta] Add video extractor (#1137)Aleri Kaisattera2021-10-022-3/+42
| | | Authored by: alerikaisattera
* [adobepass] Add RCN as MSO (#1129)jfogelman2021-09-301-0/+5
| | | Authored by: jfogelman
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-3014-39/+55
|
* [docs] Add note about our custom ffmpeg buildspukkandan2021-09-301-1/+4
|
* [postprocessor] Add plugin supportpukkandan2021-09-3011-48/+94
| | | | Adds option `--use-postprocessor` to enable them
* [reddit] Fix 429 by generating a random `reddit_session`pukkandan2021-09-301-9/+17
| | | | | | 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
* Allow empty output template to skip a type of filepukkandan2021-09-303-133/+149
| | | | Closes #760, #1111
* [embedsubtitle] Fix error when duration is unknownpukkandan2021-09-301-1/+1
|
* [build] Add more files to the tarballpukkandan2021-09-301-6/+6
| | | | Closes #1099
* [Gettr] Add extractor (#1120)i6t2021-09-292-0/+111
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589 Authored by: i6t
* [bbc] Extract better quality videos (#1113)ajj82021-09-291-1/+1
| | | | | 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
* Workaround for bug in `ssl.SSLContext.load_default_certs` (#1118)pukkandan2021-09-291-19/+25
| | | | | | | | * 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
* [HLS] Fix decryption issues (#1117)shirt2021-09-292-8/+15
| | | | | | | * 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
* [LinkedInLearning] Fix newline bug in subtitles (#1104)Ashish Gupta2021-09-281-3/+3
| | | Authored by: Ashish0804
* [ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)shirt2021-09-281-1/+1
| | | | | Fixes: #618, #998, #1039 Authored by: shirt-dev
* [Rumble] Add RumbleChannelIE (#1088)Ashish Gupta2021-09-282-2/+40
| | | Authored by: Ashish0804
* [SovietsCloset] Add duration from m3u8 (#908)ChillingPepper2021-09-282-0/+28
| | | Authored by: ChillingPepper
* [N1] Add extractor (#1080)u-spec-png2021-09-282-0/+137
| | | Authored by: u-spec-png
* Fix `--flat-playlist` when neither IE nor id is knownpukkandan2021-09-271-1/+1
|
* [update] Check for new version even if not updateablepukkandan2021-09-271-18/+18
|
* [outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan2021-09-274-3/+7
|