Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor] Fix some errors being converted to `ExtractorError` | pukkandan | 2021-10-26 | 2 | -6/+16 | |
| | ||||||
* | [utils] Create `DownloadCancelled` exception | pukkandan | 2021-10-26 | 2 | -19/+24 | |
| | | | | | | as super-class of ExistingVideoReached, RejectedVideoReached, MaxDownloadsReached Third parties can also sub-class this to cancel the download queue from a hook | |||||
* | [downloader/ffmpeg] Fix vtt download with ffmpeg | pukkandan | 2021-10-26 | 1 | -0/+1 | |
| | ||||||
* | [outtmpl] Add type `link` for internet shortcut files | pukkandan | 2021-10-26 | 3 | -46/+39 | |
| | | | | | and refactor related code Closes #1405 | |||||
* | [utils] Sanitize URL when determining protocol | pukkandan | 2021-10-26 | 1 | -1/+1 | |
| | | | | Closes #1406 | |||||
* | [DiscoveryPlus] Allow language codes in URL | pukkandan | 2021-10-26 | 1 | -1/+4 | |
| | | | | Closes #1425 | |||||
* | [Bilibili:comments] Fix infinite loop (#1423) | u-spec-png | 2021-10-26 | 1 | -2/+4 | |
| | | | | Closes #1412 Authored by: u-spec-png | |||||
* | [instagram] Fix bug in ab2ffab22d02d530e0b46f9e361ff53a2139898b (#1403) | u-spec-png | 2021-10-24 | 1 | -0/+2 | |
| | | | Authored by: u-spec-png | |||||
* | Approximate filesize from bitrate | pukkandan | 2021-10-24 | 1 | -0/+4 | |
| | | | | Closes #1400 | |||||
* | [youtube] Populate `thumbnail` with the best "known" thumbnail | pukkandan | 2021-10-24 | 1 | -1/+6 | |
| | | | | Closes #402, Related: https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-950290624 | |||||
* | Separate `--check-all-formats` from `--check-formats` | pukkandan | 2021-10-24 | 3 | -56/+71 | |
| | | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails | |||||
* | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | 2021-10-23 | 14 | -73/+80 | |
| | | | | and some minor cleanup of docs | |||||
* | [minicurses] Add more colors | pukkandan | 2021-10-23 | 4 | -47/+161 | |
| | ||||||
* | [Nrk] See desc (#1382) | Alf Marius | 2021-10-23 | 1 | -2/+2 | |
| | | | | | | * Endpoint has changed. Currently the old one redirects to the new one, but this may change * Descriptions use \r instead of \n. So translate it Authored by: fractalf | |||||
* | [version] update | pukkandan | 2021-10-22 | 6 | -12/+12 | |
| | | | | :ci skip all | |||||
* | Release 2021.10.22 | pukkandan | 2021-10-23 | 4 | -5/+95 | |
| | ||||||
* | [cleanup] misc | pukkandan | 2021-10-23 | 17 | -69/+104 | |
| | ||||||
* | [vlive:channel] Fix extraction | pukkandan | 2021-10-22 | 1 | -120/+99 | |
| | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/29866 Closes #749, #927, https://github.com/ytdl-org/youtube-dl/issues/29837 Authored by kikuyan, pukkandan | |||||
* | [cookies] Local State should be opened as utf-8 | pukkandan | 2021-10-22 | 1 | -1/+1 | |
| | | | | Closes #1276 | |||||
* | [CBC] Support CBC Gem member content (#1294) | makeworld | 2021-10-22 | 1 | -24/+86 | |
| | | | Authored by: makeworld-the-better-one | |||||
* | [CBC] Fix Gem livestream (#1289) | makeworld | 2021-10-22 | 1 | -12/+12 | |
| | | | Authored by: makeworld-the-better-one | |||||
* | [Instagram] Add login (#1288) | u-spec-png | 2021-10-22 | 1 | -1/+43 | |
| | | | Authored by: u-spec-png | |||||
* | [patreon] Fix vimeo player regex (#1332) | zenerdi0de | 2021-10-22 | 1 | -1/+1 | |
| | | | | Closes #1323 Authored by: zenerdi0de | |||||
* | [vimeo] Fix embedded `player.vimeo` URL | pukkandan | 2021-10-22 | 1 | -129/+101 | |
| | | | | | Closes #1138, partially fixes #1323 Cherry-picked from upstream commit 3ae9c0f410b1d4f63e8bada67dd62a8d2852be32 | |||||
* | [microsoftstream] Add extractor (#1201) | Damiano Amatruda | 2021-10-22 | 4 | -4/+133 | |
| | | | | | Based on: https://github.com/ytdl-org/youtube-dl/pull/24649 Fixes: https://github.com/ytdl-org/youtube-dl/issues/24440 Authored by: damianoamatruda, nixklai | |||||
* | [tagesschau] Fix extractor (#1227) | u-spec-png | 2021-10-22 | 2 | -222/+62 | |
| | | | | Closes #1124 Authored by: u-spec-png | |||||
* | [SponsorBlock] Obey `extractor-retries` and `sleep-requests` | pukkandan | 2021-10-22 | 1 | -10/+23 | |
| | ||||||
* | Re-implement deprecated option `--id` | pukkandan | 2021-10-22 | 3 | -6/+13 | |
| | | | | | Despite `--title`, `--literal` etc being deprecated, `--id` is still documented in youtube-dl and so should be kept | |||||
* | [AdobePass] Fix RCN MSO (#1349) | jfogelman | 2021-10-22 | 1 | -2/+2 | |
| | | | Authored by: jfogelman | |||||
* | [build] Refactor `pyinst.py` and misc cleanup | pukkandan | 2021-10-21 | 5 | -128/+156 | |
| | | | | Closes #1361 | |||||
* | [build] Release windows exe built with py2exe | pukkandan | 2021-10-21 | 4 | -13/+39 | |
| | | | | | Closes: #855 Related: #661, #705, #890, #1024, #1160 | |||||
* | [build] Enable lazy-extractors in releases | pukkandan | 2021-10-21 | 4 | -14/+31 | |
| | | | | | Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable lazy extractor loading | |||||
* | [build] Build standalone MacOS packages (#1221) | Ricardo | 2021-10-21 | 4 | -71/+175 | |
| | | | | Closes #1075 Authored by: smplayer-dev | |||||
* | [docs] Migrate issues to use forms (#1302) | Ashish Gupta | 2021-10-21 | 26 | -635/+606 | |
| | | | Authored by: Ashish0804 | |||||
* | Don't create console for subprocesses on Windows (#1261) | pukkandan | 2021-10-20 | 10 | -58/+63 | |
| | | | Closes #1251 | |||||
* | [fragment] Print error message when skipping fragment | pukkandan | 2021-10-19 | 2 | -6/+7 | |
| | ||||||
* | Revert "[fragments] Pad fragments before decrypting (#1298)" | pukkandan | 2021-10-19 | 1 | -2/+1 | |
| | | | | This reverts commit 373475f03553a7fff2d20df878755bfad2fab8e5. | |||||
* | [utils] Standardize timestamp formatting code | pukkandan | 2021-10-19 | 5 | -30/+38 | |
| | | | | Closes #1285 | |||||
* | [http] Retry on socket timeout | pukkandan | 2021-10-19 | 1 | -3/+5 | |
| | | | | Closes #1222 | |||||
* | [ModifyChapters] Do not mutate original chapters (#1322) | Nil Admirari | 2021-10-19 | 1 | -4/+6 | |
| | | | | Closes #1295 Authored by: nihil-admirari | |||||
* | Add option `--no-batch-file` (#1335) | Zirro | 2021-10-19 | 2 | -0/+5 | |
| | | | Authored by: Zirro | |||||
* | Add HDR information to formats | pukkandan | 2021-10-18 | 6 | -6/+47 | |
| | ||||||
* | Reduce default `--socket-timeout` | pukkandan | 2021-10-18 | 2 | -2/+1 | |
| | ||||||
* | [ModifyChapters] Allow removing sections by timestamp | pukkandan | 2021-10-18 | 4 | -5/+30 | |
| | | | | | Eg: --remove-chapters "*10:15-15:00". The `*` prefix is used so as to avoid any conflicts with other valid regex | |||||
* | Do not verify thumbnail URLs by default | pukkandan | 2021-10-18 | 3 | -20/+5 | |
| | | | | | | | | | | | Partially reverts cca80fe6110653582e8c8a8d06490b4028ffd755 and 0ba692acc8feffd46b6e1085fb4a2849b685945c Unless `--check-formats` is specified, this causes yt-dlp to return incorrect thumbnail urls. See https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-877909966, #402 But the overhead in general use is not worth it Closes #694, #725 | |||||
* | [EmbedMetadata] Allow overwriting all default metadata | pukkandan | 2021-10-18 | 2 | -12/+11 | |
| | | | | with `meta_default` key | |||||
* | [cleanup] Remove broken youtube login code | pukkandan | 2021-10-18 | 1 | -198/+2 | |
| | ||||||
* | [youtube:comments] Fix comment section not being extracted in new layouts ↵ | coletdjnz | 2021-10-18 | 1 | -2/+8 | |
| | | | | | (#1324) Co-authored-by: coletdjnz, pukkandan | |||||
* | [fragments] Pad fragments before decrypting (#1298) | shirt | 2021-10-18 | 1 | -1/+2 | |
| | | | | Closes #197, #1297, #1007 Authored by: shirt-dev | |||||
* | [Gronkh] Add extractor (#1299) | Ashish Gupta | 2021-10-18 | 2 | -0/+44 | |
| | | | | Closes #1293 Authored by: Ashish0804 |