Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [test] Split download tests so they can be more easily run in CI | pukkandan | 2022-07-10 | 1 | -3/+19 | |
| | ||||||
* | [extractor/youtube] Fix duration check for post-live manifestless mode | pukkandan | 2022-07-10 | 1 | -1/+1 | |
| | ||||||
* | [extractor/bigo] Fix extractor (#4312) | Lesmiscore (Naoya Ozaki) | 2022-07-09 | 1 | -6/+6 | |
| | | | | | Closes #4139 Authored by: Lesmiscore | |||||
* | [extractor/fifa] Fix extractor (#4272) | ischmidt20 | 2022-07-09 | 1 | -26/+12 | |
| | | | Authored by: ischmidt20 | |||||
* | [extractor/Audiodraft] Add extractors (#4288) | Felix S | 2022-07-09 | 2 | -0/+97 | |
| | | | | | | Based on https://github.com/yt-dlp/yt-dlp/pull/4259 Closes https://github.com/yt-dlp/yt-dlp/issues/4028 Authored by: fstirlitz, Ashish0804 | |||||
* | [extractor/liputan6] Add extractor (#4304) | HobbyistDev | 2022-07-09 | 2 | -0/+65 | |
| | | | | | Closes #4303 Authored by: HobbyistDev | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 19 | -38/+52 | |
| | ||||||
* | Skip some fixup if remux/recode is needed (#4266) | Lesmiscore (Naoya Ozaki) | 2022-07-09 | 1 | -12/+15 | |
| | | | Authored by: Lesmiscore | |||||
* | [outtmpl] Add alternate form `h` for HTML escaping | pukkandan | 2022-07-09 | 2 | -3/+6 | |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/3292 | |||||
* | [build] Improve `setup.py` | pukkandan | 2022-07-09 | 1 | -20/+28 | |
| | | | | Closes #4296 | |||||
* | [extractor/youtube, cleanup] Fix tests (#4293) | Andrew | 2022-07-08 | 1 | -11/+42 | |
| | | | Authored by: sheerluck | |||||
* | [extractor/generic] Remove HEAD request | pukkandan | 2022-07-07 | 1 | -40/+18 | |
| | ||||||
* | Do not load system certificates when `certifi` is used | pukkandan | 2022-07-07 | 2 | -13/+14 | |
| | | | | | | | | | This causes `CERTIFICATE_VERIFY_FAILED` if there is an expired/bad certificate in the system store Partially reverts 8a82af3511b4379af0d239dbd01c672c17a2c46a Related: #4145 | |||||
* | Improve chapter sanitization | pukkandan | 2022-07-07 | 2 | -7/+10 | |
| | ||||||
* | [extractor/iq] Set language correctly for Korean subtitles | pukkandan | 2022-07-02 | 1 | -0/+1 | |
| | | | | Closes #3500 | |||||
* | [devscripts/update-formulae] Do not change dependency section | Lesmiscore | 2022-07-01 | 1 | -2/+2 | |
| | | | | Closes #4223 | |||||
* | [options] Fix aliases to `--config-location` | pukkandan | 2022-07-01 | 2 | -6/+14 | |
| | ||||||
* | Fix bug in 612f2be5d3924540158dfbe5f25d841f04cff8c6 | Lesmiscore | 2022-06-30 | 1 | -1/+1 | |
| | ||||||
* | [docs] Improve issue templates | pukkandan | 2022-06-30 | 14 | -309/+267 | |
| | ||||||
* | [update] Do not check `_update_spec` when up to date | pukkandan | 2022-06-30 | 1 | -0/+4 | |
| | ||||||
* | [build] Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 | pukkandan | 2022-06-30 | 1 | -0/+4 | |
| | ||||||
* | [build] Consistent order for lazy extractors (#4220) | Chris Lamb | 2022-06-29 | 1 | -1/+1 | |
| | | | Authored by: lamby | |||||
* | [version] update | github-actions | 2022-06-29 | 7 | -16/+16 | |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | |||||
* | Release 2022.06.29 | pukkandan | 2022-06-29 | 5 | -3/+55 | |
| | ||||||
* | [cleanup] Misc cleanup | pukkandan | 2022-06-29 | 10 | -64/+65 | |
| | ||||||
* | [extractor] Fix empty `BaseURL` in MPD | pukkandan | 2022-06-29 | 1 | -1/+2 | |
| | | | | Closes #4113 | |||||
* | [update] Ability to set a maximum version for specific variants | pukkandan | 2022-06-29 | 4 | -30/+81 | |
| | ||||||
* | [build] Draft release until complete | pukkandan | 2022-06-29 | 1 | -3/+16 | |
| | | | | | | Related: #4133 :ci skip | |||||
* | [extractor/livestreamfails] Add extractor (#4204) | nomevi | 2022-06-29 | 2 | -0/+35 | |
| | | | Authored by: nomevi | |||||
* | Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 (#4219) | Stefan Lobbenmeier | 2022-06-29 | 1 | -0/+3 | |
| | | | | | Update only to legacy version on old MacOS Authored by: StefanLobbenmeier | |||||
* | [extractor/ViMP] Add playlist extractor (#4147) | FestplattenSchnitzel | 2022-06-29 | 2 | -2/+74 | |
| | | | Authored by: FestplattenSchnitzel | |||||
* | [extractor/steam] Add broadcast extractor (#4137) | HobbyistDev | 2022-06-28 | 2 | -1/+51 | |
| | | | | | Closes #4083 Authored by: HobbyistDev | |||||
* | [build] Standalone x64 builds for MacOS 10.9 (#4106) | Stefan Lobbenmeier | 2022-06-28 | 2 | -1/+50 | |
| | | | Authored by: StefanLobbenmeier | |||||
* | [extractor/Scrolller] Add extractor (#4010) | Abubukker Chaudhary | 2022-06-28 | 2 | -0/+105 | |
| | | | | Closes #3635 Authored by: LunarFang416 | |||||
* | [cleanup] Fix some typos (#4194) | crazymoose77756 | 2022-06-26 | 15 | -27/+27 | |
| | | | Authored by: crazymoose77756 | |||||
* | [exractor/lbry] Use HEAD request for redirect URL (#4181) | MMM | 2022-06-26 | 1 | -13/+29 | |
| | | | | | and misc cleanup Authored by: flashdagger | |||||
* | [extractor/mediaset] Improve `_VALID_URL` | pukkandan | 2022-06-26 | 1 | -1/+4 | |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4141#issuecomment-1166521057 | |||||
* | [extractor/ertflix] Improve `_VALID_URL` | pukkandan | 2022-06-26 | 1 | -1/+4 | |
| | | | | Closes #4180 | |||||
* | [extractor/CWTV] Extract thumbnail (#4185) | ischmidt20 | 2022-06-25 | 1 | -0/+1 | |
| | | | Authored by: ischmidt20 | |||||
* | Sanitize `chapters` | pukkandan | 2022-06-26 | 1 | -0/+9 | |
| | | | | Closes #4182 | |||||
* | [hls] Warn user when trying to download live HLS | pukkandan | 2022-06-26 | 1 | -3/+9 | |
| | | | | We do not automatically switch to ffmpeg because the detection is not 100% accurate | |||||
* | [extractor/premiershiprugby] Add extractor (#4129) | HobbyistDev | 2022-06-25 | 2 | -0/+40 | |
| | | | | Closes #2980 Authored by: HobbyistDev | |||||
* | [extractor] Fix `_create_request` when headers is None | pukkandan | 2022-06-25 | 2 | -7/+7 | |
| | | | | Closes #4164 | |||||
* | [extractor/ViMP] Add thumbnail and support more sites (#4147) | FestplattenSchnitzel | 2022-06-25 | 1 | -5/+22 | |
| | | | | Authored by: FestplattenSchnitzel | |||||
* | [extractor/fuyin] Add extractor (#4151) | HobbyistDev | 2022-06-25 | 2 | -0/+31 | |
| | | | | | Closes #2871 Authored by: HobbyistDev | |||||
* | [options] Fix `parse_known_args` for `--` | pukkandan | 2022-06-25 | 1 | -1/+12 | |
| | | | | Closes #4167 | |||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 30 | -245/+203 | |
| | ||||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 55 | -56/+143 | |
| | ||||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 59 | -484/+390 | |
| | | | | Removing any more will require changes to a large number of extractors | |||||
* | [compat] Fix `compat.WINDOWS_VT_MODE` | pukkandan | 2022-06-25 | 3 | -16/+24 | |
| |