Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [docs] Improvements | pukkandan | 2022-09-07 | 1 | -1/+1 | |
| | | | | | | | * Move detailed installation instructions to https://github.com/yt-dlp/yt-dlp/wiki/Installation * Link to wiki where applicable * Fix some mistakes. Closes #4853, Closes #4855, Closes #4852 * Improve some error messages | |||||
* | [utils] `base_url`: URL paths can contain `&` (#4841) | Elyse | 2022-09-04 | 1 | -1/+1 | |
| | | | | Authored by: elyse0 Closes #4187 | |||||
* | [outtmpl] Curly braces to filter keys | pukkandan | 2022-09-03 | 1 | -3/+10 | |
| | ||||||
* | Restore LD_LIBRARY_PATH when using PyInstaller (#4666) | Lesmiscore | 2022-08-31 | 1 | -2/+25 | |
| | | | Authored by: Lesmiscore | |||||
* | [utils] Add `deprecation_warning` | pukkandan | 2022-08-30 | 1 | -7/+24 | |
| | | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515 | |||||
* | [utils] Add orderedSet_from_options | pukkandan | 2022-08-24 | 1 | -0/+30 | |
| | ||||||
* | [jsinterp] Implement timeout | pukkandan | 2022-08-22 | 1 | -2/+2 | |
| | | | | Workaround for #4716 | |||||
* | [youtube] Fix error reporting of "Incomplete data" | pukkandan | 2022-08-16 | 1 | -1/+1 | |
| | | | | Related: #4669 | |||||
* | [utils] Fix `get_compatible_ext` | pukkandan | 2022-08-14 | 1 | -2/+2 | |
| | | | | Closes #4647 | |||||
* | [docs] Consistent use of `e.g.` (#4643) | Lesmiscore | 2022-08-14 | 1 | -3/+3 | |
| | | | Authored by: Lesmiscore | |||||
* | [jsinterp] Handle new youtube signature functions | pukkandan | 2022-08-14 | 1 | -5/+24 | |
| | | | | Closes #4635 | |||||
* | [jsinterp] Truncate error messages | pukkandan | 2022-08-12 | 1 | -0/+7 | |
| | | | | Related: #4635 | |||||
* | [outtmpl] Smarter replacing of unsupported characters | pukkandan | 2022-08-04 | 1 | -0/+6 | |
| | | | | Closes #1330 | |||||
* | Fix bug in be5c1ae86202be54225d376756f5d9f0bf8f392a | pukkandan | 2022-08-04 | 1 | -1/+1 | |
| | ||||||
* | Determine merge container better (See desc) (#1482) | Lauren N. Liberda | 2022-08-04 | 1 | -0/+40 | |
| | | | | | | | | * 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 | |||||
* | Import ctypes only when necessary | pukkandan | 2022-08-03 | 1 | -4/+5 | |
| | | | | Closes #4541 | |||||
* | Minor bugfixes | pukkandan | 2022-08-02 | 1 | -0/+5 | |
| | ||||||
* | Standardize retry mechanism (#1649) | pukkandan | 2022-08-02 | 1 | -0/+57 | |
| | | | | | | | * [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] Framework for embed detection (#4307) | pukkandan | 2022-08-02 | 1 | -2/+2 | |
| | ||||||
* | [extractor/rai] Add raisudtirol extractor (#4524) | nixxo | 2022-08-02 | 1 | -0/+1 | |
| | | | | Closes #4206 Authored by: nixxo | |||||
* | [utils] sanitize_open: Allow any IO stream as stdout | pukkandan | 2022-07-31 | 1 | -1/+3 | |
| | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/3298#issuecomment-1181754989 | |||||
* | [utils, cleanup] Consolidate known media extensions | pukkandan | 2022-07-31 | 1 | -16/+16 | |
| | ||||||
* | [extractor/archiveorg] Improve handling of formats (#4461) | coletdjnz | 2022-07-29 | 1 | -0/+1 | |
| | | | | | | | * Ignore private formats if not logged in (fixes https://github.com/yt-dlp/yt-dlp/issues/3832) * Prefer original formats * Support mpg formats Authored by: coletdjnz, pukkandan | |||||
* | [youtube,twitch] Allow waiting for channels to become live | pukkandan | 2022-07-26 | 1 | -0/+8 | |
| | | | | Closes #2597 | |||||
* | Reject entire playlists faster with `--match-filter` | pukkandan | 2022-07-26 | 1 | -1/+1 | |
| | | | | | | Rejected based on `playlist_id` etc can be checked before any entries are extracted Related: #4383 | |||||
* | Remove Python 3.6 support | pukkandan | 2022-07-18 | 1 | -1/+2 | |
| | | | | Closes #3764 | |||||
* | Fix a904a7f8c6edc42046f0a78fb279739d500d4887 | pukkandan | 2022-07-15 | 1 | -24/+7 | |
| | ||||||
* | Allow users to specify encoding in each config files (#4357) | Lesmiscore | 2022-07-15 | 1 | -10/+52 | |
| | | | Authored by: Lesmiscore | |||||
* | [utils] Fix `get_domain` | pukkandan | 2022-07-13 | 1 | -1/+5 | |
| | | | | | | Bug in ae61d108dd83a951b6e8a27e1fb969682416150d Closes #4344 | |||||
* | [utils, cleanup] Refactor parse_codecs | pukkandan | 2022-07-11 | 1 | -18/+17 | |
| | ||||||
* | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 1 | -7/+16 | |
| | ||||||
* | Do not load system certificates when `certifi` is used | pukkandan | 2022-07-07 | 1 | -11/+12 | |
| | | | | | | | | | This causes `CERTIFICATE_VERIFY_FAILED` if there is an expired/bad certificate in the system store Partially reverts 8a82af3511b4379af0d239dbd01c672c17a2c46a Related: #4145 | |||||
* | [options] Fix aliases to `--config-location` | pukkandan | 2022-07-01 | 1 | -6/+9 | |
| | ||||||
* | Fix bug in 612f2be5d3924540158dfbe5f25d841f04cff8c6 | Lesmiscore | 2022-06-30 | 1 | -1/+1 | |
| | ||||||
* | [cleanup] Misc cleanup | pukkandan | 2022-06-29 | 1 | -5/+4 | |
| | ||||||
* | [update] Ability to set a maximum version for specific variants | pukkandan | 2022-06-29 | 1 | -6/+37 | |
| | ||||||
* | [cleanup] Fix some typos (#4194) | crazymoose77756 | 2022-06-26 | 1 | -1/+1 | |
| | | | Authored by: crazymoose77756 | |||||
* | [extractor] Fix `_create_request` when headers is None | pukkandan | 2022-06-25 | 1 | -2/+2 | |
| | | | | Closes #4164 | |||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -47/+42 | |
| | ||||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -3/+2 | |
| | ||||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -65/+59 | |
| | | | | Removing any more will require changes to a large number of extractors | |||||
* | [utils] Fix inconsistent default handling between HTTP and HTTPS requests ↵ | coletdev | 2022-06-24 | 1 | -1/+1 | |
| | | | | | | | | | (#4158) Default headers such as `Content-Type` were only being added for HTTPS requests among other handling. Fixes bug in https://github.com/ytdl-org/youtube-dl/commit/be4a824d74add1a3b78b8244dff12f4f078f168a Authored-by: coletdjnz | |||||
* | Fix playlist error handling | pukkandan | 2022-06-22 | 1 | -0/+2 | |
| | | | | Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e | |||||
* | [update] Expose more functionality to API | pukkandan | 2022-06-21 | 1 | -3/+4 | |
| | ||||||
* | [utils] `ExtractorError`: Fix `exc_info` | pukkandan | 2022-06-20 | 1 | -0/+2 | |
| | ||||||
* | Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e | pukkandan | 2022-06-20 | 1 | -7/+7 | |
| | ||||||
* | [cleanup] Misc | pukkandan | 2022-06-20 | 1 | -29/+37 | |
| | ||||||
* | [docs] Improvements | pukkandan | 2022-06-20 | 1 | -1/+1 | |
| | ||||||
* | [extractor/BiliIntl] Fix metadata extraction | pukkandan | 2022-06-20 | 1 | -0/+4 | |
| | | | | Closes #4116 | |||||
* | Improve error handling of bad config files | pukkandan | 2022-06-18 | 1 | -0/+2 | |
| | | | | Related: #824 |