Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [downloader/hls] Allow extractors to provide AES key (#6158) | bashonly | 2023-02-08 | 6 | -21/+45 | |
| | | | | | | | | and related cleanup Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||||
* | [extractor/pornez] Handle relative URLs in iframe (#6171) | JChris246 | 2023-02-08 | 1 | -2/+3 | |
| | | | | Authored by: JChris246 Closes #6162 | |||||
* | [utils] `traverse_obj`: Fix several behavioral problems | Simon Sawicki | 2023-02-08 | 2 | -76/+108 | |
| | | | | | See #6180 for further info Authored by: Grub4K | |||||
* | [compat_utils] Improve `passthrough_module` | pukkandan | 2023-02-08 | 3 | -24/+18 | |
| | ||||||
* | [dependencies] Standardize `Cryptodome` imports | pukkandan | 2023-02-08 | 9 | -68/+73 | |
| | ||||||
* | Support module level `__bool__` and `property` | pukkandan | 2023-02-08 | 2 | -37/+64 | |
| | ||||||
* | Make `title` completely non-fatal | pukkandan | 2023-02-07 | 1 | -5/+1 | |
| | | | | Ref: https://github.com/yt-dlp/yt-dlp/pull/6158#discussion_r1096984349 | |||||
* | [extractor/huya] Support HD streams (#6172) | Felix Yan | 2023-02-07 | 1 | -2/+7 | |
| | | | Authored by: felixonmars | |||||
* | [extractor/reddit] Support user posts (#6173) | OMEGA_RAZER | 2023-02-06 | 1 | -3/+27 | |
| | | | Authored by: OMEGARAZER | |||||
* | [extractor/GoPlay] Use new API (#6151) | Jeroen Jacobs | 2023-02-04 | 1 | -3/+3 | |
| | | | | Authored by: jeroenj Closes #6032 | |||||
* | [extractor/zdf] Use android API endpoint for UHD downloads (#6150) | sepro | 2023-02-04 | 1 | -7/+21 | |
| | | | Authored by: seproDev | |||||
* | [extractor/niconico] Add support for like history (#5705) | Matumo | 2023-02-04 | 1 | -10/+16 | |
| | | | Authored by: Matumo, pukkandan | |||||
* | [extractor/txxx] Add extractors (#5240) | chio0hai | 2023-02-04 | 4 | -14/+424 | |
| | | | | Authored by: chio0hai Closes #5021 | |||||
* | [extractor/youtube] Handle `consent.youtube` | pukkandan | 2023-02-03 | 2 | -2/+48 | |
| | ||||||
* | [extractor/youtube] Support `/live/` URL | pukkandan | 2023-02-03 | 1 | -2/+33 | |
| | ||||||
* | [extractor/freesound] Workaround invalid URL in webpage (#6147) | Jasper Rebane | 2023-02-03 | 1 | -0/+1 | |
| | | | | Authored by: rebane2001 Closes #6146 | |||||
* | [extractor/twitter] Fix graphql extraction on some tweets (#6075) | lauren n. liberda | 2023-02-02 | 1 | -1/+27 | |
| | | | Authored by: selfisekai | |||||
* | [extractor/rumble] Fix format sorting | Simon Sawicki | 2023-02-02 | 1 | -1/+1 | |
| | | | | | Closes #6119 Authored by: pukkandan | |||||
* | [utils] `traverse_obj`: Various improvements | Simon Sawicki | 2023-02-02 | 2 | -10/+88 | |
| | | | | | | | | - Add `set` key for transformations/filters - Add `re.Match` group names - Fix behavior for `expected_type` with `dict` key - Raise for filter function signature mismatch in debug Authored by: Grub4K | |||||
* | [jsinterp] Support `if` statements | pukkandan | 2023-02-01 | 3 | -0/+51 | |
| | | | | Closes #6131 | |||||
* | [utils] Fix `time_seconds` to use the provided TZ (#6118) | Lesmiscore | 2023-01-31 | 1 | -2/+4 | |
| | | | | | Authored by: Lesmiscore, Grub4K Fixes https://github.com/yt-dlp/yt-dlp/pull/6056 | |||||
* | [extractor/generic] Avoid catastrophic backtracking in KVS regex | bashonly | 2023-01-29 | 1 | -3/+3 | |
| | | | | Authored by: bashonly | |||||
* | [utils] Use local kernel32 for file locking on Windows | Simon Sawicki | 2023-01-25 | 1 | -1/+1 | |
| | | | | | | Ref: https://github.com/ytdl-org/youtube-dl/issues/21545 Authored by: Grub4K | |||||
* | Fix `--concat-playlist` | pukkandan | 2023-01-24 | 1 | -1/+1 | |
| | | | | Closes #6080 | |||||
* | [plugins] Fix zip search paths | pukkandan | 2023-01-20 | 1 | -16/+19 | |
| | | | | Closes #6011 | |||||
* | [extractor/nbc] Fix XML parsing | bashonly | 2023-01-16 | 1 | -4/+4 | |
| | | | | | Python 3.7 compat bug in cb73b8460c3ce6d37ab651a4e44bb23b10056154 Authored by: bashonly | |||||
* | [extractor/slideslive] Fix slides and chapters/duration (#6024) | bashonly | 2023-01-14 | 2 | -34/+89 | |
| | | | | | | | * Fix slides/thumbnails extraction * Extract duration to fix issues w/ `--embed-chapters`, `--split-chapters` * Add `InfoExtractor._extract_mpd_vod_duration` method * Expand applicability of `InfoExtractor._parse_m3u8_vod_duration` method Authored by: bashonly | |||||
* | [extractor/nbc] Fix `NBC` and `NBCStations` extractors (#6033) | bashonly | 2023-01-14 | 2 | -103/+151 | |
| | | | | | Improve `InfoExtractor._parse_smil_formats` extension detection Closes #6019 Authored by: bashonly | |||||
* | [extractor/drtv] Fix bug in ab4cbef (#6034) | bashonly | 2023-01-14 | 1 | -3/+4 | |
| | | | | | Fixes bug in ab4cbef ab4cbeff00ac08f142f78a6281aa0c1124a59daa Closes #5993 Authored by: bashonly | |||||
* | [extractor/embedly] Embedded links may be for other extractors | pukkandan | 2023-01-08 | 1 | -4/+4 | |
| | | | | | Bug in bfd973ece3369c593b5e82a88cc16de80088a73e Closes #5987 | |||||
* | [extractor/rozhlas] Add extractor RozhlasVltavaIE (#5951) | Marek Hudik | 2023-01-07 | 2 | -5/+140 | |
| | | | Authored by: amra | |||||
* | [version] update | github-actions | 2023-01-06 | 7 | -26/+26 | |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | |||||
* | Release 2023.01.06 | pukkandan | 2023-01-07 | 3 | -0/+37 | |
| | ||||||
* | [cleanup] Misc | pukkandan | 2023-01-07 | 8 | -16/+12 | |
| | ||||||
* | [xanimu] Add extractor (#5969) | JChris246 | 2023-01-07 | 2 | -0/+52 | |
| | | | | Authored by: JChris246 Closes #5810 | |||||
* | [extractor/crunchyroll:show] Add `language` to entries (#5687) | Christoph Flathmann | 2023-01-07 | 1 | -1/+2 | |
| | | | Authored by: Chrissi2812 | |||||
* | [extractor/youtube] Retry manifest refresh for live-from-start (#5670) | mzhou | 2023-01-07 | 1 | -12/+13 | |
| | | | | | | Avoids ending download early when live stream is temporarily offline. Best used with somewhat large `--retry-sleep extractor:` and `--extractor-retries` Authored by: mzhou | |||||
* | [extractor/reddit] Add subreddit as `channel_id` (#5685) | George Schizas | 2023-01-07 | 1 | -0/+3 | |
| | | | | Authored by: gschizas Closes #5684 | |||||
* | [extractor/drtv] Add series extractors (#5644) | Frederik Nordahl Jul Sabroe | 2023-01-07 | 2 | -5/+104 | |
| | | | | Authored by: FrederikNS Closes #3567 | |||||
* | Fix config locations (#5933) | Simon Sawicki | 2023-01-07 | 5 | -67/+260 | |
| | | | | | | Bug in 8e40b9d1ec132ae1bcac50b3ee520ece46ac9c55 Closes #5953 Authored by: Grub4k, coletdjnz, pukkandan | |||||
* | [extractor/nbc] Update graphql query (#5952) | Jacob Truman | 2023-01-07 | 1 | -0/+1 | |
| | | | | Closes #5918 Authored by: jacobtruman | |||||
* | [update] Fix updater file removal on windows (#5970) | Simon Sawicki | 2023-01-06 | 1 | -5/+6 | |
| | | | | | Reverts 2fb0f858686c46abc50a0e253245afe750746775 Closes #5632 Authored by: Grub4K | |||||
* | [extractor/biliIntl] Add fallback to `video_data` (#5971) | HobbyistDev | 2023-01-06 | 1 | -2/+27 | |
| | | | Authored by: HobbyistDev | |||||
* | [extractor/tiktok] Add `TikTokLive` extractor (#5637) | JC-Chung | 2023-01-05 | 2 | -0/+41 | |
| | | | | Closes #3698 Authored by: JC-Chung | |||||
* | [extractor/aitube] Add extractor (#5946) | HobbyistDev | 2023-01-04 | 2 | -0/+61 | |
| | | | | Closes #5627 Authored by: HobbyistDev | |||||
* | [extractor/volejtv] Add extractor (#5943) | HobbyistDev | 2023-01-04 | 2 | -0/+41 | |
| | | | | Authored by: HobbyistDev Closes #5883 | |||||
* | [extractor/biliintl] Add `/media` to `VALID_URL` (#5939) | HobbyistDev | 2023-01-03 | 1 | -4/+15 | |
| | | | Authored by: HobbyistDev | |||||
* | [downloader/aria2c] Disable native progress | pukkandan | 2023-01-03 | 2 | -2/+3 | |
| | | | | Closes #5931, closes #5928, Re-opens #2038 | |||||
* | [utils] `windows_enable_vt_mode`: Better error handling | pukkandan | 2023-01-03 | 2 | -8/+10 | |
| | | | | Closes #5927 | |||||
* | [build] Add minimal `pyproject.toml` | pukkandan | 2023-01-03 | 2 | -2/+9 | |
| |