aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Add dev option `--load-pages`pukkandan2022-06-014-36/+54
|
* [extractor, cleanup] Refactor `_download_...` methodspukkandan2022-06-011-168/+101
|
* Do not print progress to `stderr` with `-q`pukkandan2022-06-011-2/+2
| | | | | | | | 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
* [extractor/vevo] Fix extractor (#3921)Lesmiscore2022-06-011-2/+117
| | | Authored by: Lesmiscore
* [extractor/animelab] Remove extractor (#3922)gamer1912022-05-312-274/+0
| | | | | https://www.animelab.com/sunset Authored by: gamer191
* [extractor/PokemonSoundLibrary] Remove extractor (#3918)Lesmiscore2022-05-312-42/+0
| | | Authored by: Lesmiscore
* [extractor/iwara:user] Make paging better (#3901)Lesmiscore2022-05-311-20/+54
| | | Authored by: Lesmiscore
* [extractor/common] Recognize `src` attribute from HTML5 media elements (#3899)Lesmiscore2022-05-292-2/+23
| | | Authored by: Lesmiscore
* [extractor/youtube] Fix initial player response extractioncoletdjnz2022-05-292-20/+54
| | | | Authored by: pukkandan, coletdjnz
* [extractor/playsuisse] Add extractor (#845)Stefan Borer2022-05-282-0/+148
| | | Authored by: sbor23, pukkandan
* [extractor/youtube] Bring back `_extract_chapters_from_description`pukkandan2022-05-291-0/+16
| | | | Closes #3886
* [extractor/youtube] Make signature extraction non-fatalpukkandan2022-05-291-14/+13
| | | | | | and reduce verbosity of it's warning Closes #3882
* [extractor/duboku] Fix for hostname change (#3891)mozbugbox2022-05-281-24/+26
| | | Authored by: mozbugbox
* [utils] Send HTTP/1.1 ALPN extension (#3889)coletdev2022-05-281-0/+7
| | | | | | | Some servers may reject requests if not sent (e.g. fingerprinting) Fixes #3878 Authored by: coletdjnz
* [extractor/zattoo] Fix live streams (#3812)miseran2022-05-271-1/+1
| | | Authored by: miseran
* Fix bug in 8a82af3511b4379af0d239dbd01c672c17a2c46apukkandan2022-05-272-2/+2
|
* [youtube] Add warning for PostLiveDvrpukkandan2022-05-271-0/+7
| | | | Closes #3746, Related #1564
* [cleanup] Misc fixes and cleanuppukkandan2022-05-2716-84/+103
| | | | Closes #3780, Closes #3853, Closes #3850
* [spotify:show] Fix extractorpukkandan2022-05-271-16/+23
| | | | Closes #3768
* `--config-location -` to provide options interactivelypukkandan2022-05-274-13/+19
|
* [curiositystream] Get `auth_token` from cookie (#3836)monnef2022-05-261-0/+5
| | | | Closes #3753 Authored by: mnn
* [bloomberg] Change playback endpoint (#3857)m4tu4g2022-05-241-6/+4
| | | | Closes #3787 Authored by: m4tu4g
* [yahoo:gyao] Fix extractorLesmiscore2022-05-241-1/+1
| | | | This fixes 400 error for /title/ URLs.
* [ModifyChapters] Fix repeated removal of small segmentspukkandan2022-05-232-4/+4
| | | | Closes #3846
* [downloader, cleanup] Refactor `report_progress`pukkandan2022-05-221-65/+48
| | | | Closes #3790
* [ffmpeg] Check version lazilypukkandan2022-05-221-80/+93
| | | | Closes #3830
* Fix bug in 23326151c45b632c3d5948bd018e80abb370e676pukkandan2022-05-221-3/+3
|
* [build, cleanup] Refactorpukkandan2022-05-225-410/+340
| | | | Closes #3835, #3837
* [rumble] Extract subtitles (#3823)Felix S2022-05-211-0/+8
| | | | Closes #3132 Authored by: fstirlitz
* [cleanup] Miscpukkandan2022-05-2120-139/+171
|
* Ensure pre-processor errors do not block video downloadpukkandan2022-05-211-7/+18
| | | | Closes #2875
* Fix `--simulate --max-downloads`pukkandan2022-05-201-4/+6
| | | | | Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17 Closes #3815
* Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3pukkandan2022-05-202-4/+6
|
* [compat] Add `functools.cached_property`pukkandan2022-05-205-7/+21
|
* Bugfix for 23326151c45b632c3d5948bd018e80abb370e676pukkandan2022-05-202-15/+8
|
* [StreamCZ] Fix extractor (#3789)adamanldo2022-05-201-2/+2
| | | | Closes #3579 Authored by: dirkf, adamanldo
* [ina] Fix extractor (#3807)Elyse2022-05-201-52/+32
| | | | Closes #2463 Authored by: elyse0
* [crunchyroll:beta] Fix extractor after API change (#3801)Jeff Huffman2022-05-191-4/+5
| | | | Closes #2052 Authored by: Burve, tejing1
* Return an error code if update failspukkandan2022-05-201-9/+3
| | | | Closes #3802
* [utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2pukkandan2022-05-204-19/+27
| | | | | * Cache of `supports_terminal_sequences` must be reset after enabling VT mode * and move `windows_enable_vt_mode` to utils to avoid cyclic imports
* [tiktok] Detect embedspukkandan2022-05-202-10/+24
| | | | Closes #3799
* [utils] Improve performance using `functools.cache`pukkandan2022-05-193-3/+19
| | | | Closes #3786
* [utils] `ISO3166Utils`: Add `EU` and `AP`pukkandan2022-05-191-0/+3
| | | | Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
* [doc, cleanup] Re-indent "Usage and Options" sectionpukkandan2022-05-192-755/+750
|
* Add option --retry-sleep (#3059)pukkandan2022-05-196-6/+56
| | | | Closes #2852
* Add option `--alias`pukkandan2022-05-195-48/+167
|
* [version] updategithub-actions2022-05-186-15/+15
| | | | | | Created by: pukkandan :ci skip all
* Release 2022.05.18pukkandan2022-05-184-10/+165
|
* [cleanup] Minor fixespukkandan2022-05-188-18/+26
|
* [utils] `is_html`: Handle double BOMpukkandan2022-05-182-6/+20
| | | | Closes #2885