aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to ytdl-commit-de39d128pukkandan2022-11-0712-205/+389
| | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210
* [extractor/stripchat] Fix hostname for HLS stream (#5445)zulaport2022-11-071-19/+16
| | | | Closes #5227 Authored by: zulaport
* Do not backport Python 3.10 SSL configuration for LibreSSL (#5464)Matthew2022-11-061-1/+8
| | | | | | | Until further investigation. Fixes regression in https://github.com/yt-dlp/yt-dlp/commit/5b9f253fa0aee996cf1ed30185d4b502e00609c4 Authored by: coletdjnz
* [extractor/telegram] Add playlist support and more metadata (#5358)bashonly2022-11-062-27/+123
| | | Authored by: bashonly, bsun0000
* [extractor/crunchyroll] Beta is now the only layout (#5294)Jeff Huffman2022-11-073-694/+26
| | | | Closes #5292 Authored by: tejing1
* [extractor/listennotes] Add extractor (#5310)Alex Karabanov2022-11-073-1/+88
| | | | Closes #5262 Authored by: lksj, pukkandan
* [extractor/qingting] Add extractor (#5329)changren-wcr2022-11-062-0/+48
| | | | Closes #5323 Authored by: changren-wcr, bashonly
* [extractor/tvp] Update extractors (#5346)lauren2022-11-062-71/+156
| | | | Closes #5328 Authored by: selfisekai
* [extractor/redgifs] Refresh auth token for 401 (#5352)Kevin Wood2022-11-061-8/+15
| | | | Closes #5351 Authored by: endotronic, pukkandan
* [extractor/youtube] Update piped instances (#5441)Bruno Guerreiro2022-11-061-5/+15
| | | | Closes #5286 Authored by: Generator
* [extractor/epoch] Support videos without data-trailer (#5387)Richard Gibson2022-11-062-1/+11
| | | | Closes #5359 Authored by: gibson042, pukkandan
* [extractor/swearnet] Add extractor (#5371)HobbyistDev2022-11-062-0/+74
| | | Authored by: HobbyistDev
* [extractor/deuxm] Add extractors (#5388)CrankDatSouljaBoy2022-11-062-0/+80
| | | Authored by: CrankDatSouljaBoy
* Backport SSL configuration from Python 3.10 (#5437)Matthew2022-11-061-2/+15
| | | | | Partial fix for https://github.com/yt-dlp/yt-dlp/pull/5294#issuecomment-1289363572, https://github.com/yt-dlp/yt-dlp/issues/4627 Authored by: coletdjnz
* [extractor/skyit] Fix extractors (#5442)nixxo2022-11-062-45/+39
| | | | Closes #5392 Authored by: nixxo
* [extractor/youtube] Update playlist metadata extraction for new layout (#5376)Matthew2022-11-061-71/+82
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5373 Authored by: coletdjnz
* [extractor/lbry] Authenticate with cookies (#5435)MMM2022-11-051-5/+34
| | | | Closes #5431 Authored by: flashdagger
* [extractor/twitcasting] Fix `data-movie-playlist` extraction (#5453)Lesmiscore2022-11-051-1/+12
| | | Authored by: Lesmiscore
* [extractor/oftv] Add extractors (#5134)sam2022-11-052-0/+58
| | | | Closes #5017 Authored by: DoubleCouponDay
* [extractor/youtube] Improve chapter parsing from descriptionpukkandan2022-11-051-1/+6
| | | | Closes #5448
* [extractor/genius] Add extractors (#5221)bashonly2022-11-042-0/+131
| | | | Closes #5209 Authored by: bashonly
* [extractor/bbc] Support onion domains (#5211)sam2022-11-041-1/+12
| | | Authored by: DoubleCouponDay
* [extractor/agora] Add extractors (#5101)lauren2022-11-043-0/+264
| | | Authored by: selfisekai
* [extractor/bitchute] Simplify extractor (#5066)pukkandan2022-11-041-52/+61
| | | | | | | | | | * Check alternate domains when a URL does not work * Obey `--no-check-formats` * Remove webseeds (doesnt seem to exist anymore) Authored by: flashdagger, pukkandan Co-authored-by: Marcel <flashdagger@googlemail.com>
* [kaltura] Support playlists (#4986)James Woglom2022-11-041-15/+181
| | | Authored by: jwoglom, pukkandan
* [extractor] Improve `_generic_title`pukkandan2022-10-3116-34/+21
|
* [extractor/japandiet] Add extractors (#5368)Lesmiscore2022-10-312-0/+284
| | | Authored by: Lesmiscore
* [extractor/youtube] Fix `duration` for premieres (#5382)nosoop2022-10-291-4/+3
| | | | Closes #5378 Authored by: nosoop
* [extractor/youtube] Fix `live_status` extraction for playlist videoscoletdjnz2022-10-271-0/+1
| | | | | | Regression in https://github.com/yt-dlp/yt-dlp/commit/867c66ff97b0639485a2b6ebc28f2e0df0bf8187 Authored by: coletdjnz
* Write API params in debug headpukkandan2022-10-251-23/+28
|
* [extractor/bilibili] Add chapters and misc cleanup (#4221)pukkandan2022-10-251-50/+75
| | | | Authored by: lockmatrix, pukkandan
* [extractor/bilibili] Fix BilibiliIE and Bangumi extractors (#4945)Locke2022-10-252-429/+325
| | | | Closes #1878, #4071, #4397 Authored by: lockmatrix, pukkandan
* [extractor/mlb] Add `MLBArticle` extractor (#4832)HobbyistDev2022-10-252-0/+34
| | | | Closes #3475 Authored by: HobbyistDev
* [extractor/zenyandex] Fix extractors (#3750, #5268)Alex Karabanov2022-10-252-44/+128
| | | | | | Closes #3736 Authored by: lksj, puc9, pukkandan Co-authored-by: puc9 <51006296+puc9@users.noreply.github.com>
* [extractor/americastestkitchen] Fix extractor (#5343)bashonly2022-10-241-22/+32
| | | | | | Fix `_VALID_URL` and season extraction Closes #5343 Authored by: bashonly
* [extractor/iprima] Make json+ld non-fatalpukkandan2022-10-221-1/+1
| | | | | | Closes #5318 Authored by: bashonly
* [build] Replace `set-output` with `GITHUB_OUTPUT` (#5315)Lesmiscore2022-10-213-5/+7
| | | | | https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Authored by: Lesmiscore
* [extractor/zee5] Improve `_VALID_URL` (#5316)m4tu4g2022-10-211-1/+7
| | | Authored by: m4tu4g
* [extractor/redgifs] Fix extractorspukkandan2022-10-211-14/+6
| | | | | | | | Superseeds f47cf86eff47accf47082f88583ef25cdae18467 Closes #5311 Authored by: bashonly
* [extractor/zeenews] Add extractor (#5289)m4tu4g2022-10-203-1/+60
| | | | Closes #4967 Authored by: m4tu4g, pukkandan
* [extractor/redgifs] Fix extractorspukkandan2022-10-201-2/+4
| | | | Closes #5202, closes #5216
* [extractor/twitter] Add Spaces extractor and GraphQL API (#5247, #4864)Simon Sawicki2022-10-193-52/+426
| | | | | | | | Closes #1605, Closes #5233, Closes #1249 Authored by: Grub4K, nixxo, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: nixxo <nixxo@protonmail.com>
* [extractor/paramountplus] Update API token (#5285)bashonly2022-10-191-4/+5
| | | | Closes #5273 Authored by: bashonly
* [extractor/voot] Improve `_VALID_URL` (#5283)Anant Murmu2022-10-191-1/+4
| | | Authored by: freezboltz
* [extractor/youtube] Mark videos as fully watchedbsun00002022-10-191-1/+1
| | | | | Closes #2555 Authored by: bsun0000
* [cleanup Miscpukkandan2022-10-1812-32/+48
| | | | Closes #5162
* [SponsorBlock] Relax duration check for large segmentspukkandan2022-10-181-1/+2
|
* [docs, devscripts] Document `pyinst`'s argument passthrough (#5235)jahway6032022-10-181-0/+2
| | | | Closes #4631 Authored by: jahway603
* [ModifyChapters] Handle the entire video being marked for removalpukkandan2022-10-181-0/+3
| | | | Closes #5238
* [SponsorBlock] Obey `--retry-sleep extractor`pukkandan2022-10-181-2/+2
|