Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
| | ||||||
* | [utils] `mimetype2ext`: weba is not standard | pukkandan | 2023-01-03 | 2 | -1/+2 | |
| | | | | | Fix bug in fbb73833067ba742459729809679a62f34b3e41e, 2647c933b8ed22f95dd8e9866c4db031867a1bc8 Closes #5935 | |||||
* | [extractor/joj] Fix extractor (#5934) | OndrejBakan | 2023-01-03 | 1 | -7/+19 | |
| | | | Authored by: OndrejBakan, pukkandan | |||||
* | [version] update | github-actions | 2023-01-02 | 7 | -26/+26 | |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | |||||
* | Release 2023.01.02 | pukkandan | 2023-01-02 | 5 | -6/+193 | |
| | ||||||
* | [cleanup] Misc | pukkandan | 2023-01-02 | 15 | -25/+29 | |
| | | | | Closes #5576, closes #5887 | |||||
* | [docs] Improvements | pukkandan | 2023-01-02 | 3 | -31/+34 | |
| | | | | Closes #5846, closes #5774 | |||||
* | [extractor/generic] Decode unicode-escaped embed URLs (#5919) | bashonly | 2023-01-02 | 1 | -2/+20 | |
| | | | | Authored by: bashonly Closes #5854 | |||||
* | Update to ytdl-commit-195f22f6 | Simon Sawicki | 2023-01-02 | 5 | -167/+529 | |
| | | | | | | | [generic] Improve KVS (etc) extraction https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902 Closes #3716 Authored by: Grub4k, pukkandan | |||||
* | Add `--enable-file-urls` (#5917) | Matthew | 2023-01-02 | 4 | -3/+15 | |
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/3675 Authored by: coletdjnz | |||||
* | [extractor/iqiyi] Fix `Iq` JS regex (#5922) | bashonly | 2023-01-02 | 1 | -9/+12 | |
| | | | | Closes #5702 Authored by: bashonly | |||||
* | [extractor/fifa] Fix Preplay extraction (#5921) | bashonly | 2023-01-02 | 1 | -17/+6 | |
| | | | | Closes #5839 Authored by: dirkf | |||||
* | [extractor/odnoklassniki] Extract subtitles (#5920) | bashonly | 2023-01-02 | 1 | -0/+33 | |
| | | | | Closes #5744 Authored by: bashonly | |||||
* | Improve handling for overriding extractors with plugins (#5916) | Matthew | 2023-01-02 | 5 | -17/+40 | |
| | | | | | | * Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan | |||||
* | [downloader/aria2c] Native progress for aria2c via RPC (#3724) | Lesmiscore | 2023-01-02 | 4 | -8/+119 | |
| | | | | | Authored by: Lesmiscore, pukkandan Closes #2038 | |||||
* | Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276d | pukkandan | 2023-01-01 | 2 | -2/+3 | |
| | ||||||
* | [extractor/biliintl:series] Make partial download of series faster | pukkandan | 2023-01-01 | 1 | -15/+36 | |
| | ||||||
* | [extractor/embedly] Handle vimeo embeds | pukkandan | 2023-01-01 | 1 | -3/+59 | |
| | | | | Closes #3360 | |||||
* | Add `--compat-options 2021,2022` | pukkandan | 2023-01-01 | 2 | -0/+4 | |
| | | | | | | Use these to guard against future compat changes. This allows devs to change defaults and make other potentially breaking changes more easily. If you need everything to work exactly as-is, put this in your config | |||||
* | Add message when there are no subtitles/thumbnails | pukkandan | 2023-01-01 | 1 | -3/+9 | |
| | | | | Closes #5551 | |||||
* | [utils] `get_exe_version`: Detect broken executables | pukkandan | 2023-01-01 | 1 | -4/+10 | |
| | | | | | Authored by: dirkf, pukkandan Closes #5561 | |||||
* | [extractor/generic] Use `Accept-Encoding: identity` for initial request | coletdjnz | 2023-01-01 | 1 | -1/+16 | |
| | | | | | | The existing comment seems to imply this was the desired behavior from the beginning. Partial fix for https://github.com/yt-dlp/yt-dlp/issues/5855, https://github.com/yt-dlp/yt-dlp/issues/5851, https://github.com/yt-dlp/yt-dlp/issues/4748 | |||||
* | Improve plugin architecture (#5553) | Matthew | 2023-01-01 | 20 | -126/+455 | |
| | | | | | | | | | | | | | | | | | to make plugins easier to develop and use: * Plugins are now loaded as namespace packages. * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.). * Plugin packages can be installed and managed via pip, or dropped into any of the documented locations. * Users do not need to edit any code files to install plugins. * Backwards-compatible with previous plugin architecture. As a side-effect, yt-dlp will now search in a few more locations for config files. Closes https://github.com/yt-dlp/yt-dlp/issues/1389 Authored by: flashdagger, coletdjnz, pukkandan, Grub4K Co-authored-by: Marcel <flashdagger@googlemail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz> | |||||
* | [update] Workaround #5632 | pukkandan | 2022-12-31 | 1 | -4/+4 | |
| | ||||||
* | [extractor/bandcamp] Add `album_artist` (#5537) | Stel Abrego | 2022-12-31 | 1 | -3/+45 | |
| | | | | Closes #5536 Authored by: stelcodes | |||||
* | [extractor/udemy] Fix lectures that have no URL and detect DRM | pukkandan | 2022-12-31 | 1 | -5/+15 | |
| | | | | Closes #5662 | |||||
* | [extractor/youtube] Extract DRC formats | pukkandan | 2022-12-30 | 1 | -3/+33 | |
| |