Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | Ensure pre-processor errors do not block video download | pukkandan | |
Closes #2875 | |||
2022-05-20 | Fix `--simulate --max-downloads` | pukkandan | |
Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17 Closes #3815 | |||
2022-05-20 | Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3 | pukkandan | |
2022-05-20 | [compat] Add `functools.cached_property` | pukkandan | |
2022-05-20 | Bugfix for 23326151c45b632c3d5948bd018e80abb370e676 | pukkandan | |
2022-05-20 | [StreamCZ] Fix extractor (#3789) | adamanldo | |
Closes #3579 Authored by: dirkf, adamanldo | |||
2022-05-20 | [ina] Fix extractor (#3807) | Elyse | |
Closes #2463 Authored by: elyse0 | |||
2022-05-19 | [crunchyroll:beta] Fix extractor after API change (#3801) | Jeff Huffman | |
Closes #2052 Authored by: Burve, tejing1 | |||
2022-05-20 | Return an error code if update fails | pukkandan | |
Closes #3802 | |||
2022-05-20 | [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2 | pukkandan | |
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports | |||
2022-05-20 | [tiktok] Detect embeds | pukkandan | |
Closes #3799 | |||
2022-05-19 | [utils] Improve performance using `functools.cache` | pukkandan | |
Closes #3786 | |||
2022-05-19 | [utils] `ISO3166Utils`: Add `EU` and `AP` | pukkandan | |
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517 | |||
2022-05-19 | [doc, cleanup] Re-indent "Usage and Options" section | pukkandan | |
2022-05-19 | Add option --retry-sleep (#3059) | pukkandan | |
Closes #2852 | |||
2022-05-19 | Add option `--alias` | pukkandan | |
2022-05-18 | [version] update2022.05.18 | github-actions | |
Created by: pukkandan :ci skip all | |||
2022-05-18 | Release 2022.05.18 | pukkandan | |
2022-05-18 | [cleanup] Minor fixes | pukkandan | |
2022-05-18 | [utils] `is_html`: Handle double BOM | pukkandan | |
Closes #2885 | |||
2022-05-18 | [vimeo] Fix extractors | pukkandan | |
Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360 | |||
2022-05-18 | [generic] Refactor `_extract_rss` | pukkandan | |
Closes #3738 | |||
2022-05-17 | Bugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50 | pukkandan | |
Closes #3769 | |||
2022-05-17 | [compat] Implement `compat.imghdr` | pukkandan | |
Python 3.11 deprecates `imghdr` module | |||
2022-05-17 | [build] More test-runners | pukkandan | |
* GHA does not cache python 3.6 for Windows, so use 3.8 instead * Add tests for 3.11, PyPy3.8/3.9 * CPython 3.10 is now stable * Do not pin Ubuntu to 18.04 | |||
2022-05-17 | Fix color in `-q -F` | pukkandan | |
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace` Closes #3761 | |||
2022-05-17 | [http] Fix bug in retrying on read timeout in py < 3.10 | coletdjnz | |
socket.timeout is not an alias of TimeoutError in py < 3.10 Fixes bug in https://github.com/yt-dlp/yt-dlp/commit/a2e77303e3385da640a0904cd6cb76235fa9691b Authored-by: coletdjnz | |||
2022-05-17 | Bugfix for 241464919271278831f23b3a086dcf57aeb80d3b | pukkandan | |
2022-05-17 | [adobepass] Allow cookies for authenticating MSO | pukkandan | |
Possible workaround for #1034 | |||
2022-05-17 | `--max-downloads` should obey `--break-per-input` | pukkandan | |
2022-05-17 | [cleanup] Misc cleanup | pukkandan | |
2022-05-17 | [Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841 | pukkandan | |
Closes #3595 | |||
2022-05-15 | [build] Add `make uninstall` (#3747) | MrRawes | |
Authored by: MrRawes | |||
2022-05-15 | [goodgame] Add extractor (#3686) | Dzmitry Neviadomski | |
Authored by: nevack | |||
2022-05-15 | [rokfin:search] Add extractor (#2992) | P-reducible | |
Authored by: P-reducible, pukkandan | |||
2022-05-15 | [rokfin] Implement login (#2992) | pukkandan | |
Authored by: P-reducible, pukkandan | |||
2022-05-15 | [Podchaser] Add extractors (#3665) | Conner | |
Authored by; connercsbn | |||
2022-05-15 | [wat] Fix extraction of multi-language videos and subtitles (#3739) | Elyse | |
Closes #982, closes #1683 Authored by: elyse0 | |||
2022-05-15 | [adn] Update AES key (#3743) | Elyse | |
Closes #2002 Authored by: elyse0 | |||
2022-05-15 | [nebula] Add support for subscriptions (#3719) | Henrik Heimbuerger | |
Closes #3609 Authored by: hheimbuerger | |||
2022-05-12 | [youtube] Added piped instance urls (#3714) | Jordan Weatherby | |
Closes #3661 Authored by: JordanWeatherby | |||
2022-05-13 | [extractor] Use classmethod/property where possible | pukkandan | |
and refactor lazy extractors accordingly. This reduces the need to create extractor instances | |||
2022-05-12 | [DRTV] Improve `_VALID_URL` (#3708) | Filip Hedman | |
Authored by: vertan | |||
2022-05-12 | [cookies] Throttle progress-bar | pukkandan | |
Closes #3710 | |||
2022-05-11 | [extractor] Document netrc machines | pukkandan | |
Closes #3169 | |||
2022-05-11 | [FixupM3u8] Obey `--hls-prefer-mpegts` | pukkandan | |
Closes #3697 | |||
2022-05-11 | Fix `--date today` | pukkandan | |
Closes #3704 | |||
2022-05-11 | Show name of downloader in verbose log | pukkandan | |
Closes #3703 | |||
2022-05-11 | [cookies] Allow `cookiefile` to be a text stream | pukkandan | |
Closes #3674 | |||
2022-05-10 | Bugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341a | pukkandan | |
Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597 |