Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -32/+17 |
| | |||||
* | [outtmpl] Curly braces to filter keys | pukkandan | 2022-09-03 | 1 | -1/+12 |
| | |||||
* | [cleanup] Misc | pukkandan | 2022-09-01 | 1 | -1/+1 |
| | | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022 | ||||
* | Fix tests for 989a01c2610832193c268d072ada8814bfd4c00d | pukkandan | 2022-08-05 | 1 | -9/+9 |
| | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 1 | -0/+1 |
| | |||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -2/+2 |
| | |||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -0/+2 |
| | |||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -11/+7 |
| | | | | Removing any more will require changes to a large number of extractors | ||||
* | [test] Fix `FakeYDL` signatures | pukkandan | 2022-06-21 | 1 | -1/+1 |
| | | | | Authored by: coletdjnz | ||||
* | 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 | ||||
* | 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` | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -3/+14 |
| | | | | | | 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 | 1 | -17/+13 |
| | | | | | | | | | | 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 | ||||
* | [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 | 1 | -1/+1 |
| | | | | Closes #3074 | ||||
* | Add pre-processor stage `after_filter` | pukkandan | 2022-02-23 | 1 | -18/+2 |
| | | | | | | | * Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat * `--list-...` options and `--force-write-archive` now obey filtering options * Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536 * Reverts 4ec82a72bbf7ff0066edb50dcad20aa77ac2fe09 since this commit addresses the issue it was solving | ||||
* | [cleanup] Misc cleanup | pukkandan | 2022-01-04 | 1 | -0/+1 |
| | |||||
* | Add key `requested_downloads` in the root `info_dict` | pukkandan | 2022-01-03 | 1 | -1/+2 |
| | |||||
* | [outtmpl] Alternate form for `D` and fix suffix's case | pukkandan | 2021-12-30 | 1 | -2/+4 |
| | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/2085#issuecomment-1002247689, https://github.com/yt-dlp/yt-dlp/pull/2132/files#r775729811 | ||||
* | [outtmpl] Change filename sanitization type to `S` | pukkandan | 2021-12-23 | 1 | -2/+2 |
| | | | | | `F` is already used for float! Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5 | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 1 | -1/+1 |
| | | | | Closes #1942 #1976 #2020 #2058 #1984 | ||||
* | [outtmpl] Add alternate forms `F`, `D` | pukkandan | 2021-12-23 | 1 | -5/+10 |
| | | | | | | | | | and improve `id` detection F = sanitize as filename (# = restricted) D = add Decimal suffixes Closes #2085, 2081 | ||||
* | [outtmpl] Add operator `&` for replacement text (#2012) | PilzAdam | 2021-12-18 | 1 | -0/+5 |
| | | | Authored by: PilzAdam | ||||
* | [tests] Fix tests | pukkandan | 2021-11-19 | 1 | -2/+2 |
| | |||||
* | [outtmpl] Add alternate forms for `q` and `j` | pukkandan | 2021-11-10 | 1 | -5/+10 |
| | |||||
* | [outtmpl] Do not traverse `None` | pukkandan | 2021-11-08 | 1 | -0/+1 |
| | | | | Closes #1585 | ||||
* | [outtmpl] Fix bug in expanding environment variables | pukkandan | 2021-10-13 | 1 | -0/+6 |
| | |||||
* | Improved progress reporting (See desc) (#1125) | pukkandan | 2021-10-09 | 1 | -2/+1 |
| | | | | | | | | | | | * Separate `--console-title` and `--no-progress` * Add option `--progress` to show progress-bar even in quiet mode * Fix and refactor `minicurses` * Use `minicurses` for all progress reporting * Standardize use of terminal sequences and enable color support for windows 10 * Add option `--progress-template` to customize progress-bar and console-title * Add postprocessor hooks and progress reporting Closes: #906, #901, #1085, #1170 | ||||
* | [docs,cleanup] Some minor refactoring and improve docs | pukkandan | 2021-09-30 | 1 | -0/+2 |
| | |||||
* | [outtmpl] Alternate form of format type `l` for `\n` delimited list | pukkandan | 2021-09-27 | 1 | -0/+1 |
| | |||||
* | [outtmpl] Format type `U` for unicode normalization | pukkandan | 2021-09-26 | 1 | -1/+5 |
| | |||||
* | Allow `0` in `--playlist-items` | pukkandan | 2021-09-25 | 1 | -0/+1 |
| | |||||
* | Allow alternate fields in outtmpl | pukkandan | 2021-09-18 | 1 | -0/+6 |
| | | | | Closes #899, #1004 | ||||
* | Add format type `B` for outtmpl to treat the value as bytes | pukkandan | 2021-09-18 | 1 | -0/+2 |
| | | | | | This is useful to limit the filename to a certain number of bytes rather than characters Closes #1003 | ||||
* | Fix `playlist_index` not obeying `playlist_start` | pukkandan | 2021-08-17 | 1 | -46/+23 |
| | | | | | and add tests Closes #720 | ||||
* | Allow entire infodict to be printed using `%()s` | pukkandan | 2021-08-07 | 1 | -10/+17 |
| | | | | Makes `--dump-json` redundant | ||||
* | Fix bugs related to `sanitize_info` | pukkandan | 2021-08-07 | 1 | -2/+15 |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/commit/8012d892bd38af731357a61e071e0a0d01bc41b4#r54555230 | ||||
* | Add format types `j`, `l`, `q` for outtmpl | pukkandan | 2021-07-29 | 1 | -6/+22 |
| | | | | Closes #345 | ||||
* | Expand and escape environment variables correctly in outtmpl | pukkandan | 2021-07-29 | 1 | -5/+14 |
| | | | | Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results | ||||
* | Fix selectors `all`, `mergeall` and add tests | pukkandan | 2021-07-07 | 1 | -29/+21 |
| | | | | Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578 | ||||
* | Fix id sanitization in filenames | pukkandan | 2021-06-17 | 1 | -3/+12 |
| | | | | Closes #415 | ||||
* | Better error handling of syntax errors in `-f` | pukkandan | 2021-06-11 | 1 | -3/+2 |
| | |||||
* | Improve offset parsing in outtmpl | pukkandan | 2021-06-09 | 1 | -0/+1 |
| | |||||
* | [test] More rigorous tests for `prepare_filename` | pukkandan | 2021-06-09 | 1 | -84/+92 |
| | | | | All tests of `prepare_outtmpl` is now also run on `prepare_filename` | ||||
* | Fix `%d` and empty default in outtmpl | pukkandan | 2021-06-09 | 1 | -1/+6 |
| | | | | Closes #388 | ||||
* | Make outtmpl more robust and catch errors early | pukkandan | 2021-06-08 | 1 | -0/+9 |
| | |||||
* | Fix filename sanitization | pukkandan | 2021-06-06 | 1 | -0/+4 |
| | | | | Bug from 752cda3880f30a46bed1d27b69188ab93ad1a368 | ||||
* | Fix and refactor `prepare_outtmpl` | pukkandan | 2021-06-06 | 1 | -41/+80 |
| | | | | | | | | | | The following tests would have failed previously: %(id)d %(id)r %(ext)s-%(ext|def)d %(width|)d %(id)r %(height)r %(formats.0)r %s | ||||
* | [cleanup] Point all shebang to `python3` (#372) | felix | 2021-06-06 | 1 | -1/+1 |
| | | | | Authored by: fstirlitz |