aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [core] Implement `--color` flag (#6904)Simon Sawicki2023-05-245-12/+66
| | | | | | Authored by: Grub4K
| * [jsinterp] Do not compile regexpukkandan2023-05-242-2/+6
| |
| * [misc] Add automatic duplicate issue detectionpukkandan2023-05-241-0/+20
| |
| * Update to ytdl-commit-d1c6c5pukkandan2023-05-2410-40/+125
| | | | | | | | | | | | | | | | | | | | | | [YouTube] [core] Improve platform debug log, based on yt-dlp https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9 Except: * 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression * There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641 * e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs * We plan to implement this differently
| * [devscripts/cli_to_api] Add scriptpukkandan2023-05-245-11/+62
| |
| * [extractor/youtube:music:search_url] Extract title (#7102)kangalio2023-05-221-1/+4
| | | | | | | | Authored by: kangalio Closes #7095
| * [core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz2023-05-206-24/+23
| | | | | | Authored by: coletdjnz
| * [cleanup, utils] Split into submodules (#7090)coletdjnz2023-05-208-444/+480
| | | | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/2173 Authored by: pukkandan, coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
| * [devscripts] `make_changelog`: Various improvementsSimon Sawicki2023-05-202-81/+102
| | | | | | | | | | | | | | | | | | - Make single items collapse into one line - Don't hide "Important changes" in `<details>` - Move upstream merge into priority - Properly support comma separated prefixes Authored by: Grub4K
| * [build] Implement build verification using `--update-to`bashonly2023-05-201-0/+69
| | | | | | | | Authored by: bashonly, Grub4K
| * [build] Various build workflow improvementsbashonly2023-05-205-37/+90
| | | | | | | | | | | | | | | | | | - Wait for build before publishing to PyPI - Do not run `meta_files` job if release is cancelled - Customizable channel in release workflow - Display badges above changelog Authored by: bashonly, Grub4K
| * [build] Fix macOS targetSimon Sawicki2023-05-201-7/+10
| | | | | | | | Authored by: Grub4K
| * [update] Implement `--update-to` repoSimon Sawicki2023-05-204-23/+41
| | | | | | | | Authored by: Grub4K, pukkandan
| * [update] Better error handlingSimon Sawicki2023-05-202-11/+17
| | | | | | | | Authored by: pukkandan
| * [extractor/youtube] Support podcasts and releases tabscoletdjnz2023-05-201-3/+45
| | | | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/6893 Authored by: coletdjnz
| * [cleanup] Miscpukkandan2023-05-206-404/+245
| | | | | | | | Closes #7030, closes #6967
| * [jsinterp] Handle `NaN` in bitwise operatorspukkandan2023-05-203-1/+20
| | | | | | | | Closes #6131
| * [extractor/booyah] Remove extractorpukkandan2023-05-202-87/+0
| | | | | | | | Site shut down. Closes #6425
| * [docs] Misc improvementspukkandan2023-05-2011-34/+43
| | | | | | | | Closes #6814, closes #6940, closes #6733, closes #6923, closes #6566, closes #6726, closes #6728
| * [extractor/iwara] Implement login (#6721)toomyzoom2023-05-111-5/+83
| | | | | | Authored by: toomyzoom
| * [extractor/wrestleuniverse] Fix extraction, add login (#6982)bashonly2023-05-082-35/+105
| | | | | | | | | | | | Closes #6975 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
| * [extractor/facebook] Fix metadata extraction (#6856)ringus12023-05-081-5/+9
| | | | | | | | Closes #3432 Authored by: ringus1
| * [extractor/abematv] Add fallback for title and description extraction and ↵Lesmiscore2023-05-061-0/+10
| | | | | | | | | | extract more metadata (#6994) Authored by: Lesmiscore
| * [extractor/tvp] Use new API (#6989)lauren n. liberda2023-05-061-25/+71
| | | | | | | | Authored by: selfisekai Closes #6987
| * [extractor/youporn] Extract m3u8 formatspukkandan2023-05-051-17/+18
| | | | | | | | Closes #6977
| * [utils] `locked_file`: Fix for virtiofs (#6840)Eveldee2023-05-051-4/+5
| | | | | | | | Authored by: brandon-dacrib Closes #6823
| * [extractor/clipchamp] Add extractor (#6978)bashonly2023-05-032-0/+62
| | | | | | | | Closes #6973 Authored by: bashonly
| * [extractor/dlf] Add extractors (#6697)Nicholas Defranco2023-05-022-0/+196
| | | | | | | | Closes #6430 Authored by: nick-cd
| * [extractor/twitter] Default to GraphQL, handle auth errors (#6957)bashonly2023-05-012-76/+62
| | | | | | | | Closes #6763 Authored by: bashonly
| * [utils] `traverse_obj`: More fixes (#6959)Simon Sawicki2023-04-302-12/+37
| | | | | | | | | | | | | | | | - Fix result when branching with `traverse_string` - Fix `slice` path on `dict`s - Fix tests and docstrings from 21b5ec86c2c37d10c5bb97edd7051d3aac16bb3e - Add `is_iterable_like` helper function Authored by: Grub4K
| * [extractor/reddit] Add login support (#6950)bashonly2023-04-291-0/+21
| | | | | | | | Closes #6949 Authored by: bashonly
| * Fix f005a35aa7e4f67a0c603a946c0dd714c151b2d6pukkandan2023-04-291-7/+5
| | | | | | | | | | | | | | | | | | | | Printing inside `finally` causes the order of logging to change when there is an error, which is undesirable. So this is reverted. The issue of `--print` being blocked by pre-processors was an unintentional side-effect of changing the operation orders in 170605840ea9d5ad75da6576485ea7d125b428ee, and this is also partially reverted.
| * Ensure pre-processor errors do not block `--print`pukkandan2023-04-291-4/+6
| | | | | | | | Closes #6937
| * [extractor/cbc] Fix live extractor, playlist `_VALID_URL` (#6625)makeworld2023-04-281-37/+83
| | | | | | Authored by: makew0rld
| * Fix bug in 170605840ea9d5ad75da6576485ea7d125b428eepukkandan2023-04-271-24/+18
| | | | | | | | and related refactor
| * [jsinterp] Handle negative numbers betterpukkandan2023-04-273-3/+25
| | | | | | | | Closes #6131
| * Populate `filename` and `urls` fields at all stages of `--print`pukkandan2023-04-271-15/+17
| | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/6920
| * [extractor/globalplayer] Add extractors (#6903)garret2023-04-262-0/+261
| | | | | | Authored by: garret1317
| * [extractor/aeonco] Support Youtube embeds (#6591)Alex Klapheke2023-04-261-9/+43
| | | | | | Authored by: alexklapheke
| * [extractor/pornhub] Set access cookies to fix extraction (#6685)Noah2023-04-251-2/+9
| | | | | | | | | | | | | | Closes #4299 Authored by: Schmoaaaaah, arobase-che Co-authored-by: Noah <nkempers@outlook.de> Co-authored-by: ache <ache@ache.one>
| * [extractor/bitchute] Add more fallback subdomains (#6907)Neurognostic2023-04-251-1/+4
| | | | | | Authored by: Neurognostic
| * [extractor/NiconicoSeries] Fix extraction (#6898)sqrtNOT2023-04-251-7/+6
| | | | | | Authored by: sqrtNOT
| * [extractors/rtvc] Add extractors (#6578)Elyse2023-04-243-0/+322
| | | | | | | | | | | | | | | | | | * Add `RTVCPlay` extractor * Add `RTVCPlayEmbed` extractor * Add `RTVCKaltura` extractor * Add `SenalColombiaLive` extractor Closes #6457 Authored by: elyse0
| * [utils] `traverse_obj`: Allow iterables in traversal (#6902)Simon Sawicki2023-04-242-4/+7
| | | | | | Authored by: Grub4K
| * Add option `--xff`pukkandan2023-04-243-23/+33
| | | | | | | | Deprecates `--geo-bypass`, `--no-geo-bypass, `--geo-bypass-country`, `--geo-bypass-ip-block`
| * [extractor/hentaistigma] Remove extractorpukkandan2023-04-242-38/+0
| | | | | | | | | | | | Piracy site Closes #6870
| * Add `--no-quiet`pukkandan2023-04-243-2/+8
| | | | | | | | Closes #6796
| * [outtmpl] Support `str.format` syntax inside replacementspukkandan2023-04-243-4/+21
| | | | | | | | Closes #6843
| * [outtmpl] Allow `\n` in replacements and default.pukkandan2023-04-243-2/+3
| | | | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510055357 Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510363645
| * [extractor/twitch] Extract original size thumbnail (#6629)JC-Chung2023-04-221-4/+10
| | | | | | Authored by: JC-Chung