Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | Workaround ssl errors in mingw python | pukkandan | |
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-04 | Fix `-f mp4` behaving differently from youtube-dl | pukkandan | |
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 missing | pukkandan | |
Closes #1152, #1134 Bug from 8e25d624df003d691be922488d6ab7007f75333d | |||
2021-10-04 | [funimation] Sort formats according to the relevant extractor-args | pukkandan | |
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 docs | pukkandan | |
2021-09-30 | [docs] Add note about our custom ffmpeg builds | pukkandan | |
2021-09-30 | [postprocessor] Add plugin support | pukkandan | |
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-30 | Allow empty output template to skip a type of file | pukkandan | |
Closes #760, #1111 | |||
2021-09-30 | [embedsubtitle] Fix error when duration is unknown | pukkandan | |
2021-09-30 | [build] Add more files to the tarball | pukkandan | |
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-29 | Workaround 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 | |||
2021-09-28 | [N1] Add extractor (#1080) | u-spec-png | |
Authored by: u-spec-png | |||
2021-09-27 | Fix `--flat-playlist` when neither IE nor id is known | pukkandan | |
2021-09-27 | [update] Check for new version even if not updateable | pukkandan | |
2021-09-27 | [outtmpl] Alternate form of format type `l` for `\n` delimited list | pukkandan | |
2021-09-27 | [vidme] Remove extractor (#1095) | Aleri Kaisattera | |
Authored by: alerikaisattera | |||
2021-09-26 | [reddit] Add embedded url (#1090) | u-spec-png | |
Authored by: u-spec-png | |||
2021-09-26 | [Veo] Add extractor (#1084) | i6t | |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29445 Authored by: i6t | |||
2021-09-26 | [PolskieRadio] Fix extractors (#1082) | u-spec-png | |
Closes #1033 Authored by: jakubadamw, u-spec-png | |||
2021-09-26 | [outtmpl] Format type `U` for unicode normalization | pukkandan | |
2021-09-25 | [cookies] Fix keyring fallback (#1078) | Matt Broadway | |
The password returned by `security find-generic-password` has a newline at the end Closes #1073 Authored by: mbway | |||
2021-09-25 | [LinkedInLearning] Add subtitles (#1077) | Ashish Gupta | |
Authored by: Ashish0804 Closes #1072 | |||
2021-09-25 | [Newgrounds] Fix view count on songs (#1071) | u-spec-png | |
Authored by: u-spec-png | |||
2021-09-25 | [version] update2021.09.25 | pukkandan | |
:ci skip all | |||
2021-09-25 | Release 2021.09.25 | pukkandan | |
2021-09-25 | [build] Fix brew tap | pukkandan | |
2021-09-25 | Allow `0` in `--playlist-items` | pukkandan | |
2021-09-24 | [zdf] Improve format sorting | pukkandan | |
Closes #910 |