aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-12[extractor/LastFM] Rewrite playlist extraction (#6379)Ha Tien Loi
Authored by: hatienl0i261299, pukkandan Closes #5975
2023-03-12[extractor/thesun] Update `_VALID_URL` (#6522)Ha Tien Loi
Authored by: hatienl0i261299 Closes #6479
2023-03-12Fix 2a23d92d9ec44a0168079e38bcf3d383e5c4c7bbpukkandan
Closes #6517
2023-03-11[extractor/youtube] Construct fragment list lazilypukkandan
Building fragment list for all formats take significant time for large videos
2023-03-11[extractor/youtube] Add extractor-arg `include_duplicate_formats`pukkandan
2023-03-11[extractor/youtube] Add client name to `format_note` when `-v` (#6254)Lesmiscore
Authored by: Lesmiscore, pukkandan
2023-03-11[extractor/rokfin] Re-construct manifest url (#6507)vampirefrog
Authored by: vampirefrog
2023-03-11[extractor/opencast] Fix format bug (#6512)Daniel Vogt
Authored by: C0D3D3V
2023-03-10[extractor/hidive] Fix loginpukkandan
Fixes https://github.com/yt-dlp/yt-dlp/issues/6493#issuecomment-1462906556
2023-03-10Support loading info.json with a list at it's rootpukkandan
2023-03-10[extractor/cbc:gem] Update `_VALID_URL` (#6499)makeworld
Authored by: makeworld-the-better-one Closes #6395
2023-03-10[extractor/twitch] Fix `is_live` (#6500)Elyse
Closes #6494 Authored by: elyse0
2023-03-09[extractor/youtube] Bypass throttling for `-f17`pukkandan
and related cleanup Thanks @AudricV for the finding
2023-03-09[downloader/curl] Fix progress reportingpukkandan
Bug in 8c53322cda75394a8d551dde20b2529ee5ad6e89 Closes #6490
2023-03-09[extractor/opencast] Add ltitools to `_VALID_URL` (#6371)Daniel Vogt
Authored by: C0D3D3V
2023-03-09[extractor/iq] Set more language codes (#6476)D0LLYNH0
Authored by: D0LLYNH0
2023-03-08[cookies] Defer extraction of v11 key from keyringSimon Sawicki
Closes #6082 Authored by: Grub4K
2023-03-08[postprocessor] Fix chapters if duration is not extracted (#6037)bashonly
Authored by: bashonly
2023-03-08[extractor/chilloutzone] Fix extractor (#6445)bashonly
Closes #6029 Authored by: bashonly
2023-03-07[utils] `write_string`: Fix noconsole behaviorSimon Sawicki
Ref: https://github.com/pyinstaller/pyinstaller/pull/7217 Authored by: Grub4K
2023-03-07[extractor/nubilesporn] Add extractor (#6231)permunkle
Authored by: permunkle
2023-03-05[extractor/teamcoco] Fix extractor (#6437)bashonly
Closes #6339 Authored by: bashonly
2023-03-04Release 2023.03.042023.03.04github-actions
Created by: pukkandan :ci skip all :ci run dl
2023-03-05[cleanup] Miscpukkandan
2023-03-05[extractor/lefigaro] Add extractors (#6309)Elyse
Authored by: elyse0 Closes #6197
2023-03-05[extractor/tubetugraz] Support `--twofactor` (#6424) (#6427)Ferdinand Bachmann
Authored by: Ferdi265 Closes #6424
2023-03-05[extractor/tunein] Fix extractors (#6310)Elyse
Authored by: elyse0 Closes #2973
2023-03-05[extractor/telecaribe] Add extractor (#6311)Elyse
Authored by: elyse0 Closes #6001
2023-03-05[extractor/lumni] Add extractor (#6302)Chris Caruso
Authored by: carusocr Closes #6202
2023-03-04[extractor/Prankcast] Fix tags (#6316)columndeeply
Authored by: columndeeply
2023-03-04[extractor/twitter] Fix retweet extraction (#6422)lauren n. liberda
Authored by: selfisekai
2023-03-04[extractor/SportDeutschland] Rewrite extractorpukkandan
Note: `multi_video` live streams are untested Closes #6417, closes #6418, closes #6420
2023-03-04[extractor/bilibili] Fix for downloading wrong subtitles (#6358)LXYan2333
Closes #6357 Authored by: LXYan2333
2023-03-04[devscripts] `make_changelog`: Stop at `Release ...` commitpukkandan
Closes #6415
2023-03-04[xvideos:quickies] Add extractor (#6414)Yakabuff
Authored by: Yakabuff Closes #6356
2023-03-04[extractor/rutube] Extract chapters from description (#6345)mushbite
Authored by: mushbite
2023-03-04[build] Only archive if `vars.ARCHIVE_REPO` is setSimon Sawicki
Authored by: Grub4K
2023-03-04[extractor/twitch] Update for GraphQL API changes (#6318)Elyse
Authored by: elyse0 Closes #6308
2023-03-04[extractor/ESPNcricinfo] Handle new URL pattern (#6321)Venkata Krishna S
Authored by: venkata-krishnas Closes #6164
2023-03-03[build] Fix publishing to PyPI and homebrewbashonly
Closes #6411 Authored by: bashonly
2023-03-03Release 2023.03.032023.03.03github-actions
Created by: Grub4K :ci skip all :ci run dl
2023-03-03Fix d400e261cf029a3f20d364113b14de973be75404Simon Sawicki
Authored by: Grub4K
2023-03-04Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1pukkandan
2023-03-04Add option `--break-match-filters`pukkandan
* Deprecates `--break-on-reject` Closes #5962
2023-03-03Fix `--break-on-existing` with `--lazy-playlist`pukkandan
Closes #6399
2023-03-03[cleanup, jsinterp] Give functions names to help debuggingpukkandan
2023-03-03[cleanup] Miscpukkandan
2023-03-03[build] Add `cffi` as a dependency for `yt_dlp_linux`bashonly
Closes #6394 Authored by: bashonly
2023-03-03[build] Sign SHA files and release public keySimon Sawicki
Closes #6344 Authored by: Grub4K
2023-03-03[update] Add option `--update-to`, including to nightly (#6220)Simon Sawicki
* By default, stable will only update to stable, and nightly to nightly Authored by: Grub4K, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>