Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [francetv] Update extractor (#1096) | Felix S | 2021-10-10 | 2 | -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` | pukkandan | 2021-10-10 | 1 | -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] update | pukkandan | 2021-10-09 | 6 | -13/+13 |
| | | | | :ci skip all | ||||
* | Release 2021.10.09 | pukkandan | 2021-10-10 | 4 | -6/+84 |
| | |||||
* | [HotStarSeries] Fix cookies (#1187) | Ashish Gupta | 2021-10-09 | 1 | -3/+3 |
| | | | Authored by: Ashish0804 | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-10-09 | 25 | -136/+142 |
| | |||||
* | Merge webm formats into mkv if thumbnails are to be embedded | pukkandan | 2021-10-09 | 1 | -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-A | 2021-10-09 | 1 | -62/+73 |
| | | | | Closes #993 Authored by: pukkandan, Jules-A | ||||
* | [utils] Let traverse_obj accept functions as keys | pukkandan | 2021-10-09 | 1 | -1/+15 |
| | |||||
* | [http] Respect user-provided chunk size over extractor's | pukkandan | 2021-10-09 | 1 | -1/+2 |
| | |||||
* | [Hidive] Fix subtitles broken by 705e7c2005dfe67a905e18736c9f6345ee9d386b | pukkandan | 2021-10-09 | 1 | -19/+37 |
| | |||||
* | [bilibili] Fix bug in efc947fb3eea38eeae257980e663de806f1e19d0 | u-spec-png | 2021-10-09 | 1 | -1/+0 |
| | | | Authored by: u-spec-png | ||||
* | [docs] Write embedding and contributing documentation (#528) | timethrow | 2021-10-09 | 4 | -88/+292 |
| | | | Authored by: pukkandan, timethrow | ||||
* | [youtube:tab] Fallback to API when webpage fails to download (#1122) | coletdjnz | 2021-10-09 | 2 | -59/+171 |
| | | | | and add some extractor_args to force this mode Authored by: coletdjnz | ||||
* | [ciscowebex] Add extractor (#1199) | Damiano Amatruda | 2021-10-09 | 2 | -0/+91 |
| | | | Authored by: damianoamatruda | ||||
* | Improved progress reporting (See desc) (#1125) | pukkandan | 2021-10-09 | 14 | -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-png | 2021-10-07 | 1 | -2/+6 |
| | | | Authored by: u-spec-png | ||||
* | [Hidive] Fix duplicate and incorrect formats | pukkandan | 2021-10-06 | 1 | -51/+34 |
| | |||||
* | [docs,build] Change all pycryptodome references to pycryptodomex | pukkandan | 2021-10-06 | 6 | -13/+23 |
| | |||||
* | [FixupM3u8] Do not run if merge is needed | pukkandan | 2021-10-06 | 1 | -1/+2 |
| | | | | We pass the relevant arguments to the merger, so separate fixup in redundant | ||||
* | [youtube] Fix non-fatal errors in fetching player | pukkandan | 2021-10-06 | 1 | -1/+3 |
| | |||||
* | bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bf | pukkandan | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | [reddit] bugfix for 8e3fd7e034cdd54972d13394821cd9e55e1c3735 | pukkandan | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | [soundcloud:playlist] Detect last page correctly | pukkandan | 2021-10-06 | 1 | -0/+2 |
| | | | | Closes #1168 | ||||
* | Workaround ssl errors in mingw python | pukkandan | 2021-10-06 | 1 | -7/+14 |
| | | | | Closes #1151 | ||||
* | [build] Use pycryptodomex for PyInstaller (#1179) | shirt | 2021-10-05 | 4 | -7/+7 |
| | |||||
* | [Mediaite] Relax valid url (#1158) | coletdjnz | 2021-10-05 | 1 | -1/+14 |
| | | | | Closes #1131 Authored by: coletdjnz | ||||
* | [GoPro] Add extractor (#1167) | i6t | 2021-10-05 | 2 | -0/+111 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/30044 Authored by: i6t | ||||
* | [CBC] Cleanup tests (#1162) | makeworld | 2021-10-05 | 1 | -4/+0 |
| | | | | Related: #1013 Authored by: makeworld-the-better-one | ||||
* | [parliamentlive.tv] Fix extractor (#1153) | u-spec-png | 2021-10-05 | 1 | -18/+58 |
| | | | | Closes #1139 Authored by: u-spec-png | ||||
* | [Douyin] Rewrite extractor (#1157) | MinePlayersPE | 2021-10-05 | 3 | -206/+205 |
| | | | | Closes #1121 Authored by: MinePlayersPE | ||||
* | [Newgrounds] Add age_limit and fix duration (#1156) | u-spec-png | 2021-10-05 | 1 | -1/+16 |
| | | | Authored by: u-spec-png | ||||
* | [Vupload] Add extractor (#1146) | u-spec-png | 2021-10-05 | 2 | -0/+52 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29877 Authored by: u-spec-png | ||||
* | [Bilibili] Add subtitle converter (#1144) | u-spec-png | 2021-10-05 | 1 | -2/+14 |
| | | | | | Closes #1015 Based on https://github.com/y2361547758/bcc2ass Authored by: u-spec-png | ||||
* | Fix `-f mp4` behaving differently from youtube-dl | pukkandan | 2021-10-04 | 1 | -3/+8 |
| | |||||
* | [build] Allow building with py2exe (and misc fixes) | pukkandan | 2021-10-04 | 5 | -50/+103 |
| | | | | | py2exe config is copied from youtube-dl Closes #1160 | ||||
* | [EmbedSubtitle, SubtitlesConvertor] Fix error when subtitle file is missing | pukkandan | 2021-10-04 | 1 | -1/+4 |
| | | | | | Closes #1152, #1134 Bug from 8e25d624df003d691be922488d6ab7007f75333d | ||||
* | [funimation] Sort formats according to the relevant extractor-args | pukkandan | 2021-10-04 | 1 | -2/+10 |
| | |||||
* | [aes] Improve performance slightly (#1135) | Ákos Sülyi | 2021-10-03 | 1 | -39/+13 |
| | | | Authored by: sulyi | ||||
* | [extractor] Extract storyboards from SMIL manifests (#1128) | Felix S | 2021-10-03 | 3 | -12/+56 |
| | | | Authored by: fstirlitz | ||||
* | [Theta] Add video extractor (#1137) | Aleri Kaisattera | 2021-10-02 | 2 | -3/+42 |
| | | | Authored by: alerikaisattera | ||||
* | [adobepass] Add RCN as MSO (#1129) | jfogelman | 2021-09-30 | 1 | -0/+5 |
| | | | Authored by: jfogelman | ||||
* | [docs,cleanup] Some minor refactoring and improve docs | pukkandan | 2021-09-30 | 14 | -39/+55 |
| | |||||
* | [docs] Add note about our custom ffmpeg builds | pukkandan | 2021-09-30 | 1 | -1/+4 |
| | |||||
* | [postprocessor] Add plugin support | pukkandan | 2021-09-30 | 11 | -48/+94 |
| | | | | Adds option `--use-postprocessor` to enable them | ||||
* | [reddit] Fix 429 by generating a random `reddit_session` | pukkandan | 2021-09-30 | 1 | -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 file | pukkandan | 2021-09-30 | 3 | -133/+149 |
| | | | | Closes #760, #1111 | ||||
* | [embedsubtitle] Fix error when duration is unknown | pukkandan | 2021-09-30 | 1 | -1/+1 |
| | |||||
* | [build] Add more files to the tarball | pukkandan | 2021-09-30 | 1 | -6/+6 |
| | | | | Closes #1099 | ||||
* | [Gettr] Add extractor (#1120) | i6t | 2021-09-29 | 2 | -0/+111 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589 Authored by: i6t |