aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-01[extractor] Add dev option `--load-pages`pukkandan
2022-06-01[extractor, cleanup] Refactor `_download_...` methodspukkandan
2022-06-01Do not print progress to `stderr` with `-q`pukkandan
It is arguable how this "should" behave, but since progress is always written to stdout in older yt-dl/p, we should keep it as-is Bug in cf4f42cb9776eaa3166d2d234c3ec7651f05d7a9 Closes #3844
2022-06-01[extractor/vevo] Fix extractor (#3921)Lesmiscore
Authored by: Lesmiscore
2022-05-31[extractor/animelab] Remove extractor (#3922)gamer191
https://www.animelab.com/sunset Authored by: gamer191
2022-05-31[extractor/PokemonSoundLibrary] Remove extractor (#3918)Lesmiscore
Authored by: Lesmiscore
2022-05-31[extractor/iwara:user] Make paging better (#3901)Lesmiscore
Authored by: Lesmiscore
2022-05-29[extractor/common] Recognize `src` attribute from HTML5 media elements (#3899)Lesmiscore
Authored by: Lesmiscore
2022-05-29[extractor/youtube] Fix initial player response extractioncoletdjnz
Authored by: pukkandan, coletdjnz
2022-05-28[extractor/playsuisse] Add extractor (#845)Stefan Borer
Authored by: sbor23, pukkandan
2022-05-29[extractor/youtube] Bring back `_extract_chapters_from_description`pukkandan
Closes #3886
2022-05-29[extractor/youtube] Make signature extraction non-fatalpukkandan
and reduce verbosity of it's warning Closes #3882
2022-05-28[extractor/duboku] Fix for hostname change (#3891)mozbugbox
Authored by: mozbugbox
2022-05-28[utils] Send HTTP/1.1 ALPN extension (#3889)coletdev
Some servers may reject requests if not sent (e.g. fingerprinting) Fixes #3878 Authored by: coletdjnz
2022-05-27[extractor/zattoo] Fix live streams (#3812)miseran
Authored by: miseran
2022-05-27Fix bug in 8a82af3511b4379af0d239dbd01c672c17a2c46apukkandan
2022-05-27[youtube] Add warning for PostLiveDvrpukkandan
Closes #3746, Related #1564
2022-05-27[cleanup] Misc fixes and cleanuppukkandan
Closes #3780, Closes #3853, Closes #3850
2022-05-27[spotify:show] Fix extractorpukkandan
Closes #3768
2022-05-27`--config-location -` to provide options interactivelypukkandan
2022-05-26[curiositystream] Get `auth_token` from cookie (#3836)monnef
Closes #3753 Authored by: mnn
2022-05-24[bloomberg] Change playback endpoint (#3857)m4tu4g
Closes #3787 Authored by: m4tu4g
2022-05-24[yahoo:gyao] Fix extractorLesmiscore
This fixes 400 error for /title/ URLs.
2022-05-23[ModifyChapters] Fix repeated removal of small segmentspukkandan
Closes #3846
2022-05-22[downloader, cleanup] Refactor `report_progress`pukkandan
Closes #3790
2022-05-22[ffmpeg] Check version lazilypukkandan
Closes #3830
2022-05-22Fix bug in 23326151c45b632c3d5948bd018e80abb370e676pukkandan
2022-05-22[build, cleanup] Refactorpukkandan
Closes #3835, #3837
2022-05-21[rumble] Extract subtitles (#3823)Felix S
Closes #3132 Authored by: fstirlitz
2022-05-21[cleanup] Miscpukkandan
2022-05-21Ensure pre-processor errors do not block video downloadpukkandan
Closes #2875
2022-05-20Fix `--simulate --max-downloads`pukkandan
Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17 Closes #3815
2022-05-20Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3pukkandan
2022-05-20[compat] Add `functools.cached_property`pukkandan
2022-05-20Bugfix for 23326151c45b632c3d5948bd018e80abb370e676pukkandan
2022-05-20[StreamCZ] Fix extractor (#3789)adamanldo
Closes #3579 Authored by: dirkf, adamanldo
2022-05-20[ina] Fix extractor (#3807)Elyse
Closes #2463 Authored by: elyse0
2022-05-19[crunchyroll:beta] Fix extractor after API change (#3801)Jeff Huffman
Closes #2052 Authored by: Burve, tejing1
2022-05-20Return an error code if update failspukkandan
Closes #3802
2022-05-20[utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2pukkandan
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports
2022-05-20[tiktok] Detect embedspukkandan
Closes #3799
2022-05-19[utils] Improve performance using `functools.cache`pukkandan
Closes #3786
2022-05-19[utils] `ISO3166Utils`: Add `EU` and `AP`pukkandan
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
2022-05-19[doc, cleanup] Re-indent "Usage and Options" sectionpukkandan
2022-05-19Add option --retry-sleep (#3059)pukkandan
Closes #2852
2022-05-19Add option `--alias`pukkandan
2022-05-18[version] update2022.05.18github-actions
Created by: pukkandan :ci skip all
2022-05-18Release 2022.05.18pukkandan
2022-05-18[cleanup] Minor fixespukkandan
2022-05-18[utils] `is_html`: Handle double BOMpukkandan
Closes #2885