Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix tests for 989a01c2610832193c268d072ada8814bfd4c00d | pukkandan | 2022-08-05 | 2 | -14/+14 | |
| | | ||||||
| * | Determine merge container better (See desc) (#1482) | Lauren N. Liberda | 2022-08-04 | 1 | -0/+26 | |
| | | | | | | | | | | | | | | | | * Determine the container early. Closes #4069 * Use codecs instead of just file extensions * Obey `--prefer-free-formats` * Allow fallbacks in `--merge-output` Authored by: pukkandan, selfisekai | |||||
| * | Standardize retry mechanism (#1649) | pukkandan | 2022-08-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | * [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors | |||||
| * | [extractor/html5] Separate into own extractor (#4307) | pukkandan | 2022-08-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | Closes #4291 Authored by: coletdjnz, pukkandan | |||||
| * | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | 2022-08-02 | 2 | -36/+41 | |
| | | | | | | | | | | | | and split download tests so they can be more easily run in CI Authored by: coletdjnz | |||||
| * | [extractor/rai] Add raisudtirol extractor (#4524) | nixxo | 2022-08-02 | 1 | -0/+1 | |
| | | | | | | | | Closes #4206 Authored by: nixxo | |||||
| * | Remove Python 3.6 support | pukkandan | 2022-07-18 | 1 | -1/+2 | |
| | | | | | | | | Closes #3764 | |||||
| * | Fix a904a7f8c6edc42046f0a78fb279739d500d4887 | pukkandan | 2022-07-15 | 1 | -14/+6 | |
| | | ||||||
| * | Allow users to specify encoding in each config files (#4357) | Lesmiscore | 2022-07-15 | 1 | -0/+28 | |
| | | | | | | Authored by: Lesmiscore | |||||
| * | [aes] Add multiple padding modes in CBC | Elyse | 2022-07-12 | 1 | -0/+37 | |
| | | | | | | | | Authored by: elyse0 | |||||
| * | [cleanup] Minor fixes | pukkandan | 2022-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-06-29 | 1 | -1/+5 | |
| | | ||||||
* | | updated from upstream | 27/06/2022 at 01:25 | Jesús | 2022-06-27 | 26 | -200/+347 | |
|\| | ||||||
| * | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 6 | -30/+26 | |
| | | ||||||
| * | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 27 | -25/+74 | |
| | | ||||||
| * | [compat] Remove more functions | pukkandan | 2022-06-25 | 9 | -75/+60 | |
| | | | | | | | | Removing any more will require changes to a large number of extractors | |||||
| * | [compat] Fix `compat.WINDOWS_VT_MODE` | pukkandan | 2022-06-25 | 1 | -0/+3 | |
| | | ||||||
| * | [test] Fix `FakeYDL` signatures | pukkandan | 2022-06-21 | 4 | -13/+13 | |
| | | | | | | | | Authored by: coletdjnz | |||||
| * | Update to ytdl-commit-8a158a9 | pukkandan | 2022-06-20 | 2 | -35/+74 | |
| | | | | | | | | | | | | | | [NHK] Use new API URL https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Closes #2337, Closes #4063 | |||||
| * | Add option `--lazy-playlist` to process entries as they are received | pukkandan | 2022-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Add slicing notation to `--playlist-items` | pukkandan | 2022-06-17 | 1 | -32/+93 | |
| | | | | | | | | | | | | | | | | * Adds support for negative indices and step * Add `-I` as alias for `--playlist-index` * Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` Closes #2951, Closes #2853 | |||||
| * | [extractor/common] Recognize `src` attribute from HTML5 media elements (#3899) | Lesmiscore | 2022-05-29 | 1 | -0/+18 | |
| | | | | | | Authored by: Lesmiscore | |||||
* | | updated from upstream | 17/05/2022 at 10:10 | Jesús | 2022-05-17 | 36 | -435/+448 | |
|\| | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | [cleanup] Minor fixes (See desc) | pukkandan | 2022-05-09 | 10 | -23/+23 | |
| | | | | | | | | | | | | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup | |||||
| * | Add support for SSL client certificate authentication (#3435) | coletdev | 2022-05-02 | 11 | -0/+139 | |
| | | | | | | | | | | | | | | Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by: df <fieldhouse@gmx.net> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | |||||
| * | Improve `--clean-infojson` | pukkandan | 2022-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | It should not removes fields that may be needed for `--load-infojson`. Eg: `_ffmpeg_args`, `_has_drm` | |||||
| * | [compat] Ensure submodules are correctly wrapped | pukkandan | 2022-04-26 | 1 | -0/+7 | |
| | | ||||||
| * | [dependencies] Create module with all dependency imports | pukkandan | 2022-04-21 | 1 | -3/+3 | |
| | | ||||||
| * | [compat] Split into sub-modules (#2173) | felix | 2022-04-18 | 1 | -8/+0 | |
| | | | | | | | | Authored by: fstirlitz, pukkandan | |||||
| * | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 6 | -26/+35 | |
| | | ||||||
| * | [test] Convert warnings into errors | pukkandan | 2022-04-18 | 1 | -2/+3 | |
| | | | | | | | | | | | | * And fix some existing warnings Authored by: fstirlitz | |||||
| * | [cleanup] Misc cleanup (#2173) | pukkandan | 2022-04-12 | 1 | -3/+2 | |
| | | | | | | | | Authored by: fstirlitz, pukkandan | |||||
| * | [cleanup] Sort imports | pukkandan | 2022-04-12 | 29 | -139/+156 | |
| | | | | | | | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | |||||
| * | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 28 | -185/+86 | |
| | | | | | | | | | | | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | |||||
| * | [cleanup] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 2 | -38/+3 | |
| | | | | | | | | Authored by fstirlitz, pukkandan | |||||
| * | [cleanup] Remove unused code paths (#2173) | felix | 2022-04-12 | 4 | -31/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: * `_windows_write_string`: Fixed in 3.6 * https://bugs.python.org/issue1602 * PEP: https://www.python.org/dev/peps/pep-0528 * Windows UTF-8 fix: Fixed in 3.3 * https://bugs.python.org/issue13216 * `__loader__`: is always present in 3.3+ * https://bugs.python.org/issue14646 * `workaround_optparse_bug9161`: Fixed in 2.7 * https://bugs.python.org/issue9161 Authored by: fstirlitz | |||||
| * | [cleanup] Remove unused scripts/tests (#2173) | felix | 2022-04-12 | 20 | -409/+0 | |
| | | | | | | | | Authored by fstirlitz, pukkandan | |||||
* | | updated from upstream | 10/04/2022 at 07:57 | Jesús | 2022-04-10 | 1 | -0/+31 | |
|\| | ||||||
| * | [test] Add `test_locked_file` | pukkandan | 2022-04-07 | 1 | -0/+31 | |
| | | ||||||
* | | updated from upstream | 30/03/2022 at 01:24 | Jesús | 2022-03-30 | 3 | -12/+10 | |
|\| | ||||||
| * | [youtube:tab] Fix duration extraction for shorts (#3171) | coletdev | 2022-03-28 | 1 | -0/+2 | |
| | | | | | | | | Related: https://github.com/TeamNewPipe/NewPipe/issues/8034 Authored-by: coletdjnz | |||||
| * | [outtmpl] Limit changes during sanitization | pukkandan | 2022-03-27 | 1 | -2/+4 | |
| | | | | | | | | Closes #2761 | |||||
| * | [outtmpl] Fix replacement/default when used with alternate | pukkandan | 2022-03-26 | 1 | -0/+2 | |
| | | ||||||
| * | Ignore format-specific fields in initial pass of `--match-filter` | pukkandan | 2022-03-25 | 2 | -10/+2 | |
| | | | | | | | | Closes #3074 | |||||
* | | updated from upstream | 22/03/2022 at 00:48 | Jesús | 2022-03-22 | 2 | -6/+8 | |
|\| | ||||||
| * | [utils] `format_decimal_suffix`: Fix for very large numbers (#3109) | s0u1h | 2022-03-18 | 1 | -0/+1 | |
| | | | | | | Authored by: s0u1h | |||||
| * | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 2 | -13/+9 | |
| | | | | | | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API | |||||
* | | updated from upstream | 24/02/2022 at 04:34 | Jesús | 2022-02-24 | 1 | -18/+2 | |
|\| |