Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/tiktok] Improve `TikTokLive` extractor (#6520) | bashonly | 2023-03-16 | 1 | -21/+158 | |
| | | | | Closes #6459 Authored by: bashonly | |||||
* | [extractor/genius] Add support for articles (#6474) | bashonly | 2023-03-16 | 1 | -8/+26 | |
| | | | | Closes #6465 Authored by: bashonly | |||||
* | [extractor/mediastream] Improve `WinSports` and embed extraction (#6426) | bashonly | 2023-03-16 | 1 | -37/+67 | |
| | | | | Closes #6419, Closes #6527 Authored by: bashonly | |||||
* | [extractor/youtube] Fix parsing `comment_count` (#6523) | Nicholas Defranco | 2023-03-15 | 1 | -3/+3 | |
| | | | | Closes #5849 Authored by: nick-cd | |||||
* | [build] Pin `pyinstaller` version for MacOS | pukkandan | 2023-03-15 | 1 | -1/+1 | |
| | | | | Workaround for #6541 | |||||
* | [extractor/youtube] Handle incomplete initial data from watch page (#6510) | coletdjnz | 2023-03-13 | 1 | -1/+4 | |
| | | | Authored by: coletdjnz | |||||
* | [dependencies/Cryptodome] Fix `__bool__` | pukkandan | 2023-03-13 | 1 | -2/+4 | |
| | | | | Bug in 65f6e807804d2af5e00f2aecd72bfc43af19324a | |||||
* | [extractor/nebula] Add `beta.nebula.tv` (#6516) | unbeatable-101 | 2023-03-13 | 1 | -1/+5 | |
| | | | Authored by: unbeatable-101 | |||||
* | [extractor/jwplatform] Update `_extract_embed_urls` (#6383) | Chris Caruso | 2023-03-12 | 1 | -11/+26 | |
| | | | Authored by: carusocr | |||||
* | [extractor/Parler] Rewrite extractor (#6446) | JChris246 | 2023-03-12 | 1 | -57/+37 | |
| | | | | Authored by: JChris246 Closes #6068 | |||||
* | [extractor/medaltv] Fix clips (#6502) | Joshua Lochner | 2023-03-12 | 1 | -17/+6 | |
| | | | | Closes #6489 Authored by: xenova | |||||
* | [extractor/LastFM] Rewrite playlist extraction (#6379) | Ha Tien Loi | 2023-03-12 | 1 | -20/+23 | |
| | | | | Authored by: hatienl0i261299, pukkandan Closes #5975 | |||||
* | [extractor/thesun] Update `_VALID_URL` (#6522) | Ha Tien Loi | 2023-03-12 | 1 | -3/+10 | |
| | | | | Authored by: hatienl0i261299 Closes #6479 | |||||
* | Fix 2a23d92d9ec44a0168079e38bcf3d383e5c4c7bb | pukkandan | 2023-03-12 | 1 | -6/+9 | |
| | | | | Closes #6517 | |||||
* | [extractor/youtube] Construct fragment list lazily | pukkandan | 2023-03-11 | 1 | -2/+2 | |
| | | | | Building fragment list for all formats take significant time for large videos | |||||
* | [extractor/youtube] Add extractor-arg `include_duplicate_formats` | pukkandan | 2023-03-11 | 2 | -16/+23 | |
| | ||||||
* | [extractor/youtube] Add client name to `format_note` when `-v` (#6254) | Lesmiscore | 2023-03-11 | 1 | -4/+25 | |
| | | | Authored by: Lesmiscore, pukkandan | |||||
* | [extractor/rokfin] Re-construct manifest url (#6507) | vampirefrog | 2023-03-11 | 1 | -1/+49 | |
| | | | Authored by: vampirefrog | |||||
* | [extractor/opencast] Fix format bug (#6512) | Daniel Vogt | 2023-03-11 | 1 | -2/+2 | |
| | | | Authored by: C0D3D3V | |||||
* | [extractor/hidive] Fix login | pukkandan | 2023-03-10 | 1 | -3/+4 | |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/6493#issuecomment-1462906556 | |||||
* | Support loading info.json with a list at it's root | pukkandan | 2023-03-10 | 2 | -11/+14 | |
| | ||||||
* | [extractor/cbc:gem] Update `_VALID_URL` (#6499) | makeworld | 2023-03-10 | 1 | -1/+4 | |
| | | | | Authored by: makeworld-the-better-one Closes #6395 | |||||
* | [extractor/twitch] Fix `is_live` (#6500) | Elyse | 2023-03-10 | 1 | -1/+1 | |
| | | | | Closes #6494 Authored by: elyse0 | |||||
* | [extractor/youtube] Bypass throttling for `-f17` | pukkandan | 2023-03-09 | 1 | -12/+7 | |
| | | | | | | and related cleanup Thanks @AudricV for the finding | |||||
* | [downloader/curl] Fix progress reporting | pukkandan | 2023-03-09 | 1 | -1/+1 | |
| | | | | | Bug in 8c53322cda75394a8d551dde20b2529ee5ad6e89 Closes #6490 | |||||
* | [extractor/opencast] Add ltitools to `_VALID_URL` (#6371) | Daniel Vogt | 2023-03-09 | 1 | -13/+24 | |
| | | | Authored by: C0D3D3V | |||||
* | [extractor/iq] Set more language codes (#6476) | D0LLYNH0 | 2023-03-09 | 1 | -1/+3 | |
| | | | Authored by: D0LLYNH0 | |||||
* | [cookies] Defer extraction of v11 key from keyring | Simon Sawicki | 2023-03-08 | 1 | -2/+8 | |
| | | | | | Closes #6082 Authored by: Grub4K | |||||
* | [postprocessor] Fix chapters if duration is not extracted (#6037) | bashonly | 2023-03-08 | 2 | -0/+8 | |
| | | | Authored by: bashonly | |||||
* | [extractor/chilloutzone] Fix extractor (#6445) | bashonly | 2023-03-08 | 1 | -49/+79 | |
| | | | | Closes #6029 Authored by: bashonly | |||||
* | [utils] `write_string`: Fix noconsole behavior | Simon Sawicki | 2023-03-07 | 1 | -0/+3 | |
| | | | | | Ref: https://github.com/pyinstaller/pyinstaller/pull/7217 Authored by: Grub4K | |||||
* | [extractor/nubilesporn] Add extractor (#6231) | permunkle | 2023-03-07 | 2 | -0/+100 | |
| | | | Authored by: permunkle | |||||
* | [extractor/teamcoco] Fix extractor (#6437) | bashonly | 2023-03-05 | 2 | -130/+212 | |
| | | | | Closes #6339 Authored by: bashonly | |||||
* | Release 2023.03.04 | github-actions | 2023-03-04 | 10 | -30/+76 | |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | |||||
* | [cleanup] Misc | pukkandan | 2023-03-05 | 8 | -38/+46 | |
| | ||||||
* | [extractor/lefigaro] Add extractors (#6309) | Elyse | 2023-03-05 | 2 | -0/+139 | |
| | | | | Authored by: elyse0 Closes #6197 | |||||
* | [extractor/tubetugraz] Support `--twofactor` (#6424) (#6427) | Ferdinand Bachmann | 2023-03-05 | 1 | -3/+22 | |
| | | | | Authored by: Ferdi265 Closes #6424 | |||||
* | [extractor/tunein] Fix extractors (#6310) | Elyse | 2023-03-05 | 2 | -112/+171 | |
| | | | | Authored by: elyse0 Closes #2973 | |||||
* | [extractor/telecaribe] Add extractor (#6311) | Elyse | 2023-03-05 | 2 | -0/+78 | |
| | | | | Authored by: elyse0 Closes #6001 | |||||
* | [extractor/lumni] Add extractor (#6302) | Chris Caruso | 2023-03-05 | 2 | -0/+27 | |
| | | | | Authored by: carusocr Closes #6202 | |||||
* | [extractor/Prankcast] Fix tags (#6316) | columndeeply | 2023-03-04 | 1 | -3/+3 | |
| | | | Authored by: columndeeply | |||||
* | [extractor/twitter] Fix retweet extraction (#6422) | lauren n. liberda | 2023-03-04 | 1 | -2/+24 | |
| | | | Authored by: selfisekai | |||||
* | [extractor/SportDeutschland] Rewrite extractor | pukkandan | 2023-03-04 | 1 | -56/+88 | |
| | | | | | | Note: `multi_video` live streams are untested Closes #6417, closes #6418, closes #6420 | |||||
* | [extractor/bilibili] Fix for downloading wrong subtitles (#6358) | LXYan2333 | 2023-03-04 | 1 | -3/+4 | |
| | | | | Closes #6357 Authored by: LXYan2333 | |||||
* | [devscripts] `make_changelog`: Stop at `Release ...` commit | pukkandan | 2023-03-04 | 3 | -32/+10 | |
| | | | | Closes #6415 | |||||
* | [xvideos:quickies] Add extractor (#6414) | Yakabuff | 2023-03-04 | 2 | -1/+25 | |
| | | | | Authored by: Yakabuff Closes #6356 | |||||
* | [extractor/rutube] Extract chapters from description (#6345) | mushbite | 2023-03-04 | 3 | -42/+66 | |
| | | | Authored by: mushbite | |||||
* | [build] Only archive if `vars.ARCHIVE_REPO` is set | Simon Sawicki | 2023-03-04 | 1 | -2/+3 | |
| | | | Authored by: Grub4K | |||||
* | [extractor/twitch] Update for GraphQL API changes (#6318) | Elyse | 2023-03-04 | 1 | -9/+37 | |
| | | | | Authored by: elyse0 Closes #6308 | |||||
* | [extractor/ESPNcricinfo] Handle new URL pattern (#6321) | Venkata Krishna S | 2023-03-04 | 1 | -1/+12 | |
| | | | | Authored by: venkata-krishnas Closes #6164 |