Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [bbc] Extract better quality videos (#1113) | ajj8 | 2021-09-29 | 1 | -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) | pukkandan | 2021-09-29 | 1 | -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) | shirt | 2021-09-29 | 2 | -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 Gupta | 2021-09-28 | 1 | -3/+3 |
| | | | Authored by: Ashish0804 | ||||
* | [ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109) | shirt | 2021-09-28 | 1 | -1/+1 |
| | | | | | Fixes: #618, #998, #1039 Authored by: shirt-dev | ||||
* | [Rumble] Add RumbleChannelIE (#1088) | Ashish Gupta | 2021-09-28 | 2 | -2/+40 |
| | | | Authored by: Ashish0804 | ||||
* | [SovietsCloset] Add duration from m3u8 (#908) | ChillingPepper | 2021-09-28 | 2 | -0/+28 |
| | | | Authored by: ChillingPepper | ||||
* | [N1] Add extractor (#1080) | u-spec-png | 2021-09-28 | 2 | -0/+137 |
| | | | Authored by: u-spec-png | ||||
* | Fix `--flat-playlist` when neither IE nor id is known | pukkandan | 2021-09-27 | 1 | -1/+1 |
| | |||||
* | [update] Check for new version even if not updateable | pukkandan | 2021-09-27 | 1 | -18/+18 |
| | |||||
* | [outtmpl] Alternate form of format type `l` for `\n` delimited list | pukkandan | 2021-09-27 | 4 | -3/+7 |
| | |||||
* | [vidme] Remove extractor (#1095) | Aleri Kaisattera | 2021-09-27 | 3 | -307/+0 |
| | | | Authored by: alerikaisattera | ||||
* | [reddit] Add embedded url (#1090) | u-spec-png | 2021-09-26 | 1 | -1/+4 |
| | | | Authored by: u-spec-png | ||||
* | [Veo] Add extractor (#1084) | i6t | 2021-09-26 | 2 | -0/+75 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29445 Authored by: i6t | ||||
* | [PolskieRadio] Fix extractors (#1082) | u-spec-png | 2021-09-26 | 1 | -9/+38 |
| | | | | Closes #1033 Authored by: jakubadamw, u-spec-png | ||||
* | [outtmpl] Format type `U` for unicode normalization | pukkandan | 2021-09-26 | 4 | -16/+27 |
| | |||||
* | [cookies] Fix keyring fallback (#1078) | Matt Broadway | 2021-09-25 | 1 | -7/+12 |
| | | | | | | The password returned by `security find-generic-password` has a newline at the end Closes #1073 Authored by: mbway | ||||
* | [LinkedInLearning] Add subtitles (#1077) | Ashish Gupta | 2021-09-25 | 1 | -1/+24 |
| | | | | Authored by: Ashish0804 Closes #1072 | ||||
* | [Newgrounds] Fix view count on songs (#1071) | u-spec-png | 2021-09-25 | 1 | -1/+1 |
| | | | Authored by: u-spec-png | ||||
* | [version] update | pukkandan | 2021-09-25 | 6 | -13/+13 |
| | | | | :ci skip all | ||||
* | Release 2021.09.25 | pukkandan | 2021-09-25 | 4 | -16/+171 |
| | |||||
* | [build] Fix brew tap | pukkandan | 2021-09-25 | 1 | -16/+16 |
| | |||||
* | Allow `0` in `--playlist-items` | pukkandan | 2021-09-25 | 2 | -1/+5 |
| | |||||
* | [zdf] Improve format sorting | pukkandan | 2021-09-24 | 1 | -20/+22 |
| | | | | Closes #910 |