Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-18 | [outtmpl] Add operator `&` for replacement text (#2012) | PilzAdam | |
Authored by: PilzAdam | |||
2021-11-19 | [tests] Fix tests | pukkandan | |
2021-11-10 | [outtmpl] Add alternate forms for `q` and `j` | pukkandan | |
2021-11-08 | [outtmpl] Do not traverse `None` | pukkandan | |
Closes #1585 | |||
2021-10-13 | [outtmpl] Fix bug in expanding environment variables | pukkandan | |
2021-10-09 | Improved progress reporting (See desc) (#1125) | pukkandan | |
* 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 | |||
2021-09-30 | [docs,cleanup] Some minor refactoring and improve docs | pukkandan | |
2021-09-27 | [outtmpl] Alternate form of format type `l` for `\n` delimited list | pukkandan | |
2021-09-26 | [outtmpl] Format type `U` for unicode normalization | pukkandan | |
2021-09-25 | Allow `0` in `--playlist-items` | pukkandan | |
2021-09-18 | Allow alternate fields in outtmpl | pukkandan | |
Closes #899, #1004 | |||
2021-09-18 | Add format type `B` for outtmpl to treat the value as bytes | pukkandan | |
This is useful to limit the filename to a certain number of bytes rather than characters Closes #1003 | |||
2021-08-17 | Fix `playlist_index` not obeying `playlist_start` | pukkandan | |
and add tests Closes #720 | |||
2021-08-07 | Allow entire infodict to be printed using `%()s` | pukkandan | |
Makes `--dump-json` redundant | |||
2021-08-07 | Fix bugs related to `sanitize_info` | pukkandan | |
Related: https://github.com/yt-dlp/yt-dlp/commit/8012d892bd38af731357a61e071e0a0d01bc41b4#r54555230 | |||
2021-07-29 | Add format types `j`, `l`, `q` for outtmpl | pukkandan | |
Closes #345 | |||
2021-07-29 | Expand and escape environment variables correctly in outtmpl | pukkandan | |
Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results | |||
2021-07-07 | Fix selectors `all`, `mergeall` and add tests | pukkandan | |
Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578 | |||
2021-06-17 | Fix id sanitization in filenames | pukkandan | |
Closes #415 | |||
2021-06-11 | Better error handling of syntax errors in `-f` | pukkandan | |
2021-06-09 | Improve offset parsing in outtmpl | pukkandan | |
2021-06-09 | [test] More rigorous tests for `prepare_filename` | pukkandan | |
All tests of `prepare_outtmpl` is now also run on `prepare_filename` | |||
2021-06-09 | Fix `%d` and empty default in outtmpl | pukkandan | |
Closes #388 | |||
2021-06-08 | Make outtmpl more robust and catch errors early | pukkandan | |
2021-06-06 | Fix filename sanitization | pukkandan | |
Bug from 752cda3880f30a46bed1d27b69188ab93ad1a368 | |||
2021-06-06 | Fix and refactor `prepare_outtmpl` | pukkandan | |
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 | |||
2021-06-06 | [cleanup] Point all shebang to `python3` (#372) | felix | |
Authored by: fstirlitz | |||
2021-05-29 | [cleanup] `_match_entry` | pukkandan | |
2021-05-19 | [test] Fix `test_YoutubeDL.TestYoutubeDL` | pukkandan | |
Test `test_ignoreerrors_for_playlist_with_url_transparent_iterable_entries` was broken due to `__original_infodict` being added to the dict | |||
2021-04-22 | Improve output template (see desc) | pukkandan | |
* Objects can be traversed like `%(field.key1.key2)s` * A number can be added to the field as `%(field+n)s` * Deprecates `--autonumber-start` | |||
2021-04-20 | Improve --sub-langs (see desc) | pukkandan | |
* Treat `--sub-langs` entries as regex * `all` can be used to refer to all the subtitles * the language code can be prefixed with `-` to exclude it * Deprecates `--all-subs` Closes #253 | |||
2021-04-16 | Fix some linter and typos | pukkandan | |
2021-02-25 | Completely change project name to yt-dlp (#85) | Pccode66 | |
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan | |||
2021-01-24 | Update to ytdl-2021.01.24.1 | Remita Amine | |
2021-01-07 | Fix/disable tests2021.01.07 | pukkandan | |
The disabled tests needs to be fixed later Tests for FormatSort, Multistreams also needs be created | |||
2020-12-13 | Add --write-*-link by h-h-h-h | pukkandan | |
Authored-by: h-h-h-h | |||
2020-11-22 | Updated to release 2020.11.21.1 | pukkandan | |
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2020-02-15 | [test_YoutubeDL] Add tests for #10591 (closes #23873) | Sergey M․ | |
2020-02-15 | [test_YoutubeDL] Fix get_ids | Sergey M․ | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2019-01-24 | [YoutubeDL] Fix typo in string negation implementation and add more tests ↵ | Sergey M․ | |
(closes #18961) | |||
2019-01-20 | [YoutubeDL] Add negation support for string comparisons in format selection ↵ | Sergey M․ | |
expressions (closes #18600, closes #18805) | |||
2017-11-26 | [test_YoutubeDL] Fix typo (closes #14856) | Sergey M․ | |
2017-10-11 | [YoutubeDL] Improve _default_format_spec (closes #14461) | Sergey M․ | |
2017-10-06 | [YoutubeDL] Ignore duplicates in --playlist-items | Sergey M․ | |
E.g. '--playlist-items 2-4,3-4,3' should result in '[2,3,4]', not '[2,3,4,3,4,3]' | |||
2017-10-06 | [test_YoutubeDL] Add test for #14425 | Sergey M․ | |
2017-08-02 | [test_YoutubeDL] Add a test for #10083 | Sergey M․ | |
2017-07-23 | [YoutubeDL] Improve default format specification (closes #13704) | Sergey M․ | |
2017-07-21 | [YoutubeDL] Do not override id, extractor and extractor_key in url_transparent | Sergey M․ | |
All these meta fields must be borrowed from final extractor that actually performs extraction. This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'. |