aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-02138-1910/+500
| | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated
* [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-026-7/+13
| | | | Closes #4352
* [extractor/html5] Separate into own extractor (#4307)pukkandan2022-08-024-21/+30
| | | | | | Closes #4291 Authored by: coletdjnz, pukkandan
* [extractor/camtasia] Separate into own extractor (#4307)pukkandan2022-08-023-67/+72
| | | | Authored by: coletdjnz
* [extractor, test] Basic framework for embed tests (#4307)pukkandan2022-08-025-53/+89
| | | | | | and split download tests so they can be more easily run in CI Authored by: coletdjnz
* [extractor] Framework for embed detection (#4307)pukkandan2022-08-028-77/+149
|
* [extractor/rai] Add raisudtirol extractor (#4524)nixxo2022-08-024-0/+38
| | | | Closes #4206 Authored by: nixxo
* [extractor/YahooJapanNews] Fix extractor (#4480)Lesmiscore2022-08-011-75/+43
| | | Authored by: Lesmiscore
* [extractor/yandexmusic] Extract higher quality formatpukkandan2022-08-011-2/+1
| | | | Closes #4512
* [FFmpegThumbnailsConvertor] Fix conversion from GIFpukkandan2022-08-011-1/+2
| | | | Closes #2988
* [docs] Clarify `best*`pukkandan2022-08-011-1/+1
| | | | Closes #4373
* [docs] Fix capitalization in references (#4515)christoph-heinrich2022-08-012-5/+5
| | | Authored by: christoph-heinrich
* [extractor/angel] Add extractor (#4410)Juhmer Tena2022-08-012-0/+57
| | | | Closes #1243 Authored by: AxiosDeminence
* [extractors/holodex] Add extractor (#4434)sqrtNOT2022-08-012-0/+101
| | | | Closes #726 Authored by: sqrtNOT, pukkandan
* [extractor/youtube] Add `live_status=post_live` (#4495)lazypete3652022-08-013-9/+11
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365
* [downloader] Add average speed to final progress linepukkandan2022-07-311-0/+4
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31122
* [cleanup] Miscpukkandan2022-07-316-20/+20
|
* [utils] sanitize_open: Allow any IO stream as stdoutpukkandan2022-07-311-1/+3
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/3298#issuecomment-1181754989
* [outtmpl] Treat empty values as None in filenamespukkandan2022-07-311-0/+3
| | | | Workaround for #4485
* Validate `--merge-output-format`pukkandan2022-07-314-7/+11
| | | | Closes #4489
* [utils, cleanup] Consolidate known media extensionspukkandan2022-07-316-33/+35
|
* [mhtml, cleanup] Use imghdrpukkandan2022-07-312-14/+9
|
* [ffmpeg] Set `ffmpeg_location` in a contextvarpukkandan2022-07-312-1/+10
| | | | Fixes #2191 for the CLI, but not when used through the API
* [webvtt, extractor/youtube] Extract auto-subs from livestream VODspukkandan2022-07-312-16/+36
| | | | | | Closes #4130 Authored by: pukkandan, fstirlitz
* [extractor/youtube] Parse translated subtitles only when requestedpukkandan2022-07-311-1/+4
| | | | Closes #4274
* [metadataparser] Don't set `None` when the field didn't matchpukkandan2022-07-311-3/+3
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31118#issuecomment-1198254512
* [extractor/ESPN] Extract duration (#4499)ischmidt202022-07-311-9/+15
| | | Authored by: ischmidt20
* [extractor/twitch] Extract chapters for single chapter VODs (#4453)mpeter502022-07-301-4/+43
| | | | Closes #4421 Authored by: mpeter50
* [extractor/doodstream] Support more domains (#4493)Galiley2022-07-301-2/+6
| | | Authored by: Galiley
* [extractor/stripchat] Fix _VALID_URL (#4491)Anant Murmu2022-07-301-1/+4
| | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4486 Authored by: freezboltz
* [extractor/cloudflarestream] Fix video_id padding (#4384)haobinliang2022-07-301-1/+1
| | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/26640 Authored by: haobinliang
* [extractor/ina] Improve extractor (#4487)Elyse2022-07-301-10/+31
| | | | Closes #4419 Authored by: elyse0
* [extractor/archiveorg] Improve handling of formats (#4461)coletdjnz2022-07-292-9/+95
| | | | | | | * Ignore private formats if not logged in (fixes https://github.com/yt-dlp/yt-dlp/issues/3832) * Prefer original formats * Support mpg formats Authored by: coletdjnz, pukkandan
* [extractor/bbc] Fix news articles (#4472)ajj82022-07-281-1/+1
| | | Authored by: ajj8
* [extractor/arte] Fix title extractionpukkandan2022-07-281-2/+16
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/pull/3302#issuecomment-1197568420
* [extractor/vk] Fix extractor (#4128)Mehavoid2022-07-281-24/+65
| | | | Closes #4437 Authored by: Mehavoid
* [extractor/NaverNow] Change endpoint (#4457)ping2022-07-281-29/+33
| | | Authored by: ping
* [extractor/arte] Move to v2 API (#3302)Felix S2022-07-281-171/+168
| | | | | Closes #3622, #3502, #3086 Authored by: fstirlitz, pukkandan
* [extractor/tempo] Add extractor (#4463)HobbyistDev2022-07-272-0/+54
| | | Authored by: HobbyistDev
* Bugfix for f1042989c16795b9f75edd7856b1257570ab40e3pukkandan2022-07-271-3/+3
|
* Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4pukkandan2022-07-271-3/+4
| | | | Closes #4454
* [crunchyroll] Fix language code in _VALID_URLspukkandan2022-07-271-3/+6
| | | | Closes #4451
* [extractor/Go] Extract timestamp (#4186)ischmidt202022-07-261-20/+35
| | | Authored by: ischmidt20
* [extractor/hidive] Fix cookie login when netrc is also given (#4447)winterbird-code2022-07-261-1/+3
| | | | | Closes #3336 Authored by: winterbird-code
* [youtube,twitch] Allow waiting for channels to become livepukkandan2022-07-264-8/+25
| | | | Closes #2597
* Reject entire playlists faster with `--match-filter`pukkandan2022-07-263-32/+39
| | | | | | Rejected based on `playlist_id` etc can be checked before any entries are extracted Related: #4383
* [extractor/Crunchyroll] Handle missing metadata correctly (#4405)Burve2022-07-261-34/+24
| | | | | Closes #4399 Authored by pukkandan, Burve
* [extractor/dplay] Add MotorTrend extractor (#4446)Sipherdrakon2022-07-262-0/+28
| | | Authored by: Sipherdrakon
* [extractor/rai] Fix RaiNews extraction (#4380)nixxo2022-07-242-74/+104
| | | | | Authored by: nixxo Closes #3911
* [extractor/zee5] Update Device ID (#4423)m4tu4g2022-07-241-10/+10
| | | | | Closes #4378 Authored by: m4tu4g