Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement universal format sorting | pukkandan | 2022-11-17 | 2 | -3/+17 |
| | | | | Closes #5566 | ||||
* | [utils] Move format sorting code into `utils` | pukkandan | 2022-11-17 | 3 | -289/+301 |
| | |||||
* | [utils] Move `FileDownloader.parse_bytes` into utils | pukkandan | 2022-11-17 | 3 | -21/+25 |
| | |||||
* | [extractor/generic] Don't report redirect to https | pukkandan | 2022-11-17 | 1 | -1/+3 |
| | |||||
* | Add new field `aspect_ratio` | pukkandan | 2022-11-16 | 3 | -1/+8 |
| | | | | Closes #5402 | ||||
* | [cleanup] Misc | pukkandan | 2022-11-16 | 75 | -156/+194 |
| | | | | Closes #5541 | ||||
* | [extractor/youtube] Consider language in format de-duplication | pukkandan | 2022-11-15 | 1 | -11/+42 |
| | |||||
* | Make early reject of `--match-filter` stricter | pukkandan | 2022-11-13 | 1 | -0/+8 |
| | | | | Closes #5509 | ||||
* | [extractor] Add a way to distinguish IEs that returns only videos | pukkandan | 2022-11-13 | 2 | -0/+20 |
| | |||||
* | [utils] `classproperty`: Add cache support | pukkandan | 2022-11-13 | 1 | -3/+12 |
| | |||||
* | [extractor/tencent] Fix geo-restricted video (#5505) | Elyse | 2022-11-12 | 1 | -2/+7 |
| | | | | Closes #5230 Authored by: elyse0 | ||||
* | [extractor/youtube] Fix bug in handling of music URLs | pukkandan | 2022-11-12 | 1 | -1/+1 |
| | | | | | Bug in bd7e919a75cd264daabbe50137b2a7c89390c68c Closes #5502 | ||||
* | Fix bugs in `PlaylistEntries` | pukkandan | 2022-11-12 | 2 | -6/+9 |
| | |||||
* | [extractor/Veoh] Add user extractor (#5242) | Audrey | 2022-11-11 | 2 | -2/+69 |
| | | | Authored by: tntmod54321 | ||||
* | [extractor/youtube] Fix `ytuser:` | pukkandan | 2022-11-11 | 1 | -3/+1 |
| | |||||
* | [version] update | github-actions | 2022-11-11 | 7 | -26/+26 |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | ||||
* | Release 2022.11.11 | pukkandan | 2022-11-11 | 4 | -11/+187 |
| | |||||
* | [cleanup] Misc | Robert Geislinger | 2022-11-11 | 8 | -19/+19 |
| | | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster | ||||
* | [ThumbnailsConvertor] Fix filename escaping | pukkandan | 2022-11-11 | 1 | -3/+3 |
| | | | | | Closes #4604 Authored by: pukkandan, dirkf | ||||
* | [extractor/YleAreena] Add extractor (#5270) | Vitaly Khabarov | 2022-11-11 | 2 | -0/+72 |
| | | | | Closes #2508 Authored by: vitkhab, pukkandan | ||||
* | [extractor/cinetecamilano] Add extractor (#5279) | Timendum | 2022-11-11 | 2 | -0/+62 |
| | | | | Closes #5031 Authored by: timendum | ||||
* | Fix `--list` options not implying `-s` in some cases (#5296) | bashonly | 2022-11-11 | 1 | -2/+8 |
| | | | Authored by: bashonly, Grub4K | ||||
* | [extractor/youtube:tab] Improvements to tab handling (#5487) | pukkandan | 2022-11-11 | 1 | -137/+146 |
| | | | | | | * Better handling of direct channel URLs - See https://github.com/yt-dlp/yt-dlp/pull/5439#issuecomment-1309322019 * Prioritize tab id from URL slug - Closes #5486 * Add metadata for the wrapping playlist * Simplify redirect for music playlists | ||||
* | [extractor] Fix `fatal=False` for `_search_nuxt_data` | pukkandan | 2022-11-11 | 1 | -1/+4 |
| | | | | Closes #5423 | ||||
* | [build] Make linux binary truly standalone using `conda` (#5423) | mlampe | 2022-11-11 | 1 | -5/+22 |
| | | | Authored by: mlampe | ||||
* | [build] Create armv7l and aarch64 releases (#5449) | MrOctopus | 2022-11-11 | 5 | -18/+75 |
| | | | | Closes #5436 Authored by: MrOctopus, pukkandan | ||||
* | [extractor/nzherald] Support new video embed (#5493) | Matthew | 2022-11-10 | 1 | -10/+38 |
| | | | Authored by: coletdjnz | ||||
* | [extractor/youtube] Ignore incomplete data error for comment replies (#5490) | Matthew | 2022-11-10 | 1 | -5/+15 |
| | | | | | When --ignore-errors is used. Closes https://github.com/yt-dlp/yt-dlp/issues/4669 Authored by: coletdjnz | ||||
* | [extractor/youtube] Differentiate between no and disabled comments (#5491) | Matthew | 2022-11-10 | 2 | -0/+6 |
| | | | | | | | | `comments` and `comment_count` will be set to None, as opposed to an empty list and 0, respectively. Fixes https://github.com/yt-dlp/yt-dlp/issues/5068 Authored by: coletdjnz, pukkandan | ||||
* | [build] `py2exe`: Migrate to freeze API (#5149) | Sergey | 2022-11-10 | 2 | -55/+70 |
| | | | | Closes #5135 Authored by: SG5, pukkandan | ||||
* | [extractor/youtube:tab] Fix video metadata from tabs (#5489) | Matthew | 2022-11-10 | 1 | -12/+84 |
| | | | | Closes #5488 Authored by: coletdjnz | ||||
* | [test] Allow `extract_flat` in download tests | pukkandan | 2022-11-10 | 2 | -3/+10 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [build, test] Harden workflows' security (#5410) | Alex | 2022-11-10 | 4 | -3/+15 |
| | | | Authored by: sashashura | ||||
* | [extractor/doodstream] Remove extractor | pukkandan | 2022-11-09 | 3 | -89/+51 |
| | | | | | | It was added in youtube-dlc, likely without sufficient scrutiny Closes #3808, Closes #5251, Closes #5403 | ||||
* | [extractor/rumble] Add HLS formats and extract more metadata (#5280) | MMM | 2022-11-09 | 2 | -59/+154 |
| | | | | Closes #5177, #5277 Authored by: flashdagger | ||||
* | [extractor/unsupported] Raise error on known DRM-only sites (#5483) | Matthew | 2022-11-09 | 2 | -0/+94 |
| | | | Authored by: coletdjnz | ||||
* | [extractor/bitchute] Better error for geo-restricted videos (#5474) | MMM | 2022-11-09 | 1 | -0/+19 |
| | | | Authored by: flashdagger | ||||
* | [extractor/youtube:tab] Update tab handling for redesign (#5439) | Matthew | 2022-11-09 | 3 | -92/+253 |
| | | | | Closes #5432, #5430, #5419 Authored by: coletdjnz, pukkandan | ||||
* | [extractor/bitchute] Improve `BitChuteChannelIE` (#5066) | MMM | 2022-11-09 | 2 | -41/+99 |
| | | | Authored by: flashdagger, pukkandan | ||||
* | [extractor/camsoda] Add extractor (#5465) | zulaport | 2022-11-09 | 2 | -0/+60 |
| | | | Authored by: zulaport | ||||
* | [extractor/hotstar] Refactor v1 API calls | pukkandan | 2022-11-09 | 1 | -52/+29 |
| | |||||
* | [extractor/hotstar] Add season support (#5479) | m4tu4g | 2022-11-09 | 2 | -11/+53 |
| | | | | Closes #5473 Authored by: m4tu4g | ||||
* | [extractor/stripchat] Improve error message (#5475) | Anant Murmu | 2022-11-08 | 1 | -0/+3 |
| | | | Authored by: freezboltz | ||||
* | [extractor/uktvplay] Fix `_VALID_URL` | pukkandan | 2022-11-07 | 1 | -1/+4 |
| | | | | Closes #5472 | ||||
* | [extractor/odnoklassniki] Support boosty.to embeds (#5105) | megapro17 | 2022-11-07 | 1 | -19/+75 |
| | | | | Closes #4212 Authored by: megapro17, Lesmiscore, pukkandan | ||||
* | [extractor/mxplayer] Improve extractor (#5303) | m4tu4g | 2022-11-07 | 1 | -9/+24 |
| | | | | Closes #5276 Authored by: m4tu4g | ||||
* | [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) | ClosedPort22 | 2022-11-07 | 2 | -1/+31 |
| | | | Authored by: ClosedPort22, pukkandan | ||||
* | [extractor/niconico] Always use HTTPS for requests | Lesmiscore | 2022-11-07 | 1 | -3/+3 |
| | | | | | | This prevents MITM attacks from malicious parties like insane ISPs Closes #5469 | ||||
* | [extractor/foxnews] Add `FoxNewsVideo` extractor | pukkandan | 2022-11-07 | 2 | -0/+24 |
| | | | | Closes #5133 | ||||
* | [extractor/vlive] Extract `release_timestamp` | pukkandan | 2022-11-07 | 1 | -0/+16 |
| | | | | Closes #5424 |