Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | [cleanup] `_match_entry` | pukkandan | 2021-05-29 | 1 | -1/+1 | |
| | ||||||
* | [test] Fix `test_YoutubeDL.TestYoutubeDL` | pukkandan | 2021-05-19 | 1 | -0/+1 | |
| | | | | Test `test_ignoreerrors_for_playlist_with_url_transparent_iterable_entries` was broken due to `__original_infodict` being added to the dict | |||||
* | Improve output template (see desc) | pukkandan | 2021-04-22 | 1 | -0/+9 | |
| | | | | | | * Objects can be traversed like `%(field.key1.key2)s` * A number can be added to the field as `%(field+n)s` * Deprecates `--autonumber-start` | |||||
* | Improve --sub-langs (see desc) | pukkandan | 2021-04-20 | 1 | -0/+20 | |
| | | | | | | | | * 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 | |||||
* | Fix some linter and typos | pukkandan | 2021-04-16 | 1 | -1/+1 | |
| | ||||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -6/+6 | |
| | | | | | | | | | * 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 | |||||
* | Update to ytdl-2021.01.24.1 | Remita Amine | 2021-01-24 | 1 | -4/+11 | |
| | ||||||
* | Fix/disable tests | pukkandan | 2021-01-07 | 1 | -6/+9 | |
| | | | | | The disabled tests needs to be fixed later Tests for FormatSort, Multistreams also needs be created | |||||
* | Add --write-*-link by h-h-h-h | pukkandan | 2020-12-13 | 1 | -0/+4 | |
| | | | | Authored-by: h-h-h-h | |||||
* | Updated to release 2020.11.21.1 | pukkandan | 2020-11-22 | 1 | -0/+70 | |
| | ||||||
* | [skip travis] renaming | Unknown | 2020-09-02 | 1 | -6/+6 | |
| | | | to avoid using same folder when using pip install for example | |||||
* | [test_YoutubeDL] Add tests for #10591 (closes #23873) | Sergey M․ | 2020-02-15 | 1 | -2/+21 | |
| | ||||||
* | [test_YoutubeDL] Fix get_ids | Sergey M․ | 2020-02-15 | 1 | -2/+3 | |
| | ||||||
* | Start moving to ytdl-org | Sergey M․ | 2019-03-11 | 1 | -3/+3 | |
| | ||||||
* | [YoutubeDL] Fix typo in string negation implementation and add more tests ↵ | Sergey M․ | 2019-01-24 | 1 | -3/+27 | |
| | | | | (closes #18961) | |||||
* | [YoutubeDL] Add negation support for string comparisons in format selection ↵ | Sergey M․ | 2019-01-20 | 1 | -0/+46 | |
| | | | | expressions (closes #18600, closes #18805) | |||||
* | [test_YoutubeDL] Fix typo (closes #14856) | Sergey M․ | 2017-11-26 | 1 | -4/+4 | |
| | ||||||
* | [YoutubeDL] Improve _default_format_spec (closes #14461) | Sergey M․ | 2017-10-11 | 1 | -2/+8 | |
| | ||||||
* | [YoutubeDL] Ignore duplicates in --playlist-items | Sergey M․ | 2017-10-06 | 1 | -0/+3 | |
| | | | | E.g. '--playlist-items 2-4,3-4,3' should result in '[2,3,4]', not '[2,3,4,3,4,3]' | |||||
* | [test_YoutubeDL] Add test for #14425 | Sergey M․ | 2017-10-06 | 1 | -0/+3 | |
| | ||||||
* | [test_YoutubeDL] Add a test for #10083 | Sergey M․ | 2017-08-02 | 1 | -0/+13 | |
| | ||||||
* | [YoutubeDL] Improve default format specification (closes #13704) | Sergey M․ | 2017-07-23 | 1 | -0/+11 | |
| | ||||||
* | [YoutubeDL] Do not override id, extractor and extractor_key in url_transparent | Sergey M․ | 2017-07-21 | 1 | -1/+6 | |
| | | | | | | 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'. | |||||
* | [YoutubeDL] Don't expand env variables in meta fields (closes #13637) | Sergey M․ | 2017-07-14 | 1 | -0/+6 | |
| | ||||||
* | [test_YoutubeDL] Add test for #11163 | Sergey M․ | 2017-04-16 | 1 | -1/+3 | |
| | ||||||
* | [YoutubeDL] Add support for string formatting operations in output template | Sergey M․ | 2017-02-23 | 1 | -0/+14 | |
| | ||||||
* | [test_YoutubeDL] Fix invalid escape sequences | Sergey M․ | 2017-02-15 | 1 | -2/+2 | |
| | ||||||
* | [utils] Add support for quoted string literals in --match-filter (closes ↵ | Sergey M․ | 2017-02-15 | 1 | -0/+24 | |
| | | | | #8050, closes #12142, closes #12144) | |||||
* | [utils] Fix --match-filter for int-like strings (closes #11082) | Sergey M․ | 2016-10-31 | 1 | -0/+6 | |
| | ||||||
* | [YoutubeDL] Fix format selection with filters (Closes #10083) | Sergey M․ | 2016-07-16 | 1 | -0/+34 | |
| | ||||||
* | [test_YoutubeDL] Add test for format_id format selection | Sergey M․ | 2016-03-19 | 1 | -0/+5 | |
| | ||||||
* | [test_YoutubeDL] PEP 8 | Sergey M․ | 2016-03-10 | 1 | -1/+0 | |
| | ||||||
* | [YoutubeDL] Improve _format_note | Sergey M․ | 2016-03-10 | 1 | -0/+4 | |
| | ||||||
* | [test_YoutubeDL] Make test pass until more intelligent sort formats (Closes ↵ | Sergey M․ | 2016-02-20 | 1 | -1/+1 | |
| | | | | #8462) | |||||
* | rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace | remitamine | 2016-02-06 | 1 | -1/+1 | |
| | ||||||
* | [test_YoutubeDL] Fix test_youtube_format_selection | Yen Chi Hsuan | 2016-02-03 | 1 | -0/+11 | |
| | | | | | Broken since a6c2c24479e5f4827ceb06f64d855329c0a6f593. Thanks to @jaimeMF and @anisse for pointing that out | |||||
* | [YoutubeDL] Do not override ie_key in url_transparent | Yen Chi Hsuan | 2016-02-01 | 1 | -0/+37 | |
| |