Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `--config-location -` to provide options interactively | pukkandan | 2022-05-27 | 4 | -13/+19 |
| | |||||
* | [curiositystream] Get `auth_token` from cookie (#3836) | monnef | 2022-05-26 | 1 | -0/+5 |
| | | | | Closes #3753 Authored by: mnn | ||||
* | [bloomberg] Change playback endpoint (#3857) | m4tu4g | 2022-05-24 | 1 | -6/+4 |
| | | | | Closes #3787 Authored by: m4tu4g | ||||
* | [yahoo:gyao] Fix extractor | Lesmiscore | 2022-05-24 | 1 | -1/+1 |
| | | | | This fixes 400 error for /title/ URLs. | ||||
* | [ModifyChapters] Fix repeated removal of small segments | pukkandan | 2022-05-23 | 2 | -4/+4 |
| | | | | Closes #3846 | ||||
* | [downloader, cleanup] Refactor `report_progress` | pukkandan | 2022-05-22 | 1 | -65/+48 |
| | | | | Closes #3790 | ||||
* | [ffmpeg] Check version lazily | pukkandan | 2022-05-22 | 1 | -80/+93 |
| | | | | Closes #3830 | ||||
* | Fix bug in 23326151c45b632c3d5948bd018e80abb370e676 | pukkandan | 2022-05-22 | 1 | -3/+3 |
| | |||||
* | [build, cleanup] Refactor | pukkandan | 2022-05-22 | 5 | -410/+340 |
| | | | | Closes #3835, #3837 | ||||
* | [rumble] Extract subtitles (#3823) | Felix S | 2022-05-21 | 1 | -0/+8 |
| | | | | Closes #3132 Authored by: fstirlitz | ||||
* | [cleanup] Misc | pukkandan | 2022-05-21 | 20 | -139/+171 |
| | |||||
* | Ensure pre-processor errors do not block video download | pukkandan | 2022-05-21 | 1 | -7/+18 |
| | | | | Closes #2875 | ||||
* | Fix `--simulate --max-downloads` | pukkandan | 2022-05-20 | 1 | -4/+6 |
| | | | | | Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17 Closes #3815 | ||||
* | Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3 | pukkandan | 2022-05-20 | 2 | -4/+6 |
| | |||||
* | [compat] Add `functools.cached_property` | pukkandan | 2022-05-20 | 5 | -7/+21 |
| | |||||
* | Bugfix for 23326151c45b632c3d5948bd018e80abb370e676 | pukkandan | 2022-05-20 | 2 | -15/+8 |
| | |||||
* | [StreamCZ] Fix extractor (#3789) | adamanldo | 2022-05-20 | 1 | -2/+2 |
| | | | | Closes #3579 Authored by: dirkf, adamanldo | ||||
* | [ina] Fix extractor (#3807) | Elyse | 2022-05-20 | 1 | -52/+32 |
| | | | | Closes #2463 Authored by: elyse0 | ||||
* | [crunchyroll:beta] Fix extractor after API change (#3801) | Jeff Huffman | 2022-05-19 | 1 | -4/+5 |
| | | | | Closes #2052 Authored by: Burve, tejing1 | ||||
* | Return an error code if update fails | pukkandan | 2022-05-20 | 1 | -9/+3 |
| | | | | Closes #3802 | ||||
* | [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2 | pukkandan | 2022-05-20 | 4 | -19/+27 |
| | | | | | * Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports | ||||
* | [tiktok] Detect embeds | pukkandan | 2022-05-20 | 2 | -10/+24 |
| | | | | Closes #3799 | ||||
* | [utils] Improve performance using `functools.cache` | pukkandan | 2022-05-19 | 3 | -3/+19 |
| | | | | Closes #3786 | ||||
* | [utils] `ISO3166Utils`: Add `EU` and `AP` | pukkandan | 2022-05-19 | 1 | -0/+3 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517 | ||||
* | [doc, cleanup] Re-indent "Usage and Options" section | pukkandan | 2022-05-19 | 2 | -755/+750 |
| | |||||
* | Add option --retry-sleep (#3059) | pukkandan | 2022-05-19 | 6 | -6/+56 |
| | | | | Closes #2852 | ||||
* | Add option `--alias` | pukkandan | 2022-05-19 | 5 | -48/+167 |
| | |||||
* | [version] update | github-actions | 2022-05-18 | 6 | -15/+15 |
| | | | | | | Created by: pukkandan :ci skip all | ||||
* | Release 2022.05.18 | pukkandan | 2022-05-18 | 4 | -10/+165 |
| | |||||
* | [cleanup] Minor fixes | pukkandan | 2022-05-18 | 8 | -18/+26 |
| | |||||
* | [utils] `is_html`: Handle double BOM | pukkandan | 2022-05-18 | 2 | -6/+20 |
| | | | | Closes #2885 | ||||
* | [vimeo] Fix extractors | pukkandan | 2022-05-18 | 3 | -15/+21 |
| | | | | | Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360 | ||||
* | [generic] Refactor `_extract_rss` | pukkandan | 2022-05-18 | 1 | -35/+14 |
| | | | | Closes #3738 | ||||
* | Bugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50 | pukkandan | 2022-05-17 | 3 | -7/+10 |
| | | | | Closes #3769 | ||||
* | [compat] Implement `compat.imghdr` | pukkandan | 2022-05-17 | 4 | -12/+25 |
| | | | | Python 3.11 deprecates `imghdr` module | ||||
* | [build] More test-runners | pukkandan | 2022-05-17 | 2 | -7/+7 |
| | | | | | | | * 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 | ||||
* | Fix color in `-q -F` | pukkandan | 2022-05-17 | 4 | -43/+54 |
| | | | | | | and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace` Closes #3761 | ||||
* | [http] Fix bug in retrying on read timeout in py < 3.10 | coletdjnz | 2022-05-17 | 1 | -1/+8 |
| | | | | | | 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 | ||||
* | Bugfix for 241464919271278831f23b3a086dcf57aeb80d3b | pukkandan | 2022-05-17 | 1 | -4/+2 |
| | |||||
* | [adobepass] Allow cookies for authenticating MSO | pukkandan | 2022-05-17 | 1 | -24/+32 |
| | | | | Possible workaround for #1034 | ||||
* | `--max-downloads` should obey `--break-per-input` | pukkandan | 2022-05-17 | 2 | -5/+2 |
| | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-05-17 | 22 | -103/+79 |
| | |||||
* | [Hotstar] Bugfix for a1ddaa899ca8693f31f34770f7263ace7e8c8841 | pukkandan | 2022-05-17 | 1 | -3/+3 |
| | | | | Closes #3595 | ||||
* | [build] Add `make uninstall` (#3747) | MrRawes | 2022-05-15 | 1 | -0/+7 |
| | | | Authored by: MrRawes | ||||
* | [goodgame] Add extractor (#3686) | Dzmitry Neviadomski | 2022-05-15 | 2 | -0/+59 |
| | | | Authored by: nevack | ||||
* | [rokfin:search] Add extractor (#2992) | P-reducible | 2022-05-15 | 2 | -1/+76 |
| | | | Authored by: P-reducible, pukkandan | ||||
* | [rokfin] Implement login (#2992) | pukkandan | 2022-05-15 | 1 | -4/+85 |
| | | | | Authored by: P-reducible, pukkandan | ||||
* | [Podchaser] Add extractors (#3665) | Conner | 2022-05-15 | 2 | -0/+98 |
| | | | Authored by; connercsbn | ||||
* | [wat] Fix extraction of multi-language videos and subtitles (#3739) | Elyse | 2022-05-15 | 1 | -1/+1 |
| | | | | Closes #982, closes #1683 Authored by: elyse0 | ||||
* | [adn] Update AES key (#3743) | Elyse | 2022-05-15 | 1 | -1/+1 |
| | | | | Closes #2002 Authored by: elyse0 |