Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ThumbnailsConvertor] Allow conditional conversion | pukkandan | 2022-06-05 | 4 | -30/+42 |
| | | | | Closes #3970 | ||||
* | [extractor/0000studio] Add extractors (#3959) | Lesmiscore | 2022-06-05 | 3 | -2/+119 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/espn] Add `WatchESPN` extractor (#2283) | ischmidt20 | 2022-06-03 | 2 | -14/+125 |
| | | | Authored by: ischmidt20, pukkandan | ||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-03 | 14 | -98/+119 |
| | | | | | | Cherry-picks from: #3498, #3947 Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836 Authored by: pukkandan, flashdagger, gamer191 | ||||
* | [extractor] Fix bug in 617f658b7ec1193749848c1b7343acab125dbc46 | pukkandan | 2022-06-03 | 1 | -8/+20 |
| | | | | | | | While the function signature don't enforce it, some IEs that override `_download_webpage_handle` assume all optional arguments to be keyword-only Closes #3954 | ||||
* | [extractor/youtube] Fix `:ytnotifications` extractor (#3775) | coletdev | 2022-06-03 | 1 | -3/+5 |
| | | | | | Still some issues, see https://github.com/yt-dlp/yt-dlp/pull/3775 Authored by: coletdjnz | ||||
* | [extractor/npr] Use stream url from json-ld (#3455) | siddharth ravikumar | 2022-06-02 | 2 | -1/+20 |
| | | | | Closes #1934 Authored by: r5d | ||||
* | [extractor] Fix bug in f95b9dee4501eed75e7dba984cd914f7f16e3bf1 | pukkandan | 2022-06-03 | 1 | -3/+6 |
| | | | | Closes #3951 | ||||
* | [extractor/niconico:series] Fix extractor (#3935) | sqrtNOT | 2022-06-02 | 1 | -3/+3 |
| | | | Authored by: sqrtNOT | ||||
* | [extractor/dropout] Login is not mandatory | pukkandan | 2022-06-01 | 1 | -10/+17 |
| | | | | Workaround for #3931 | ||||
* | [extractor/youtube:tab] Detect `videoRenderer` in ↵ | pukkandan | 2022-06-01 | 1 | -2/+5 |
| | | | | `_post_thread_continuation_entries` | ||||
* | [extractor] Add dev option `--load-pages` | pukkandan | 2022-06-01 | 4 | -36/+54 |
| | |||||
* | [extractor, cleanup] Refactor `_download_...` methods | pukkandan | 2022-06-01 | 1 | -168/+101 |
| | |||||
* | Do not print progress to `stderr` with `-q` | pukkandan | 2022-06-01 | 1 | -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) | Lesmiscore | 2022-06-01 | 1 | -2/+117 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/animelab] Remove extractor (#3922) | gamer191 | 2022-05-31 | 2 | -274/+0 |
| | | | | | https://www.animelab.com/sunset Authored by: gamer191 | ||||
* | [extractor/PokemonSoundLibrary] Remove extractor (#3918) | Lesmiscore | 2022-05-31 | 2 | -42/+0 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/iwara:user] Make paging better (#3901) | Lesmiscore | 2022-05-31 | 1 | -20/+54 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/common] Recognize `src` attribute from HTML5 media elements (#3899) | Lesmiscore | 2022-05-29 | 2 | -2/+23 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/youtube] Fix initial player response extraction | coletdjnz | 2022-05-29 | 2 | -20/+54 |
| | | | | Authored by: pukkandan, coletdjnz | ||||
* | [extractor/playsuisse] Add extractor (#845) | Stefan Borer | 2022-05-28 | 2 | -0/+148 |
| | | | Authored by: sbor23, pukkandan | ||||
* | [extractor/youtube] Bring back `_extract_chapters_from_description` | pukkandan | 2022-05-29 | 1 | -0/+16 |
| | | | | Closes #3886 | ||||
* | [extractor/youtube] Make signature extraction non-fatal | pukkandan | 2022-05-29 | 1 | -14/+13 |
| | | | | | | and reduce verbosity of it's warning Closes #3882 | ||||
* | [extractor/duboku] Fix for hostname change (#3891) | mozbugbox | 2022-05-28 | 1 | -24/+26 |
| | | | Authored by: mozbugbox | ||||
* | [utils] Send HTTP/1.1 ALPN extension (#3889) | coletdev | 2022-05-28 | 1 | -0/+7 |
| | | | | | | | Some servers may reject requests if not sent (e.g. fingerprinting) Fixes #3878 Authored by: coletdjnz | ||||
* | [extractor/zattoo] Fix live streams (#3812) | miseran | 2022-05-27 | 1 | -1/+1 |
| | | | Authored by: miseran | ||||
* | Fix bug in 8a82af3511b4379af0d239dbd01c672c17a2c46a | pukkandan | 2022-05-27 | 2 | -2/+2 |
| | |||||
* | [youtube] Add warning for PostLiveDvr | pukkandan | 2022-05-27 | 1 | -0/+7 |
| | | | | Closes #3746, Related #1564 | ||||
* | [cleanup] Misc fixes and cleanup | pukkandan | 2022-05-27 | 16 | -84/+103 |
| | | | | Closes #3780, Closes #3853, Closes #3850 | ||||
* | [spotify:show] Fix extractor | pukkandan | 2022-05-27 | 1 | -16/+23 |
| | | | | Closes #3768 | ||||
* | `--config-location -` to provide options interactively | pukkandan | 2022-05-27 | 4 | -13/+19 |
| | |||||
* | [curiositystream] Get `auth_token` from cookie (#3836) | monnef | 2022-05-26 | 1 | -0/+5 |
| | | | | Closes #3753 Authored by: mnn | ||||
* | [bloomberg] Change playback endpoint (#3857) | m4tu4g | 2022-05-24 | 1 | -6/+4 |
| | | | | Closes #3787 Authored by: m4tu4g | ||||
* | [yahoo:gyao] Fix extractor | Lesmiscore | 2022-05-24 | 1 | -1/+1 |
| | | | | This fixes 400 error for /title/ URLs. | ||||
* | [ModifyChapters] Fix repeated removal of small segments | pukkandan | 2022-05-23 | 2 | -4/+4 |
| | | | | Closes #3846 | ||||
* | [downloader, cleanup] Refactor `report_progress` | pukkandan | 2022-05-22 | 1 | -65/+48 |
| | | | | Closes #3790 | ||||
* | [ffmpeg] Check version lazily | pukkandan | 2022-05-22 | 1 | -80/+93 |
| | | | | Closes #3830 | ||||
* | Fix bug in 23326151c45b632c3d5948bd018e80abb370e676 | pukkandan | 2022-05-22 | 1 | -3/+3 |
| | |||||
* | [build, cleanup] Refactor | pukkandan | 2022-05-22 | 5 | -410/+340 |
| | | | | Closes #3835, #3837 | ||||
* | [rumble] Extract subtitles (#3823) | Felix S | 2022-05-21 | 1 | -0/+8 |
| | | | | Closes #3132 Authored by: fstirlitz | ||||
* | [cleanup] Misc | pukkandan | 2022-05-21 | 20 | -139/+171 |
| | |||||
* | Ensure pre-processor errors do not block video download | pukkandan | 2022-05-21 | 1 | -7/+18 |
| | | | | Closes #2875 | ||||
* | Fix `--simulate --max-downloads` | pukkandan | 2022-05-20 | 1 | -4/+6 |
| | | | | | Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17 Closes #3815 | ||||
* | Bugfix for 3a408f9d199127ca2626359e21a866a09ab236b3 | pukkandan | 2022-05-20 | 2 | -4/+6 |
| | |||||
* | [compat] Add `functools.cached_property` | pukkandan | 2022-05-20 | 5 | -7/+21 |
| | |||||
* | Bugfix for 23326151c45b632c3d5948bd018e80abb370e676 | pukkandan | 2022-05-20 | 2 | -15/+8 |
| | |||||
* | [StreamCZ] Fix extractor (#3789) | adamanldo | 2022-05-20 | 1 | -2/+2 |
| | | | | Closes #3579 Authored by: dirkf, adamanldo | ||||
* | [ina] Fix extractor (#3807) | Elyse | 2022-05-20 | 1 | -52/+32 |
| | | | | Closes #2463 Authored by: elyse0 | ||||
* | [crunchyroll:beta] Fix extractor after API change (#3801) | Jeff Huffman | 2022-05-19 | 1 | -4/+5 |
| | | | | Closes #2052 Authored by: Burve, tejing1 | ||||
* | Return an error code if update fails | pukkandan | 2022-05-20 | 1 | -9/+3 |
| | | | | Closes #3802 |